1
0
Fork 0
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:
Caleb Norton 2025-07-08 17:29:09 -05:00 committed by Matthieu Coudron
parent 218da00bfa
commit bec8ff3981

View file

@ -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.