1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 05:41:57 +01:00

change GTK

This commit is contained in:
Nick Boughton 2021-10-12 19:48:58 +01:00
parent 1ed0979b29
commit 97f929c33d
2 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
[Settings]
gtk-application-prefer-dark-theme=0
gtk-theme-name=oomox-nord
gtk-theme-name=Nordic-darker
gtk-icon-theme-name=Tela-circle-dark
gtk-font-name=Roboto 10
gtk-cursor-theme-name=Adwaita

@ -21,7 +21,7 @@ set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I
### Gnome settings
set $gnome-schema org.gnome.desktop.interface
exec_always {
gsettings set $gnome-schema gtk-theme 'oomox-nord'
gsettings set $gnome-schema gtk-theme 'Nordic-darker'
gsettings set $gnome-schema icon-theme 'Tela-circle-dark'
gsettings set $gnome-schema font-name 'Roboto Regular 10'
gsettings set $gnome-schema monospace-font-name 'Fira Code 10'