diff options
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 901ad8e..c1341aa 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -107,6 +107,7 @@ tooltip { border-radius: 0px 10px 10px 0px; border-left: 0px; border-right: 0px; + margin-right: 5px; } #window { @@ -118,7 +119,7 @@ tooltip { #clock { color: #fab387; border-radius: 10px 10px 10px 10px; - margin-left: 10px; + margin-left: 5px; border-right: 0px; } @@ -133,6 +134,7 @@ tooltip { #network { color: #f9e2af; border-radius: 10px 0px 0px 10px; + margin-left: 5px; border-left: 0px; border-right: 0px; } @@ -155,12 +157,12 @@ tooltip { border-left: 0px; border-right: 0px; border-radius: 0px 10px 10px 0px; - margin-right: 10px; + margin-right: 5px; } #battery { color: #a6e3a1; - border-radius: 0 10px 10px 0; + border-radius: 0px 10px 10px 0px; margin-right: 10px; border-left: 0px; } |