Waybar: Clock always show the date.
This commit is contained in:
parent
536c9467ef
commit
91eb45337f
|
@ -43,8 +43,8 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
clock = {
|
clock = {
|
||||||
format-alt = "{:%H:%M %a %d}";
|
format = "{:%H:%M %a %d}";
|
||||||
on-click-right = "xdg-open https://cloud.voronind.com/apps/calendar/";
|
on-click = "xdg-open https://cloud.voronind.com/apps/calendar/";
|
||||||
tooltip-format = "<big><tt>{calendar}</tt></big>";
|
tooltip-format = "<big><tt>{calendar}</tt></big>";
|
||||||
};
|
};
|
||||||
battery = {
|
battery = {
|
||||||
|
|
Loading…
Reference in a new issue