This commit is contained in:
Hadi
2024-06-23 17:32:18 +02:00
parent caee38f568
commit f8786dd24f
3 changed files with 19 additions and 13 deletions

View File

@@ -3,6 +3,18 @@
programs.wlogout = {
enable = true;
layout = [
{
label = "shutdown";
action = "systemctl poweroff";
text = "Shutdown";
keybind = "s";
}
{
label = "reboot";
action = "systemctl reboot";
text = "Reboot";
keybind = "r";
}
{
label = "lock";
action = "${pkgs.hyprlock}/bin/hyprlock";
@@ -21,31 +33,19 @@
text = "Exit";
keybind = "e";
}
{
label = "shutdown";
action = "systemctl poweroff";
text = "Shutdown";
keybind = "s";
}
{
label = "suspend";
action = "systemctl suspend";
text = "Suspend";
keybind = "u";
}
{
label = "reboot";
action = "systemctl reboot";
text = "Reboot";
keybind = "r";
}
];
style = ''
* {
font-family: "${config.var.theme.font}";
background-image: none;
transition: 20ms;
transition: 20ms;
}
window {