diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-22 13:11:40 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-22 13:11:40 +0200 |
commit | 3a9326d49c339647bc2d243ce722d4aab9fb8603 (patch) | |
tree | 8b69b90fbdb9e6a836028b32d1ae6949c02ca46a | |
parent | 49c415a0a0036808fc8bbd843474c77684a0a3a7 (diff) |
gtk-3.0 template
-rw-r--r-- | .config/gtk-3.0/settings.ini##template (renamed from .config/gtk-3.0/settings.ini) | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini##template index 0148a27..f3cf56f 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini##template @@ -1,9 +1,7 @@ [Settings] gtk-application-prefer-dark-theme=true -gtk-theme-name=Skeuos-Blue-Dark gtk-icon-theme-name=Adwaita gtk-font-name=Inter 11 -gtk-cursor-theme-name=OpenZone_Black gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR @@ -14,3 +12,10 @@ gtk-enable-input-feedback-sounds=1 gtk-xft-antialias=1 gtk-xft-hinting=1 gtk-xft-hintstyle=hintfull +{% if yadm.hostname == "thoncc" %} +gtk-theme-name=Skeuos-Blue-Light +gtk-cursor-theme-name=OpenZone_Black_Slim +{% else %} +gtk-theme-name=Skeuos-Blue-Dark +gtk-cursor-theme-name=OpenZone_Black +{% endif %} |