From 851667ba4869f33c25250abd7aaa0bedfdfc137b Mon Sep 17 00:00:00 2001 From: fatmeat Date: Sun, 11 May 2025 17:24:18 +0200 Subject: [PATCH] corrected rofi --- rofi/powermenu.sh | 2 +- rofi/retro_launcher.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rofi/powermenu.sh b/rofi/powermenu.sh index 4858132..3b96c82 100755 --- a/rofi/powermenu.sh +++ b/rofi/powermenu.sh @@ -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 ;; diff --git a/rofi/retro_launcher.sh b/rofi/retro_launcher.sh index c8cb57f..368cc19 100755 --- a/rofi/retro_launcher.sh +++ b/rofi/retro_launcher.sh @@ -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 ]═╗"