diff --git a/bitmap/blocks/scripts/powermenu.sh b/bitmap/blocks/scripts/powermenu.sh index 9e264ca..f02486d 100755 --- a/bitmap/blocks/scripts/powermenu.sh +++ b/bitmap/blocks/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/blocks/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/bitmap/colorblocks/scripts/powermenu.sh b/bitmap/colorblocks/scripts/powermenu.sh index f3ba629..287b983 100755 --- a/bitmap/colorblocks/scripts/powermenu.sh +++ b/bitmap/colorblocks/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/colorblocks/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,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 7017be5..3700179 100755 --- a/bitmap/cuts/scripts/powermenu.sh +++ b/bitmap/cuts/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/cuts/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,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 63112b2..6f3d472 100755 --- a/bitmap/docky/scripts/powermenu.sh +++ b/bitmap/docky/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/docky/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,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 84eddf4..d9a962b 100755 --- a/bitmap/forest/scripts/powermenu.sh +++ b/bitmap/forest/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/forest/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,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 a3c978e..8e81985 100755 --- a/bitmap/grayblocks/scripts/powermenu.sh +++ b/bitmap/grayblocks/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/grayblocks/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,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 4154572..8a52c31 100755 --- a/bitmap/hack/scripts/powermenu.sh +++ b/bitmap/hack/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/hack/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,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 0f042ec..21ad2d8 100755 --- a/bitmap/material/scripts/powermenu.sh +++ b/bitmap/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,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 61c2e3c..811d897 100755 --- a/bitmap/shades/scripts/powermenu.sh +++ b/bitmap/shades/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/shades/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,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 05fd844..4330a02 100755 --- a/bitmap/shapes/scripts/powermenu.sh +++ b/bitmap/shapes/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/shapes/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,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 9e264ca..f02486d 100755 --- a/simple/blocks/scripts/powermenu.sh +++ b/simple/blocks/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/blocks/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/colorblocks/scripts/powermenu.sh b/simple/colorblocks/scripts/powermenu.sh index f3ba629..b4bb784 100755 --- a/simple/colorblocks/scripts/powermenu.sh +++ b/simple/colorblocks/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/colorblocks/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/cuts/scripts/powermenu.sh b/simple/cuts/scripts/powermenu.sh index 7017be5..44c6c57 100755 --- a/simple/cuts/scripts/powermenu.sh +++ b/simple/cuts/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/cuts/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/docky/scripts/powermenu.sh b/simple/docky/scripts/powermenu.sh index 63112b2..a2231dd 100755 --- a/simple/docky/scripts/powermenu.sh +++ b/simple/docky/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/docky/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/forest/scripts/powermenu.sh b/simple/forest/scripts/powermenu.sh index 84eddf4..17db0cf 100755 --- a/simple/forest/scripts/powermenu.sh +++ b/simple/forest/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/forest/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/grayblocks/scripts/powermenu.sh b/simple/grayblocks/scripts/powermenu.sh index a3c978e..b17bbca 100755 --- a/simple/grayblocks/scripts/powermenu.sh +++ b/simple/grayblocks/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/grayblocks/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/hack/scripts/powermenu.sh b/simple/hack/scripts/powermenu.sh index 4154572..8a19f60 100755 --- a/simple/hack/scripts/powermenu.sh +++ b/simple/hack/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/hack/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/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 c74d5b1..a8c9e73 100755 --- a/simple/panels/scripts/powermenu.sh +++ b/simple/panels/scripts/powermenu.sh @@ -52,7 +52,7 @@ else exit 1 fi -rofi_command="rofi -theme $DIR/$theme/powermenu.rasi" +rofi_command="rofi -no-config -theme $DIR/powermenu.rasi" # Options shutdown=" Shutdown" @@ -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 5cb0fd3..a23ffdb 100755 --- a/simple/pwidgets/scripts/powermenu.sh +++ b/simple/pwidgets/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/pwidgets/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 "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 61c2e3c..370115e 100755 --- a/simple/shades/scripts/powermenu.sh +++ b/simple/shades/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/shades/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/shapes/scripts/powermenu.sh b/simple/shapes/scripts/powermenu.sh index 05fd844..6a9bc53 100755 --- a/simple/shapes/scripts/powermenu.sh +++ b/simple/shapes/scripts/powermenu.sh @@ -8,7 +8,7 @@ dir="~/.config/polybar/shapes/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