Skip to content

Commit

Permalink
labwc: fix clock in waybar
Browse files Browse the repository at this point in the history
Signed-off-by: Humaid Alqasimi <[email protected]>
  • Loading branch information
humaidq-tii authored and brianmcgillion committed Mar 8, 2024
1 parent 2284534 commit a38ac1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/desktop/graphics/waybar.config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ in {
"clock": {
"timezone": "${config.time.timeZone}",
"tooltip-format": "<big>{:%d %b %Y}</big>\n<tt><small>{calendar}</small></tt>",
// should be "{:%a %-d %b %-I:%m %#p}"
// should be "{:%a %-d %b %-I:%M %#p}"
// see github.com/Alexays/Waybar/issues/1469
"format": "{:%a %d %b %I:%m %p}"
"format": "{:%a %d %b %I:%M %p}"
},
"backlight": {
// "device": "acpi_video1",
Expand Down

0 comments on commit a38ac1c

Please sign in to comment.