Fix waybar clock but actually break it even more
This commit is contained in:
parent
1d21da6f05
commit
3d29e532d9
1 changed files with 3 additions and 3 deletions
|
@ -111,9 +111,9 @@
|
||||||
|
|
||||||
"clock" = {
|
"clock" = {
|
||||||
timezone = "Europe/London";
|
timezone = "Europe/London";
|
||||||
format = "{: %H:%M}";
|
format = " {:%H:%M}";
|
||||||
format-alt = "{: %H:%M %d/%m/%Y}";
|
format-alt = " {:%H:%M} {%d/%m/%Y}";
|
||||||
tooltip-format = "{: %H:%M %d/%m/%Y}";
|
tooltip-format = " {:%H:%M} {%d/%m/%Y}";
|
||||||
today-format = "<span color='#aaaaaa'><b><u>{}</u></b></span>";
|
today-format = "<span color='#aaaaaa'><b><u>{}</u></b></span>";
|
||||||
calendar-weeks-pos = "right";
|
calendar-weeks-pos = "right";
|
||||||
format-calendar = "<span color='#aaaaaa'><b><u>{}</u></b></span>";
|
format-calendar = "<span color='#aaaaaa'><b><u>{}</u></b></span>";
|
||||||
|
|
Loading…
Reference in a new issue