diff options
author | Saumit <justsaumit@protonmail.com> | 2024-08-25 00:35:38 +0530 |
---|---|---|
committer | Saumit <justsaumit@protonmail.com> | 2024-08-25 00:35:38 +0530 |
commit | ee6bd2b95b3f333e47371bf8ae5d1f9e1960347b (patch) | |
tree | d0892fdfb5fb95fce3743f81dd4befa11cd41921 /.config/waybar/style.css | |
parent | 517f22afa5637b0a71e179af89b868b9188b9716 (diff) |
waybar: fixing time module
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 9cb5c9d..91059bd 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -181,7 +181,7 @@ tooltip { } #idle-inhibitor{ - border-radius: 10px 10px 10px 10px; + border-radius: 10px; border-right: 0px; margin-left: 0px; } |