Skip to content

Commit

Permalink
Fix waybar clock
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Mar 17, 2024
1 parent 436bc21 commit 10dc5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/waybar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

"clock" = {
interval = 1;
format = "{:󰃭 %Y-%m-%d 󰥔 %H:%M:%S}";
format = "󰃭 {:%Y-%m-%d 󰥔 %H:%M:%S}";
tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
};

Expand Down

0 comments on commit 10dc5a5

Please sign in to comment.