mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
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
This commit is contained in:
parent
997b201c39
commit
311f976cdc
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": " {:%a, %d %b %I:%M %P}",
|
"format": " {:%a, %d %b %I:%M}", // replace %I with %H for 24h format
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
"on-click": "morgen"
|
"on-click": "morgen"
|
||||||
|
|
@ -66,3 +66,4 @@
|
||||||
"on-scroll-down": "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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue