Fix path
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
## Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
|
||||
|
||||
# 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`)"
|
||||
|
||||
Reference in New Issue
Block a user