corrected i3
This commit is contained in:
parent
fd55d533b1
commit
35d220b7a2
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
choice=$(printf "Shutdown\nReboot\nSuspend\nLogout" | rofi -dmenu -theme ayu-retro -p "╔═[ SYSTEM MENU ]═╗")
|
choice=$(printf "Shutdown\nReboot\nSuspend\nLogout" | rofi -dmenu -p "╔═[ SYSTEM MENU ]═╗")
|
||||||
|
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
" Shutdown") systemctl poweroff ;;
|
" Shutdown") systemctl poweroff ;;
|
||||||
|
|||||||
@ -13,4 +13,4 @@ sleep 0.3
|
|||||||
printf "▒ Launching interface...\n"
|
printf "▒ Launching interface...\n"
|
||||||
sleep 0.2
|
sleep 0.2
|
||||||
echo -e "\033[0m"
|
echo -e "\033[0m"
|
||||||
rofi -show drun -theme ayu-retro -p "╔═[ SELECT PROGRAM ]═╗"
|
rofi -show drun -p "╔═[ SELECT PROGRAM ]═╗"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user