# Font font pango: Mononoki Nerd Font 12 # Color scheme (Gruvbox dark) set $color_normal_white #a89984 set $color_bright_white #ebdbb2 set $color_normal_gray #282828 set $color_bright_gray #3c3836 set $color_bright_yellow #d79921 set $color_normal_black #1d2021 set $color_unused #ff0000 # Title bar colors # Colors border background text indicator child_border client.focused $color_bright_gray $color_bright_gray $color_bright_white $color_bright_gray $color_normal_black client.focused_inactive $color_bright_gray $color_bright_gray $color_bright_white $color_bright_gray $color_normal_black client.unfocused $color_normal_gray $color_normal_gray $color_normal_white $color_normal_gray $color_normal_black client.urgent $color_bright_yellow $color_bright_yellow $color_normal_black $color_unused $color_unused client.placeholder $color_unused $color_unused $color_unused $color_unused $color_unused # Window borders default_border pixel 2 default_floating_border pixel 2 # gsettings exec gsettings set org.gnome.desktop.interface { gtk-theme 'gruvbox-dark-gtk' icon-theme 'gruvbox-dark-icons-gtk' cursor-theme 'Simp1e-Gruvbox-Dark' font-name 'Cantarell 10' document-font-name 'Liberation Serif 12' monospace-font-name 'Mononoki Nerd Font 12' enable-animations true }