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";
|
size = "${toString config.stylix.fonts.sizes.popups}pt";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
format = "{:%y\n%m\n%d}";
|
format = "{:%d\n%m}";
|
||||||
tooltip-format = "<span size='${size}'>{calendar}</span>";
|
tooltip-format = "<span size='${size}'>{calendar}</span>";
|
||||||
calendar = {
|
calendar = {
|
||||||
mode = "month";
|
mode = "month";
|
||||||
|
|
Loading…
Reference in a new issue