mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
wlogout: use lines for css style
Allows the wlogout style to be set by aggregating multiple modules - same as waybar
This commit is contained in:
parent
218da00bfa
commit
bec8ff3981
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,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…
Add table
Add a link
Reference in a new issue