Skip to content

Instantly share code, notes, and snippets.

@webgtx
Created February 25, 2023 11:03
Show Gist options
  • Select an option

  • Save webgtx/a9402b100d4aac1a798d30d5840939fd to your computer and use it in GitHub Desktop.

Select an option

Save webgtx/a9402b100d4aac1a798d30d5840939fd to your computer and use it in GitHub Desktop.
How to setup GTK theme for all flatpak apps

How to setup GTK theme for all flatpak apps

#!/bin/bash
cp -r /usr/share/themes/* .local/share/themes
sudo flatpak override --filesystem=$HOME/.local/share/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