Skip to content

Instantly share code, notes, and snippets.

@gazorby
Created March 5, 2020 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gazorby/58a8bb42552ab42a54df9885a049eeac to your computer and use it in GitHub Desktop.
Save gazorby/58a8bb42552ab42a54df9885a049eeac to your computer and use it in GitHub Desktop.
#!/usr/bin/env fish
sudo cp -av /usr/share/gnome-shell/gnome-shell-theme.gresource{,~}
set -l GTK_THEME (gsettings get org.gnome.desktop.interface gtk-theme | sed "s/'//g")
cd /usr/share/themes/$GTK_THEME/gnome-shell
sudo glib-compile-resources --target=/usr/share/gnome-shell/gnome-shell-theme.gresource gnome-shell-theme.gresource.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment