all repos

dotfiles @ 311f976

my dotfiles
1 files changed, 2 insertions(+), 1 deletions(-)
waybar: change time format to 12-hour, yeah in Ukraine where everyone's using 24-hour, yeah i wanna be fucking different

FUCKING SMELLY NERD
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-03-08 01:29:56 +0200
Parent: 997b201
M config/waybar/modules/info.json

@@ -5,7 +5,7 @@ "spacing": 10

}, "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": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", "on-click": "morgen"

@@ -66,3 +66,4 @@ "on-scroll-up": "wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 5%+",

"on-scroll-down": "wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 5%-" } } +// vim: ft=jsonc