diff options
Diffstat (limited to 'sway/conf.d/22-theme.conf')
| -rw-r--r-- | sway/conf.d/22-theme.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sway/conf.d/22-theme.conf b/sway/conf.d/22-theme.conf new file mode 100644 index 0000000..ec55641 --- /dev/null +++ b/sway/conf.d/22-theme.conf @@ -0,0 +1,19 @@ +font pango:Iosevka SS08 10 + +titlebar_padding 4 + +gaps inner 0 + +client.focused $cl_high $cl_high $cl_fore $cl_indi $cl_high +client.focused_tab_title $cl_high $cl_high $cl_fore $cl_indi $cl_high +client.focused_inactive $cl_back $cl_back $cl_fore $cl_back $cl_back +client.unfocused $cl_back $cl_back $cl_fore $cl_back $cl_back +client.urgent $cl_urge $cl_urge $cl_fore $cl_urge $cl_urge + +output * background ~/.config/sway/wallpaper.jpg fill + +default_border normal 3 + +hide_edge_borders smart + +default_floating_border normal 3 |
