forked from extern/nix-config
gnome: Remove GTK and cursor theme settings
I don't use these anymore in my main environment and am probably not interested enough in GNOME to customize it manually anymore. As of now, I'd rather stay in my comfortable bspwm environment since it's there that "everything just works".
This commit is contained in:
parent
273a803a2b
commit
a7115582bd
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Use the dark variant of the Arc GTK theme
|
||||
gsettings set org.gnome.desktop.interface gtk-theme Arc-Dark-solid
|
||||
gsettings set org.gnome.desktop.interface icon-theme Papirus-Dark
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Use Plasma's default cursor theme in GNOME
|
||||
gsettings set org.gnome.desktop.interface cursor-theme breeze_cursors
|
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Use the light variant of the Pop GTK theme
|
||||
gsettings set org.gnome.desktop.interface gtk-theme Pop
|
||||
gsettings set org.gnome.desktop.interface icon-theme Pop
|
Loading…
Reference in New Issue
Block a user