2024-11-18 00:21 : id 164
This commit is contained in:
parent
eda8c8a99e
commit
5c2a04cdb5
@ -199,13 +199,24 @@ in
|
|||||||
position = "top";
|
position = "top";
|
||||||
height = SCREEN_HEIGHT;
|
height = SCREEN_HEIGHT;
|
||||||
width = SCREEN_WIDTH;
|
width = SCREEN_WIDTH;
|
||||||
modules-center = ["custom/clock"];
|
modules-center = ["custom/empty"];
|
||||||
"custom/clock" = {
|
"custom/empty" = {
|
||||||
format = "{}";
|
format = " ";
|
||||||
exec = "/home/deadvey/Code/git/time-to-metrictime-converter/time.sh --hex";
|
|
||||||
interval = 1;
|
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 = ''
|
style = ''
|
||||||
window {
|
window {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user