fix waybar clock module

https://github.com/Alexays/Waybar/issues/3021

quickshell soon I promise
This commit is contained in:
jacekpoz 2024-04-04 16:34:46 +02:00
parent e342dca835
commit d6586688ce
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 4 additions and 4 deletions

View file

@ -99,8 +99,8 @@ in {
}; };
clock = { clock = {
interval = 1; interval = 1;
format = "{:󱑁 %H:%M:%S 󰃰 %d/%m/%Y}"; format = "󱑁 {:%H:%M:%S 󰃰 %d/%m/%Y}";
format-alt = "{:󱑁 %H:%M:%S}"; format-alt = "󱑁 {:%H:%M:%S}";
tooltip-format = "<tt><small>{calendar}</small></tt>"; tooltip-format = "<tt><small>{calendar}</small></tt>";
calendar = { calendar = {
mode = "year"; mode = "year";

View file

@ -99,8 +99,8 @@ in {
}; };
clock = { clock = {
interval = 1; interval = 1;
format = "{:󱑁 %H:%M:%S 󰃰 %d/%m/%Y}"; format = "󱑁 {:%H:%M:%S 󰃰 %d/%m/%Y}";
format-alt = "{:󱑁 %H:%M:%S}"; format-alt = "󱑁 {:%H:%M:%S}";
tooltip-format = "<tt><small>{calendar}</small></tt>"; tooltip-format = "<tt><small>{calendar}</small></tt>";
calendar = { calendar = {
mode = "year"; mode = "year";