add rofi -no-config in powermenu message & confirm
This commit is contained in:
@@ -64,6 +64,7 @@ logout=" Logout"
|
||||
# Confirmation
|
||||
confirm_exit() {
|
||||
rofi -dmenu\
|
||||
-no-config\
|
||||
-i\
|
||||
-no-fixed-num-lines\
|
||||
-p "Are You Sure? : "\
|
||||
@@ -72,7 +73,7 @@ confirm_exit() {
|
||||
|
||||
# Message
|
||||
msg() {
|
||||
rofi -theme "$DIR/$theme/message.rasi" -e "Available Options - yes / y / no / n"
|
||||
rofi -no-config -theme "$DIR/$theme/message.rasi" -e "Available Options - yes / y / no / n"
|
||||
}
|
||||
|
||||
# Variable passed to rofi
|
||||
|
||||
Reference in New Issue
Block a user