diff options
Diffstat (limited to 'home-config/sway/config.d/theme')
-rw-r--r-- | home-config/sway/config.d/theme | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home-config/sway/config.d/theme b/home-config/sway/config.d/theme index 43ebb81..e8d2822 100644 --- a/home-config/sway/config.d/theme +++ b/home-config/sway/config.d/theme @@ -1,5 +1,5 @@ ### Set borders -gaps inner 10 +gaps inner $gaps for_window [class="^.*"] border pixel 2 default_border pixel 2 default_floating_border pixel 2 @@ -21,9 +21,12 @@ smart_corner_radius $radius shadows $shadows shadows_on_csd $shadows shadow_blur_radius $shadow_blur +shadow_color #14171dff blur $blur blur_radius $blur_radius blur_passes $blur_passes +layer_effects "waybar" blur enable; shadows enable +layer_effects "wofi" blur enable; shadows enable ### Output configuration output * bg $bg fill |