wlogout and hyprlock :)

This commit is contained in:
voidarclabs
2025-11-04 20:50:22 +00:00
parent ed9293d9c4
commit d0411d2efb
8 changed files with 198 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"label" : "lock",
"action" : "loginctl lock-session",
"action" : "hyprlock",
"text" : "Lock",
"keybind" : "l"
}

View File

@@ -53,21 +53,21 @@ button:last-child {
}
#lock:focus {
background-color: #d20f39;
background-color: #f38ba8;
}
#logout:focus {
background-color: #d79921;
}
#suspend:focus {
background-color: #04a5e5;
background-color: #fab387;
}
#shutdown:focus {
background-color: #40a02b;
background-color: #a6e3a1;
}
#suspend:focus {
background-color: #f9e2af;
}
#reboot:focus {
background-color: #8839ef;
background-color: #cba6f7;
}