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:
MaeIsBad 2023-05-30 23:06:24 +02:00 committed by GitHub
parent 9f82227b64
commit 54a9d6456e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ in {
};
style = mkOption {
type = nullOr (either path str);
type = nullOr (either path lines);
default = null;
description = ''
CSS style of the bar.