mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-22 08:05:07 +03:00
16 lines
677 B
Text
16 lines
677 B
Text
|
seat seat0 xcursor_theme "Breeze_Snow"
|
||
|
|
||
|
set $gnome-schema org.gnome.desktop.interface
|
||
|
exec_always {
|
||
|
gsettings set $gnome-schema gtk-theme 'NumixSolarizedDarkCyan'
|
||
|
gsettings set $gnome-schema icon-theme 'Mint-Y-Aqua'
|
||
|
gsettings set $gnome-schema cursor-theme 'Breeze_Snow'
|
||
|
gsettings set $gnome-schema font-name 'Noto Sans 9'
|
||
|
}
|
||
|
|
||
|
# Property Name Border BG Text Indicator Child_border
|
||
|
client.focused #839496 #002b36 #839496 #839496 #fdf6e3
|
||
|
client.focused_inactive #002b36 #002b36 #839496 #839496 #839496
|
||
|
client.unfocused #002b36 #002b36 #839496 #839496 #839496
|
||
|
client.urgent #d30102 #073642 #839496 #839496 #d30102
|