aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/sway/config
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-10-27 12:33:14 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-10-27 12:33:14 +0300
commitb24cba8885889ec495d77e9de4b692788e9f775f (patch)
tree5d9a3d651572e2a8b9f1222bba384800663da17a /dotfiles/.config/sway/config
parentf490e8c27beb31da5d88017a31d7ad67c7b20542 (diff)
downloadswayrice-b24cba8885889ec495d77e9de4b692788e9f775f.tar.gz
swayrice-b24cba8885889ec495d77e9de4b692788e9f775f.zip
Use breeze for both Qt and GTK
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r--dotfiles/.config/sway/config6
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'