summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit <justsaumit@protonmail.com>2024-08-25 00:35:38 +0530
committerSaumit <justsaumit@protonmail.com>2024-08-25 00:35:38 +0530
commitee6bd2b95b3f333e47371bf8ae5d1f9e1960347b (patch)
treed0892fdfb5fb95fce3743f81dd4befa11cd41921
parent517f22afa5637b0a71e179af89b868b9188b9716 (diff)
waybar: fixing time module
-rw-r--r--.config/waybar/config.jsonc6
-rw-r--r--.config/waybar/style.css2
2 files changed, 5 insertions, 3 deletions
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": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
},
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;
}