custom-performance: entire rewrite

Now kills caelestia, change monitor hz and launches lightweight
alternative to calestia (waybar and swaync)
This commit is contained in:
2026-06-13 11:56:27 +02:00
parent 158a5c2b29
commit 09d92bc8e2
7 changed files with 154 additions and 19 deletions
+28
View File
@@ -1,4 +1,32 @@
_: {
flake.homeModules.waybar-minimal = _: {
programs.waybar = {
enable = true;
settings = [
{
layer = "top";
modules-left = [];
modules-center = [];
modules-right = [
"battery"
"clock"
];
battery = {
format = "{capacity}% {icon}";
states = {
warning = 30;
critical = 15;
};
};
clock = {
format = "{:%H:%M}";
};
}
];
};
};
flake.homeModules.waybar = _: {
# replaced by caelestia
programs.waybar = {