mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-29 22:19:19 +02:00
waybar: Fix calendar for 0.9.18
This commit is contained in:
parent
8a80c37aa8
commit
d0f2f70d29
@ -61,6 +61,17 @@
|
|||||||
clock = {
|
clock = {
|
||||||
"format" = "{:%H\n%M}";
|
"format" = "{:%H\n%M}";
|
||||||
"tooltip-format" = "<tt>{calendar}</tt>";
|
"tooltip-format" = "<tt>{calendar}</tt>";
|
||||||
|
"calendar" = {
|
||||||
|
"mode" = "month";
|
||||||
|
"weeks-pos" = "right";
|
||||||
|
"format" = {
|
||||||
|
"months" = "<span color='#ffead3'><b>{}</b></span>";
|
||||||
|
"days" = "<span color='#ecc6d9'><b>{}</b></span>";
|
||||||
|
"weeks" = "<span size='14pt' color='#99ffdd'><b>W{}</b></span>";
|
||||||
|
"weekdays" = "<span size='18pt' color='#ffcc66'><b>{}</b></span>";
|
||||||
|
"today" = "<span color='#ff6699'><b>{}</b></span>";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
backlight = {
|
backlight = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user