From ee6bd2b95b3f333e47371bf8ae5d1f9e1960347b Mon Sep 17 00:00:00 2001 From: Saumit Date: Sun, 25 Aug 2024 00:35:38 +0530 Subject: waybar: fixing time module --- .config/waybar/config.jsonc | 6 ++++-- .config/waybar/style.css | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 58110bd..c2aef8e 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -106,7 +106,7 @@ }, "temperature": { "interval": 5, - "thermal-zone": 2, + "thermal-zone": 0, "critical-threshold": 80, "format": "{icon}{temperatureC}°C", "format-alt": "{temperatureF}°F {icon}", @@ -157,7 +157,9 @@ "scroll-step": 5 }, "clock": { - "format": "{: %I:%M %p  %a,%b %e}", + "format": " {:%I:%M %p  %a,%b %e}", + //"format": " {:%I:%M %p}", + // "format": " {:%H:%M}", "format-alt": "{:%b %e}", "tooltip-format": "{:%Y %B}\n{calendar}" }, 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; } -- cgit v1.2.3