mirror of
https://github.com/GRFreire/scripts.git
synced 2026-01-10 13:09:38 +00:00
simple-power-menu: add lockscreen option
This commit is contained in:
parent
eeb15b8301
commit
a41f894790
@ -24,6 +24,7 @@ OPTIONS="\
|
|||||||
Shutdown \tsystemctl poweroff
|
Shutdown \tsystemctl poweroff
|
||||||
Reboot \tsystemctl reboot
|
Reboot \tsystemctl reboot
|
||||||
Suspend \tsystemctl suspend
|
Suspend \tsystemctl suspend
|
||||||
|
Lockscreen \tbetterlockscreen -l dimblur
|
||||||
Log out \tfn_logout"
|
Log out \tfn_logout"
|
||||||
|
|
||||||
PROMPT="$(echo "$OPTIONS" | awk -F"\t" '{print $1}')"
|
PROMPT="$(echo "$OPTIONS" | awk -F"\t" '{print $1}')"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user