Skip to content

Instantly share code, notes, and snippets.

@andypiper
Created October 20, 2024 18:05
Show Gist options
  • Save andypiper/f75c25d91548af03fe586a19f35c9742 to your computer and use it in GitHub Desktop.
Save andypiper/f75c25d91548af03fe586a19f35c9742 to your computer and use it in GitHub Desktop.
Set transparency in Ptyxis (GNOME Terminal) in Fedora 41

Get the UUID of the default profile

Substitute that value in to the second command to enable transparency level

$ dconf read /org/gnome/Ptyxis/default-profile-uuid
'3aae5a177777aa966b1fd63467153e2d'
$ dconf write /org/gnome/Ptyxis/Profiles/3aae5a177777aa966b1fd63467153e2d/opacity 0.85
@attax420
Copy link

attax420 commented Nov 3, 2024

you were sent by god himself. i was kinda stuck at this for a few hours :D

@hiimseoll
Copy link

You saved my time. Thank you!

@FlexibleToast
Copy link

Did your transparency stop working too? I used this method and it was working great, even now it still shows the transparency setting. However, now it just isn't transparent at all despite the setting.

@andypiper
Copy link
Author

@FlexibleToast I just ran all of the available updates on Fedora 41 on my laptop, restarted, and transparency is still working here, so I am not sure how to help.

@FlexibleToast
Copy link

I ended up installing the flatpak version and used this guide to set the transparency on the flatpak: https://mmilburn.dev/blog/transparency-in-ptyxis/

I have no idea why the rpm version on my Silverblue install stopped actually being transparent despite being set.

@andypiper
Copy link
Author

Ah, great to hear you figured it out 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment