mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08: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:
committed by
Matthieu Coudron
parent
218da00bfa
commit
bec8ff3981
@@ -106,7 +106,7 @@ in
|
||||
};
|
||||
|
||||
style = mkOption {
|
||||
type = nullOr (either path str);
|
||||
type = nullOr (either path lines);
|
||||
default = null;
|
||||
description = ''
|
||||
CSS style of the bar.
|
||||
|
||||
Reference in New Issue
Block a user