feat(waybar) some visual updates

This commit is contained in:
2025-10-20 20:15:26 +02:00
parent 2c08f78586
commit ec9a3bd845
7 changed files with 20 additions and 16 deletions

View File

@@ -21,8 +21,8 @@ in
example = 1080;
};
refreshRate = mkOption {
type = types.int;
default = 60;
type = types.str;
default = "60";
};
transform = mkOption {
type = types.int;