summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-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;
}