diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-21 22:52:21 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-21 22:52:21 -0400 |
commit | cf5d8d92f1904511006a89970349dbf723ae1732 (patch) | |
tree | 2deb7af8e9031a502b6b7f1c263198e4d6b93f9f /home/config/sway/config.d/theme | |
parent | update guixstrap (diff) | |
download | dotfiles-guix-cf5d8d92f1904511006a89970349dbf723ae1732.tar.gz dotfiles-guix-cf5d8d92f1904511006a89970349dbf723ae1732.tar.bz2 dotfiles-guix-cf5d8d92f1904511006a89970349dbf723ae1732.zip |
update things
Diffstat (limited to '')
-rw-r--r-- | home/config/sway/config.d/theme (renamed from home-config/sway/config.d/theme) | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/home-config/sway/config.d/theme b/home/config/sway/config.d/theme index e8d2822..3d93752 100644 --- a/home-config/sway/config.d/theme +++ b/home/config/sway/config.d/theme @@ -1,8 +1,8 @@ ### Set borders gaps inner $gaps -for_window [class="^.*"] border pixel 2 -default_border pixel 2 -default_floating_border pixel 2 +for_window [class="^.*"] border pixel 0 +default_border pixel 0 +default_floating_border pixel 0 ### Colors @@ -25,8 +25,11 @@ shadow_color #14171dff blur $blur blur_radius $blur_radius blur_passes $blur_passes -layer_effects "waybar" blur enable; shadows enable +layer_effects "waybar" blur disable; shadows disable layer_effects "wofi" blur enable; shadows enable ### Output configuration output * bg $bg fill + +### Bar +bar swaybar_command waybar |