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
@WhirlyFan
Copy link

thank you :)

@mrMoZ1
Copy link

mrMoZ1 commented Nov 5, 2025

Awesome.

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