2024-11-18 00:21 : id 164

This commit is contained in:
deadvey 2024-11-18 00:26:00 +00:00
parent eda8c8a99e
commit 5c2a04cdb5

View File

@ -199,13 +199,24 @@ in
position = "top";
height = SCREEN_HEIGHT;
width = SCREEN_WIDTH;
modules-center = ["custom/clock"];
"custom/clock" = {
format = "{}";
exec = "/home/deadvey/Code/git/time-to-metrictime-converter/time.sh --hex";
modules-center = ["custom/empty"];
"custom/empty" = {
format = " ";
interval = 1;
};
};
main = {
mode = "overlay";
layer = "bottom";
position = "top";
height = 20;
modules-center = ["custom/clock"];
"custom-clock" = {
format = "{}";
exec = "/home/deadvey/Code/time-to-metrictime-converter/time.sh --hex"
interval = 1;
}
};
};
style = ''
window {