diff options
Diffstat (limited to 'config/waybar')
-rw-r--r-- | config/waybar/config | 7 |
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, |