diff --git a/.config/waybar/config b/.config/waybar/config index c58ae24..d32ca71 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -7,7 +7,7 @@ // Choose the order of the modules "modules-left": ["sway/workspaces", "sway/mode", "tray"], "modules-center": ["sway/window"], - "modules-right": ["custom/zypper", "network", "cpu", "memory", "temperature", "backlight", "battery", "battery#bat2", "pulseaudio", "custom/layout", "clock#date", "clock"], + "modules-right": ["custom/zypper", "network", "cpu", "memory", "temperature", "backlight", "battery", "battery#bat2", "pulseaudio", "custom/layout", "clock"], "sway/mode": { "format": " {}" }, @@ -65,12 +65,16 @@ "spacing": 10 }, "clock": { - "format": "{:%H:%M}", - "tooltip": false - }, - "clock#date": { - "format": "{:%a %d %b w:%V}", - "tooltip": false + // "timezone": "America/New_York", + "format": " {:%b %d %Y %R}", + "tooltip-format": "{:%Y %B}\n{calendar}", + "format-alt": "{:%a %d %b w:%V %H:%M}", + "today-format": "{}", + "calendar-weeks-pos": "left", + "format-calendar": "{}", + "format-calendar-weeks": "{}", + "format-calendar-weekdays": "{}", + "interval": 10 }, "cpu": { "format": "{usage}% ",