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-14 11:19:36 +02:00
parent 88eb91c780
commit 246412ae4b
7 changed files with 76 additions and 12 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 = {