mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
16 lines
735 B
Plaintext
16 lines
735 B
Plaintext
seat seat0 xcursor_theme "Catppuccin-Macchiato-Dark-Cursors"
|
|
|
|
set $gnome-schema org.gnome.desktop.interface
|
|
exec_always {
|
|
gsettings set $gnome-schema gtk-theme 'Catppuccin-Macchiato-Standard-Blue-Dark'
|
|
gsettings set $gnome-schema icon-theme 'Mint-Y-Blue'
|
|
gsettings set $gnome-schema cursor-theme 'Catppuccin-Macchiato-Dark-Cursors'
|
|
gsettings set $gnome-schema font-name 'Ubuntu 9'
|
|
}
|
|
|
|
# Property Name Border BG Text Indicator Child_border
|
|
client.focused #cad3f5 #24273a #cad3f5 #cad3f5 #cad3f5
|
|
client.focused_inactive #494d64 #24273a #cad3f5 #494d64 #494d64
|
|
client.unfocused #363a4f #1e2030 #cad3f5 #363a4f #363a4f
|
|
client.urgent #d30102 #ed8796 #cad3f5 #d30102 #d30102
|