1 files changed,
2 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-03-08 01:29:56 +0200
Parent:
997b201
M
config/waybar/modules/info.json
··· 5 5 }, 6 6 7 7 "clock": { 8 - "format": " {:%a, %d %b %I:%M %P}", 8 + "format": " {:%a, %d %b %I:%M}", // replace %I with %H for 24h format 9 9 "tooltip": true, 10 10 "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", 11 11 "on-click": "morgen" ··· 66 66 "on-scroll-down": "wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 5%-" 67 67 } 68 68 } 69 +// vim: ft=jsonc