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.