Initial commit
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ x"$@" = x"Power Off" ];then
|
||||
poweroff
|
||||
elif [ x"$@" = x"Restart" ];then
|
||||
restart
|
||||
elif [ x"$@" = x"Logout" ];then
|
||||
hyprctl dispatch exit
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "Power Off"
|
||||
echo "Restart"
|
||||
echo "Logout"
|
||||
Reference in New Issue
Block a user