🔥 rm jbr-tbx & shutdown.sh
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
#!/bin/bash
|
||||
case $(
|
||||
wofi -d -L 6 -l 3 -W 100 -x -100 -y 10 \
|
||||
-D dynamic_lines=true <<EOF | sed 's/^ *//'
|
||||
Shutdown
|
||||
Reboot
|
||||
EOF
|
||||
) in
|
||||
"Shutdown")
|
||||
poweroff
|
||||
;;
|
||||
"Reboot")
|
||||
reboot
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user