diff --git a/.config/waybar/config b/.config/waybar/config
index 1844016..c01143a 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", "sway/scratchpad"],
"modules-center": [],
- "modules-right": ["custom/zeit", "idle_inhibitor", "pulseaudio", "battery", "clock", "tray"],
+ "modules-right": ["tray", "custom/zeit", "idle_inhibitor", "pulseaudio", "battery", "clock"],
// Modules configuration
// "sway/workspaces": {
// "disable-scroll": true,
@@ -55,6 +55,7 @@
"spacing": 10
},
"clock": {
+ "format": "{:%a %b %H:%M}",
"tooltip-format": "{:%Y %B}\n{calendar}",
"format-alt": "{:%Y-%m-%d}"
},