a bunch of updates

This commit is contained in:
Tiago Sousa 2023-10-02 11:16:52 +01:00
parent 775a72f204
commit a84395e4d4
9 changed files with 347 additions and 23 deletions

View file

@ -10,9 +10,9 @@ if [ ${#option} -gt 0 ]
then
case $option in
Suspend)
$LOCKER && systemctl suspend
systemctl suspend
;;
Reboot)
Restart)
systemctl reboot
;;
Lock)