From c42f0b64f3c2f51635978e40fd75b40d43d05426 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Tue, 23 May 2023 19:38:49 +0530 Subject: waybar: updating config.json and css --- .config/waybar/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.config/waybar/style.css') 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; } -- cgit v1.2.3