aboutsummaryrefslogtreecommitdiff
path: root/config/waybar
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2023-02-02 20:14:34 -0600
committerMatt Singleton <matt@xcolour.net>2023-02-02 20:14:34 -0600
commitc00005364805f876a7d5a1c2e29f6ecc4f004947 (patch)
treee8d2736dbe1309e2e4a734c45a3c1472d6682971 /config/waybar
parente934367e6ddcd171ba57cf1e6ad4009033179784 (diff)
simplify desktops
Diffstat (limited to 'config/waybar')
-rw-r--r--config/waybar/config7
1 files changed, 3 insertions, 4 deletions
diff --git a/config/waybar/config b/config/waybar/config
index fc238e5..d8cefd2 100644
--- a/config/waybar/config
+++ b/config/waybar/config
@@ -11,15 +11,14 @@
"format": "{icon}",
"format-icons": {
"1": "",
- "2": "",
- "3": "",
- "4": ""
+ "2": ""
}
},
"clock#local": {
"interval": 1,
"format": "{:%a %d %b %I:%M %p}",
- "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
+ "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
+ "today-format": "<b>{}</b>"
},
"temperature": {
"critical-threshold": 80,