wlogout: format file

This commit is contained in:
Tigor Hutasuhut 2024-10-21 15:38:59 +07:00
parent 7145a2c1eb
commit a8d0edb742

View file

@ -9,7 +9,9 @@ in
recursive = true;
};
programs.wlogout = {
style = ''
style =
# css
''
/* -----------------------------------------------------
* Import Pywal colors
* ----------------------------------------------------- */
@ -102,7 +104,7 @@ in
layout = [
{
label = "lock";
action = "hyprlock";
action = "loginctl lock-session";
text = "Lock";
keybind = "l";
}