wlogout: format file
This commit is contained in:
parent
7145a2c1eb
commit
a8d0edb742
|
@ -9,7 +9,9 @@ in
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
programs.wlogout = {
|
programs.wlogout = {
|
||||||
style = ''
|
style =
|
||||||
|
# css
|
||||||
|
''
|
||||||
/* -----------------------------------------------------
|
/* -----------------------------------------------------
|
||||||
* Import Pywal colors
|
* Import Pywal colors
|
||||||
* ----------------------------------------------------- */
|
* ----------------------------------------------------- */
|
||||||
|
@ -102,7 +104,7 @@ in
|
||||||
layout = [
|
layout = [
|
||||||
{
|
{
|
||||||
label = "lock";
|
label = "lock";
|
||||||
action = "hyprlock";
|
action = "loginctl lock-session";
|
||||||
text = "Lock";
|
text = "Lock";
|
||||||
keybind = "l";
|
keybind = "l";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue