wlogout: format file
This commit is contained in:
parent
7145a2c1eb
commit
a8d0edb742
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue