From 501af480ca70e2117bd20ea9587134d5ae7b261d Mon Sep 17 00:00:00 2001 From: Matthew Reschke Date: Mon, 30 Dec 2024 17:50:46 -0700 Subject: [PATCH] Fix path --- ac-adaptive/scripts/rofi-powermenu | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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`)"