Created
May 2, 2025 17:02
-
-
Save xanathar/9ee32703dc3570e2ca3428fb6278a7a8 to your computer and use it in GitHub Desktop.
Properly set transparency for Flatpak'ed Ptyxis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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