.dotfiles/sway/config.d/20-theme.conf

9 lines
358 B
Plaintext
Raw Permalink Normal View History

2023-05-13 14:38:44 +00:00
set $gnome-schema org.gnome.desktop.interface
exec_always {
2026-03-11 12:45:33 +00:00
# gsettings set $gnome-schema gtk-theme 'Catppuccin-Macchii#ato-Standard-Blue-Dark'
gsettings set $gnome-schema icon-theme 'candy-icons-master'
gsettings set $gnome-schema cursor-theme 'Catppuccin-Macchiato-Teal-Cursors'
gsettings set $gnome-schema font-name 'Hack Nerd Font 11'
2023-05-13 14:38:44 +00:00
}