Update .config/packages/archgirlie
Update .config/polybar/scripts/powermenu.sh
This commit is contained in:
parent
2b756e5f85
commit
eb11cccc2e
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
[1m[33m -> [0m[0mAvoid running yay as root/sudo.
|
|
||||||
aic94xx-firmware
|
aic94xx-firmware
|
||||||
alsa-utils
|
alsa-utils
|
||||||
arandr
|
arandr
|
||||||
|
|
|
@ -20,7 +20,7 @@ logout=" Logout"
|
||||||
# Confirmation
|
# Confirmation
|
||||||
confirm_exit() {
|
confirm_exit() {
|
||||||
rofi -dmenu -no-config -i -no-fixed-num-lines -p "Are You Sure? : " \
|
rofi -dmenu -no-config -i -no-fixed-num-lines -p "Are You Sure? : " \
|
||||||
-theme $dir/confirm.rasi
|
-theme "$dir/confirm.rasi"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Message
|
# Message
|
||||||
|
|
Loading…
Reference in a new issue