feat: buddy

This commit is contained in:
2026-05-09 22:42:27 +02:00
parent 6da7e97f19
commit a8d96b7481
8 changed files with 595 additions and 6 deletions

View File

@@ -81,6 +81,13 @@
default = false;
};
};
buddy = {
enable = lib.mkOption {
type = lib.types.bool;
default = false;
description = "Whether to enable the bar buddy (animated pixel-art slime that reacts to system state)";
};
};
height = lib.mkOption {
type = lib.types.int;
default = 40;
@@ -229,6 +236,7 @@
default = {
vinyl.enable = false;
battery.enable = false;
buddy.enable = false;
height = 40;
logLevel = "WARNING";
window_title.enable = true;