mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 14:18:37 +01:00
waybar: Fix calendar for 0.9.18
This commit is contained in:
parent
8a80c37aa8
commit
d0f2f70d29
@ -61,6 +61,17 @@
|
||||
clock = {
|
||||
"format" = "{:%H\n%M}";
|
||||
"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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user