diff --git a/de/home/.config/sway/config.d/layout b/de/home/.config/sway/config.d/layout index 447e173..d698c5c 100644 --- a/de/home/.config/sway/config.d/layout +++ b/de/home/.config/sway/config.d/layout @@ -1,7 +1,7 @@ # Spacing between windows and edges - gaps inner 20 - gaps top -19 + gaps inner 10 + gaps top -9 # Border styling default_border pixel 5 diff --git a/de/home/.config/waybar/style.css b/de/home/.config/waybar/style.css index 2eb1863..73e97d5 100644 --- a/de/home/.config/waybar/style.css +++ b/de/home/.config/waybar/style.css @@ -41,7 +41,7 @@ window box > box { .modules-left, .modules-right, #custom-feishin.enabled { background-color: @color0; - margin:10px 20px 10px 20px; + margin:5px 10px 5px 10px; padding:5px 5px 3px 5px; border-radius:10px; box-shadow: 0px 0px 5px 3px @color0;