Skip to content

Instantly share code, notes, and snippets.

@xanathar
Created May 2, 2025 17:02
Show Gist options
  • Save xanathar/9ee32703dc3570e2ca3428fb6278a7a8 to your computer and use it in GitHub Desktop.
Save xanathar/9ee32703dc3570e2ca3428fb6278a7a8 to your computer and use it in GitHub Desktop.
Properly set transparency for Flatpak'ed Ptyxis
# You can get the profile id with flatpak run --command=gsettings app.devsuite.Ptyxis get org.gnome.Ptyxis default-profile-uuid
export uuid=<PASTE YOUR PROFILE ID HERE>
flatpak run --command=gsettings app.devsuite.Ptyxis set org.gnome.Ptyxis.Profile:/org/gnome/Ptyxis/Profiles/${uuid}/ opacity 0.85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment