diff --git a/config/waybar/modules/info.json b/config/waybar/modules/info.json
index 4db384e..34ec4e1 100644
--- a/config/waybar/modules/info.json
+++ b/config/waybar/modules/info.json
@@ -5,7 +5,7 @@
},
"clock": {
- "format": " {:%a, %d %b %I:%M %P}",
+ "format": " {:%a, %d %b %I:%M}", // replace %I with %H for 24h format
"tooltip": true,
"tooltip-format": "{:%Y %B}\n{calendar}",
"on-click": "morgen"
@@ -66,3 +66,4 @@
"on-scroll-down": "wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 5%-"
}
}
+// vim: ft=jsonc