Compare commits
2 commits
1bfb290532
...
8280be0705
Author | SHA1 | Date | |
---|---|---|---|
8280be0705 | |||
a12e4c5cf8 |
|
@ -10,6 +10,7 @@
|
||||||
];
|
];
|
||||||
modules-center = [
|
modules-center = [
|
||||||
"clock"
|
"clock"
|
||||||
|
"idle_inhibitor"
|
||||||
];
|
];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"disk"
|
"disk"
|
||||||
|
@ -94,9 +95,16 @@
|
||||||
};
|
};
|
||||||
"disk" = {
|
"disk" = {
|
||||||
interval = 30;
|
interval = 30;
|
||||||
format = "{free} free";
|
format = "{free}";
|
||||||
path = "/";
|
path = "/";
|
||||||
};
|
};
|
||||||
|
"idle_inhibitor" = {
|
||||||
|
format = "{icon}";
|
||||||
|
format-icons = {
|
||||||
|
activated = "";
|
||||||
|
deactivated = "";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
style = builtins.readFile ./waybar.css;
|
style = builtins.readFile ./waybar.css;
|
||||||
|
|
2
overlay
2
overlay
|
@ -1 +1 @@
|
||||||
Subproject commit 87e002697a0bb6883824f1ce8395a67638c6fb49
|
Subproject commit c598bf71e3f6dbdad34092b09df9551dec913770
|
Loading…
Reference in a new issue