forked from poz/niksos
fix waybar clock module
https://github.com/Alexays/Waybar/issues/3021 quickshell soon I promise
This commit is contained in:
parent
e342dca835
commit
d6586688ce
2 changed files with 4 additions and 4 deletions
|
@ -99,8 +99,8 @@ in {
|
|||
};
|
||||
clock = {
|
||||
interval = 1;
|
||||
format = "{: %H:%M:%S %d/%m/%Y}";
|
||||
format-alt = "{: %H:%M:%S}";
|
||||
format = " {:%H:%M:%S %d/%m/%Y}";
|
||||
format-alt = " {:%H:%M:%S}";
|
||||
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
||||
calendar = {
|
||||
mode = "year";
|
||||
|
|
|
@ -99,8 +99,8 @@ in {
|
|||
};
|
||||
clock = {
|
||||
interval = 1;
|
||||
format = "{: %H:%M:%S %d/%m/%Y}";
|
||||
format-alt = "{: %H:%M:%S}";
|
||||
format = " {:%H:%M:%S %d/%m/%Y}";
|
||||
format-alt = " {:%H:%M:%S}";
|
||||
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
||||
calendar = {
|
||||
mode = "year";
|
||||
|
|
Loading…
Reference in a new issue