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 = {
|
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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue