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
@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