feat: buddy
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user