waybar: merge multiple style definitions (#4038)
This is backwards compatible and allows for more flexibility(eg. allows for defining custom waybar modules in separate nixos modules, before merging them together) Co-authored-by: mae <git@badat.dev>
This commit is contained in:
parent
9f82227b64
commit
54a9d6456e
|
@ -212,7 +212,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
style = mkOption {
|
style = mkOption {
|
||||||
type = nullOr (either path str);
|
type = nullOr (either path lines);
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
CSS style of the bar.
|
CSS style of the bar.
|
||||||
|
|
Loading…
Reference in a new issue