From 1971190ca57f18d60309c51f025e7c56934afeae Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 13 Feb 2020 01:56:59 +0100 Subject: waybar: Move clock modules to center and make UTC timezone specifier small and add support for calendar tooltip (0.9.1) --- .config/waybar/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/waybar/config') diff --git a/.config/waybar/config b/.config/waybar/config index 80331a5..a6dd28c 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -5,8 +5,8 @@ "height": 30, "modules-left": ["sway/mode", "sway/workspaces", "sway/window", "custom/media", "custom/toggl"], - // "modules-center": ["sway/window"], - "modules-right": ["cpu", "memory", "temperature", "idle_inhibitor", "backlight", "pulseaudio", "network#wg", "network", "battery", "clock#local", "clock#utc", "tray"], + "modules-center": ["clock#local", "clock#utc"], + "modules-right": ["cpu", "memory", "temperature", "idle_inhibitor", "backlight", "pulseaudio", "network#wg", "network", "battery", "tray"], "sway/workspaces": { "disable-scroll": true, "all-outputs": false, @@ -48,12 +48,12 @@ }, "clock#local": { "timezone": "Europe/Berlin", - "format": "{:%a %d %b %H:%M}", - "tooltip-format": "{:%Z %z}" + "format": "{:%a %d %b %H:%M}", + "tooltip-format": "{:%Z %z}\n\n{calendar}" }, "clock#utc": { "timezone": "UTC", - "format": "({:%Z %H:%M})", + "format": "({:%Z %H:%M})", "tooltip-format": "{:%Z %z}" }, "cpu": { -- cgit 1.4.1