hyprshutdown

This commit is contained in:
Satria 2026-02-19 06:41:47 +07:00
commit b9a2ccc222
2 changed files with 4 additions and 3 deletions

View file

@ -25,6 +25,7 @@
nwg-displays
lxqt.pcmanfm-qt
hyprshot wl-clipboard cliphist
hyprshutdown
];
};
}

View file

@ -4,13 +4,13 @@
layout = [
{
label = "shutdown";
action = "systemctl poweroff";
action = "hyprshutdown -t 'Shutting down...' --post-cmd 'systemctl poweroff'";
text = "(S)hutdown";
keybind = "s";
}
{
label = "reboot";
action = "systemctl reboot";
action = "hyprshutdown -t 'Rebooting...' --post-cmd 'systemctl reboot'";
text = "(R)eboot";
keybind = "r";
}
@ -28,7 +28,7 @@
}
{
label = "logout";
action = "uwsm stop";
action = "hyprshutdown -t 'Logging Out...' --post-cmd 'uwsm stop'";
text = "L(o)gout";
keybind = "o";
}