Update GTK settings
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
79d74d8b92
commit
f8f6975bf4
3 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
|||
gtk-theme-name="Adwaita-dark"
|
||||
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/severin/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Catppuccin-Mocha-Standard-Peach-Dark"
|
||||
gtk-icon-theme-name="Papirus-Dark"
|
||||
gtk-font-name="Sans Serif 10"
|
||||
gtk-cursor-theme-name="Adwaita"
|
||||
|
|
|
@ -7,7 +7,7 @@ gtk-enable-input-feedback-sounds=1
|
|||
gtk-font-name=Sans Serif 10
|
||||
gtk-icon-theme-name=Papirus-Dark
|
||||
gtk-menu-images=1
|
||||
gtk-theme-name=Adwaita-dark
|
||||
gtk-theme-name=Catppuccin-Mocha-Standard-Peach-Dark
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-xft-antialias=1
|
||||
|
|
|
@ -178,6 +178,7 @@ exec_always kanshi
|
|||
exec_always nm-applet --indicator
|
||||
|
||||
# Dark Mode
|
||||
exec_always gsettings set org.gnome.desktop.interface gtk-theme 'Catppuccin-Mocha-Standard-Peach-Dark'
|
||||
exec_always gsettings set org.gnome.desktop.interface color-scheme prefer-dark
|
||||
|
||||
exec_always gsettings set org.gnome.desktop.interface icon-theme 'Papirus-Dark'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue