Remove year from waybar calendar module
This commit is contained in:
parent
a30e2098ee
commit
3c121fda80
|
@ -152,7 +152,7 @@
|
|||
size = "${toString config.stylix.fonts.sizes.popups}pt";
|
||||
in
|
||||
{
|
||||
format = "{:%y\n%m\n%d}";
|
||||
format = "{:%d\n%m}";
|
||||
tooltip-format = "<span size='${size}'>{calendar}</span>";
|
||||
calendar = {
|
||||
mode = "month";
|
||||
|
|
Loading…
Reference in a new issue