diff --git a/ac-adaptive/scripts/rofi-powermenu b/ac-adaptive/scripts/rofi-powermenu index 3e7efbd..5b61ea1 100755 --- a/ac-adaptive/scripts/rofi-powermenu +++ b/ac-adaptive/scripts/rofi-powermenu @@ -3,10 +3,9 @@ ## Copyright (C) 2020-2024 Aditya Shakya # Import Current Theme -DIR="$HOME/.config/openbox" -STYLE="adaptive" -RASI="$DIR/themes/$STYLE/rofi/powermenu.rasi" -CNFR="$DIR/themes/$STYLE/rofi/confirm.rasi" +DIR="$HOME/.config/polybar/ac-adaptive" +RASI="$DIR/scripts/rofi/powermenu.rasi" +CNFR="$DIR/scripts/rofi/confirm.rasi" # Theme Elements prompt="`hostname` (`echo $DESKTOP_SESSION`)"