diff --git a/bitmap/blocks/scripts/powermenu.sh b/bitmap/blocks/scripts/powermenu.sh index 4b1e328..f02486d 100755 --- a/bitmap/blocks/scripts/powermenu.sh +++ b/bitmap/blocks/scripts/powermenu.sh @@ -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 diff --git a/bitmap/colorblocks/scripts/powermenu.sh b/bitmap/colorblocks/scripts/powermenu.sh index 872227f..287b983 100755 --- a/bitmap/colorblocks/scripts/powermenu.sh +++ b/bitmap/colorblocks/scripts/powermenu.sh @@ -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 diff --git a/bitmap/cuts/scripts/powermenu.sh b/bitmap/cuts/scripts/powermenu.sh index b0e195c..3700179 100755 --- a/bitmap/cuts/scripts/powermenu.sh +++ b/bitmap/cuts/scripts/powermenu.sh @@ -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 diff --git a/bitmap/docky/scripts/powermenu.sh b/bitmap/docky/scripts/powermenu.sh index ac80470..6f3d472 100755 --- a/bitmap/docky/scripts/powermenu.sh +++ b/bitmap/docky/scripts/powermenu.sh @@ -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 diff --git a/bitmap/forest/scripts/powermenu.sh b/bitmap/forest/scripts/powermenu.sh index b815e8e..d9a962b 100755 --- a/bitmap/forest/scripts/powermenu.sh +++ b/bitmap/forest/scripts/powermenu.sh @@ -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 diff --git a/bitmap/grayblocks/scripts/powermenu.sh b/bitmap/grayblocks/scripts/powermenu.sh index e300bb0..8e81985 100755 --- a/bitmap/grayblocks/scripts/powermenu.sh +++ b/bitmap/grayblocks/scripts/powermenu.sh @@ -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 diff --git a/bitmap/hack/scripts/powermenu.sh b/bitmap/hack/scripts/powermenu.sh index 4da50cf..8a52c31 100755 --- a/bitmap/hack/scripts/powermenu.sh +++ b/bitmap/hack/scripts/powermenu.sh @@ -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 diff --git a/bitmap/material/scripts/powermenu.sh b/bitmap/material/scripts/powermenu.sh index 56a45a1..21ad2d8 100755 --- a/bitmap/material/scripts/powermenu.sh +++ b/bitmap/material/scripts/powermenu.sh @@ -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 diff --git a/bitmap/shades/scripts/powermenu.sh b/bitmap/shades/scripts/powermenu.sh index 43feb80..811d897 100755 --- a/bitmap/shades/scripts/powermenu.sh +++ b/bitmap/shades/scripts/powermenu.sh @@ -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 diff --git a/bitmap/shapes/scripts/powermenu.sh b/bitmap/shapes/scripts/powermenu.sh index 4690169..4330a02 100755 --- a/bitmap/shapes/scripts/powermenu.sh +++ b/bitmap/shapes/scripts/powermenu.sh @@ -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 diff --git a/simple/blocks/scripts/powermenu.sh b/simple/blocks/scripts/powermenu.sh index 4b1e328..f02486d 100755 --- a/simple/blocks/scripts/powermenu.sh +++ b/simple/blocks/scripts/powermenu.sh @@ -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 diff --git a/simple/colorblocks/scripts/powermenu.sh b/simple/colorblocks/scripts/powermenu.sh index 872227f..b4bb784 100755 --- a/simple/colorblocks/scripts/powermenu.sh +++ b/simple/colorblocks/scripts/powermenu.sh @@ -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 diff --git a/simple/cuts/scripts/powermenu.sh b/simple/cuts/scripts/powermenu.sh index b0e195c..44c6c57 100755 --- a/simple/cuts/scripts/powermenu.sh +++ b/simple/cuts/scripts/powermenu.sh @@ -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 diff --git a/simple/docky/scripts/powermenu.sh b/simple/docky/scripts/powermenu.sh index ac80470..a2231dd 100755 --- a/simple/docky/scripts/powermenu.sh +++ b/simple/docky/scripts/powermenu.sh @@ -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 diff --git a/simple/forest/scripts/powermenu.sh b/simple/forest/scripts/powermenu.sh index b815e8e..17db0cf 100755 --- a/simple/forest/scripts/powermenu.sh +++ b/simple/forest/scripts/powermenu.sh @@ -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 diff --git a/simple/grayblocks/scripts/powermenu.sh b/simple/grayblocks/scripts/powermenu.sh index e300bb0..b17bbca 100755 --- a/simple/grayblocks/scripts/powermenu.sh +++ b/simple/grayblocks/scripts/powermenu.sh @@ -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 diff --git a/simple/hack/scripts/powermenu.sh b/simple/hack/scripts/powermenu.sh index 4da50cf..8a19f60 100755 --- a/simple/hack/scripts/powermenu.sh +++ b/simple/hack/scripts/powermenu.sh @@ -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 diff --git a/simple/material/scripts/powermenu.sh b/simple/material/scripts/powermenu.sh index 0f042ec..6e13e39 100755 --- a/simple/material/scripts/powermenu.sh +++ b/simple/material/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/material/scripts/rofi" uptime=$(uptime -p | sed -e 's/up //g') -rofi_command="rofi -theme $dir/powermenu.rasi" +rofi_command="rofi -no-config -theme $dir/powermenu.rasi" # Options shutdown=" Shutdown" @@ -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 diff --git a/simple/panels/scripts/powermenu.sh b/simple/panels/scripts/powermenu.sh index 6c01c67..a8c9e73 100755 --- a/simple/panels/scripts/powermenu.sh +++ b/simple/panels/scripts/powermenu.sh @@ -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 diff --git a/simple/pwidgets/scripts/powermenu.sh b/simple/pwidgets/scripts/powermenu.sh index 854dbbc..a23ffdb 100755 --- a/simple/pwidgets/scripts/powermenu.sh +++ b/simple/pwidgets/scripts/powermenu.sh @@ -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 "Options : yes / y / no / n" + rofi -no-config -theme "$dir/message.rasi" -e "Options : yes / y / no / n" } # Variable passed to rofi diff --git a/simple/shades/scripts/powermenu.sh b/simple/shades/scripts/powermenu.sh index 43feb80..370115e 100755 --- a/simple/shades/scripts/powermenu.sh +++ b/simple/shades/scripts/powermenu.sh @@ -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 diff --git a/simple/shapes/scripts/powermenu.sh b/simple/shapes/scripts/powermenu.sh index 4690169..6a9bc53 100755 --- a/simple/shapes/scripts/powermenu.sh +++ b/simple/shapes/scripts/powermenu.sh @@ -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