From 8c22aebe9e1b3daf91c7abb3b36acaa9b0748053 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 18 Mar 2023 11:20:54 +0100 Subject: waybar --- waybar/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'waybar') diff --git a/waybar/config b/waybar/config index 0da983b..ca7cb53 100644 --- a/waybar/config +++ b/waybar/config @@ -6,9 +6,9 @@ // "width": 1280, // Waybar width "spacing": 4, // Gaps between modules (4px) // Choose the order of the modules - "modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad", "custom/media"], + "modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad"], "modules-center": ["sway/window"], - "modules-right": ["idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "sway/language", "battery", "battery#bat2", "clock", "tray"], + "modules-right": ["idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "sway/language", "battery", "clock", "tray"], "sway/workspaces": { "disable-scroll": true, "all-outputs": false, @@ -81,7 +81,7 @@ "spacing": 10 }, "clock": { - // "timezone": "America/New_York", + "timezone": "Europe/Berlin", "tooltip-format": "{:%Y %B}\n{calendar}", "format-alt": "{:%Y-%m-%d}" }, -- cgit v1.2.3