corrected rofi

This commit is contained in:
fatmeat 2025-05-11 17:24:18 +02:00
parent 8e310a3dbd
commit 851667ba48
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
choice=$(printf "Shutdown\nReboot\nSuspend\nLogout" | rofi -dmenu -theme "~/.config/rofi/ayu-retro.rasi" -p "╔═[ SYSTEM MENU ]═╗")
choice=$(printf "Shutdown\nReboot\nSuspend\nLogout" | rofi -dmenu -config ~/.config/rofi/config.rasi -p "╔═[ SYSTEM MENU ]═╗")
case "$choice" in
" Shutdown") systemctl poweroff ;;

View File

@ -13,4 +13,4 @@ sleep 0.3
printf "▒ Launching interface...\n"
sleep 0.2
echo -e "\033[0m"
rofi -show drun -theme "~/.config/rofi/ayu-retro.rasi" -p "╔═[ SELECT PROGRAM ]═╗"
rofi -show drun -theme -config ~/.config/rofi/config.rasi -p "╔═[ SELECT PROGRAM ]═╗"