Skip to content

Instantly share code, notes, and snippets.

@andypiper
Created October 20, 2024 18:05
Show Gist options
  • Select an option

  • Save andypiper/f75c25d91548af03fe586a19f35c9742 to your computer and use it in GitHub Desktop.

Select an option

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
@FlexibleToast
Copy link
Copy Markdown

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
Copy Markdown
Author

Ah, great to hear you figured it out 👍

@WhirlyFan
Copy link
Copy Markdown

thank you :)

@mrMoZ1
Copy link
Copy Markdown

mrMoZ1 commented Nov 5, 2025

Awesome.

@dublinz
Copy link
Copy Markdown

dublinz commented May 2, 2026

Ubuntu 26.04 , same terminal (Ptyxis (GNOME Terminal) i), works as charm (nevertheless i prefer .70 instead of. 85) Thank you AndyPiper

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