bar height

This commit is contained in:
2025-09-29 10:51:21 +02:00
parent 7a6eca395d
commit 0ce3d286e2
5 changed files with 12 additions and 2 deletions

View File

@@ -82,11 +82,17 @@
default = false;
};
};
bar_height = lib.mkOption {
type = lib.types.int;
default = 40;
description = "Height of the status bar in pixels";
};
};
};
default = {
vinyl.enable = false;
battery.enable = false;
bar_height = 40;
};
};
};