Waybar: Remove month from the clock.
This commit is contained in:
parent
245ec7959b
commit
da4b325e72
|
@ -43,7 +43,7 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
clock = {
|
clock = {
|
||||||
format-alt = "{:%H:%M %a %d %b}";
|
format-alt = "{:%H:%M %a %d}";
|
||||||
on-click-right = "xdg-open https://cloud.voronind.com/apps/calendar/";
|
on-click-right = "xdg-open https://cloud.voronind.com/apps/calendar/";
|
||||||
tooltip-format = "<big><tt>{calendar}</tt></big>";
|
tooltip-format = "<big><tt>{calendar}</tt></big>";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue