Compare commits
No commits in common. "8280be070557d6f4990b494175f4c9043008d946" and "1bfb290532722f7b52ec45d28529cd6ea6fdf346" have entirely different histories.
8280be0705
...
1bfb290532
|
@ -10,7 +10,6 @@
|
||||||
];
|
];
|
||||||
modules-center = [
|
modules-center = [
|
||||||
"clock"
|
"clock"
|
||||||
"idle_inhibitor"
|
|
||||||
];
|
];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"disk"
|
"disk"
|
||||||
|
@ -95,16 +94,9 @@
|
||||||
};
|
};
|
||||||
"disk" = {
|
"disk" = {
|
||||||
interval = 30;
|
interval = 30;
|
||||||
format = "{free}";
|
format = "{free} 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 c598bf71e3f6dbdad34092b09df9551dec913770
|
Subproject commit 87e002697a0bb6883824f1ce8395a67638c6fb49
|
Loading…
Reference in a new issue