From c00005364805f876a7d5a1c2e29f6ecc4f004947 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Thu, 2 Feb 2023 20:14:34 -0600 Subject: simplify desktops --- config/waybar/config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'config/waybar') 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": "{:%Y %B}\n{calendar}" + "tooltip-format": "{:%Y %B}\n{calendar}", + "today-format": "{}" }, "temperature": { "critical-threshold": 80, -- cgit v1.2.3