2024-11-18 12:52 : id 169

This commit is contained in:
deadvey 2024-11-18 12:52:18 +00:00
parent 0f4b778183
commit 9e07590f72

View File

@ -215,7 +215,7 @@ in
modules-center = ["custom/clock"]; modules-center = ["custom/clock"];
"custom-clock" = { "custom-clock" = {
format = "{}"; format = "{}";
exec = "/home/deadvey/Code/git/time-to-metrictime-converter/time.sh --hex"; exec = "bash /home/deadvey/Code/git/time-to-metrictime-converter/time.sh --hex";
interval = 1; interval = 1;
}; };
}; };
@ -230,7 +230,7 @@ in
} }
#custom-clock { #custom-clock {
color: #${PURPLE}; color: #${PURPLE};
background: orange; background: transparent;
} }
''; '';