Skip to content

Instantly share code, notes, and snippets.

@danilogco
Created July 12, 2022 15:09
Show Gist options
  • Save danilogco/edca956ddc822d8285748e8676f54df3 to your computer and use it in GitHub Desktop.
Save danilogco/edca956ddc822d8285748e8676f54df3 to your computer and use it in GitHub Desktop.
Fix flatpak themes
mkdir ~/.themes
cd /usr/share/themes
cp -R * ~/.themes
sudo flatpak override --filesystem=$HOME/.themes
~/.themes > sudo flatpak override --env=GTK_THEME=Adwaita-dark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment