diff options
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 89d5b58..40d39a2 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -27,7 +27,7 @@ default_floating_border normal 2 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:monospace 9 +font pango:monospace 10 # Theme colors # class border backgr. text indic. child_border @@ -39,7 +39,7 @@ font pango:monospace 9 client.background #151517 -titlebar_padding 6 2 +titlebar_padding 6 3 titlebar_border_thickness 2 # swayfx @@ -62,7 +62,7 @@ floating_modifier $mod # GTK settings set $gschema org.gnome.desktop.interface exec_always { - gsettings set $gschema gtk-theme 'Adwaita' + gsettings set $gschema gtk-theme 'Breeze' gsettings set $gschema icon-theme 'Arc' gsettings set $gschema font-name 'monospace 10' gsettings set $gschema color-scheme 'prefer-dark' |