add rofi -no-config in powermenu message & confirm

This commit is contained in:
erdivartanovich
2021-05-08 23:54:30 +07:00
parent 70780516ba
commit 65c11e9d27
22 changed files with 54 additions and 32 deletions
+2 -1
View File
@@ -20,6 +20,7 @@ logout=" Logout"
# Confirmation
confirm_exit() {
rofi -dmenu\
-no-config\
-i\
-no-fixed-num-lines\
-p "Are You Sure? : "\
@@ -28,7 +29,7 @@ confirm_exit() {
# Message
msg() {
rofi -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
rofi -no-config -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
}
# Variable passed to rofi
+3 -2
View File
@@ -20,7 +20,8 @@ logout=" Logout"
# Confirmation
confirm_exit() {
rofi -dmenu\
-i\
-no-config\
-i\
-no-fixed-num-lines\
-p "Are You Sure? : "\
-theme $dir/confirm.rasi
@@ -28,7 +29,7 @@ confirm_exit() {
# Message
msg() {
rofi -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
rofi -no-config -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
}
# Variable passed to rofi
+3 -2
View File
@@ -20,7 +20,8 @@ logout=" Logout"
# Confirmation
confirm_exit() {
rofi -dmenu\
-i\
-no-config\
-i\
-no-fixed-num-lines\
-p "Are You Sure? : "\
-theme $dir/confirm.rasi
@@ -28,7 +29,7 @@ confirm_exit() {
# Message
msg() {
rofi -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
rofi -no-config -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
}
# Variable passed to rofi
+3 -2
View File
@@ -20,7 +20,8 @@ logout=" Logout"
# Confirmation
confirm_exit() {
rofi -dmenu\
-i\
-no-config\
-i\
-no-fixed-num-lines\
-p "Are You Sure? : "\
-theme $dir/confirm.rasi
@@ -28,7 +29,7 @@ confirm_exit() {
# Message
msg() {
rofi -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
rofi -no-config -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
}
# Variable passed to rofi
+3 -2
View File
@@ -20,7 +20,8 @@ logout=" Logout"
# Confirmation
confirm_exit() {
rofi -dmenu\
-i\
-no-config\
-i\
-no-fixed-num-lines\
-p "Are You Sure? : "\
-theme $dir/confirm.rasi
@@ -28,7 +29,7 @@ confirm_exit() {
# Message
msg() {
rofi -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
rofi -no-config -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
}
# Variable passed to rofi
+3 -2
View File
@@ -20,7 +20,8 @@ logout=" Logout"
# Confirmation
confirm_exit() {
rofi -dmenu\
-i\
-no-config\
-i\
-no-fixed-num-lines\
-p "Are You Sure? : "\
-theme $dir/confirm.rasi
@@ -28,7 +29,7 @@ confirm_exit() {
# Message
msg() {
rofi -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
rofi -no-config -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
}
# Variable passed to rofi
+3 -2
View File
@@ -20,7 +20,8 @@ logout=" Logout"
# Confirmation
confirm_exit() {
rofi -dmenu\
-i\
-no-config\
-i\
-no-fixed-num-lines\
-p "Are You Sure? : "\
-theme $dir/confirm.rasi
@@ -28,7 +29,7 @@ confirm_exit() {
# Message
msg() {
rofi -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
rofi -no-config -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
}
# Variable passed to rofi
+3 -2
View File
@@ -20,7 +20,8 @@ logout=" Logout"
# Confirmation
confirm_exit() {
rofi -dmenu\
-i\
-no-config\
-i\
-no-fixed-num-lines\
-p "Are You Sure? : "\
-theme $dir/confirm.rasi
@@ -28,7 +29,7 @@ confirm_exit() {
# Message
msg() {
rofi -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
rofi -no-config -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
}
# Variable passed to rofi
+3 -2
View File
@@ -20,7 +20,8 @@ logout=" Logout"
# Confirmation
confirm_exit() {
rofi -dmenu\
-i\
-no-config\
-i\
-no-fixed-num-lines\
-p "Are You Sure? : "\
-theme $dir/confirm.rasi
@@ -28,7 +29,7 @@ confirm_exit() {
# Message
msg() {
rofi -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
rofi -no-config -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
}
# Variable passed to rofi
+3 -2
View File
@@ -20,7 +20,8 @@ logout=" Logout"
# Confirmation
confirm_exit() {
rofi -dmenu\
-i\
-no-config\
-i\
-no-fixed-num-lines\
-p "Are You Sure? : "\
-theme $dir/confirm.rasi
@@ -28,7 +29,7 @@ confirm_exit() {
# Message
msg() {
rofi -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
rofi -no-config -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n"
}
# Variable passed to rofi