diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-03-18 11:20:54 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-03-18 11:20:54 +0100 |
commit | 8c22aebe9e1b3daf91c7abb3b36acaa9b0748053 (patch) | |
tree | 7b10647d299af879b64f62944d64de43628ad58e /waybar | |
parent | 4f5b77e3a5678b4dc3c2c985339e68eb5e908b43 (diff) | |
download | dotfiles-8c22aebe9e1b3daf91c7abb3b36acaa9b0748053.tar.gz |
waybar
Diffstat (limited to 'waybar')
-rw-r--r-- | waybar/config | 6 |
1 files changed, 3 insertions, 3 deletions
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": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", "format-alt": "{:%Y-%m-%d}" }, |