2024-11-18 00:21 : id 164
This commit is contained in:
parent
eda8c8a99e
commit
5c2a04cdb5
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user