From 70780516baba5e1418f457f2b7a0d873daadd9a1 Mon Sep 17 00:00:00 2001 From: erdivartanovich Date: Sat, 8 May 2021 23:11:16 +0700 Subject: [PATCH 1/2] patch powermenu.sh add -no-config option on rofi_command --- bitmap/blocks/scripts/powermenu.sh | 2 +- bitmap/colorblocks/scripts/powermenu.sh | 2 +- bitmap/cuts/scripts/powermenu.sh | 2 +- bitmap/docky/scripts/powermenu.sh | 2 +- bitmap/forest/scripts/powermenu.sh | 2 +- bitmap/grayblocks/scripts/powermenu.sh | 2 +- bitmap/hack/scripts/powermenu.sh | 2 +- bitmap/material/scripts/powermenu.sh | 2 +- bitmap/shades/scripts/powermenu.sh | 2 +- bitmap/shapes/scripts/powermenu.sh | 2 +- simple/blocks/scripts/powermenu.sh | 2 +- simple/colorblocks/scripts/powermenu.sh | 2 +- simple/cuts/scripts/powermenu.sh | 2 +- simple/docky/scripts/powermenu.sh | 2 +- simple/forest/scripts/powermenu.sh | 2 +- simple/grayblocks/scripts/powermenu.sh | 2 +- simple/hack/scripts/powermenu.sh | 2 +- simple/panels/scripts/powermenu.sh | 2 +- simple/pwidgets/scripts/powermenu.sh | 2 +- simple/shades/scripts/powermenu.sh | 2 +- simple/shapes/scripts/powermenu.sh | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/bitmap/blocks/scripts/powermenu.sh b/bitmap/blocks/scripts/powermenu.sh index 9e264ca..4b1e328 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" diff --git a/bitmap/colorblocks/scripts/powermenu.sh b/bitmap/colorblocks/scripts/powermenu.sh index f3ba629..872227f 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" diff --git a/bitmap/cuts/scripts/powermenu.sh b/bitmap/cuts/scripts/powermenu.sh index 7017be5..b0e195c 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" diff --git a/bitmap/docky/scripts/powermenu.sh b/bitmap/docky/scripts/powermenu.sh index 63112b2..ac80470 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" diff --git a/bitmap/forest/scripts/powermenu.sh b/bitmap/forest/scripts/powermenu.sh index 84eddf4..b815e8e 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" diff --git a/bitmap/grayblocks/scripts/powermenu.sh b/bitmap/grayblocks/scripts/powermenu.sh index a3c978e..e300bb0 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" diff --git a/bitmap/hack/scripts/powermenu.sh b/bitmap/hack/scripts/powermenu.sh index 4154572..4da50cf 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" diff --git a/bitmap/material/scripts/powermenu.sh b/bitmap/material/scripts/powermenu.sh index 0f042ec..56a45a1 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" diff --git a/bitmap/shades/scripts/powermenu.sh b/bitmap/shades/scripts/powermenu.sh index 61c2e3c..43feb80 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" diff --git a/bitmap/shapes/scripts/powermenu.sh b/bitmap/shapes/scripts/powermenu.sh index 05fd844..4690169 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" diff --git a/simple/blocks/scripts/powermenu.sh b/simple/blocks/scripts/powermenu.sh index 9e264ca..4b1e328 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" diff --git a/simple/colorblocks/scripts/powermenu.sh b/simple/colorblocks/scripts/powermenu.sh index f3ba629..872227f 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" diff --git a/simple/cuts/scripts/powermenu.sh b/simple/cuts/scripts/powermenu.sh index 7017be5..b0e195c 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" diff --git a/simple/docky/scripts/powermenu.sh b/simple/docky/scripts/powermenu.sh index 63112b2..ac80470 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" diff --git a/simple/forest/scripts/powermenu.sh b/simple/forest/scripts/powermenu.sh index 84eddf4..b815e8e 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" diff --git a/simple/grayblocks/scripts/powermenu.sh b/simple/grayblocks/scripts/powermenu.sh index a3c978e..e300bb0 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" diff --git a/simple/hack/scripts/powermenu.sh b/simple/hack/scripts/powermenu.sh index 4154572..4da50cf 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" diff --git a/simple/panels/scripts/powermenu.sh b/simple/panels/scripts/powermenu.sh index c74d5b1..6c01c67 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" diff --git a/simple/pwidgets/scripts/powermenu.sh b/simple/pwidgets/scripts/powermenu.sh index 5cb0fd3..854dbbc 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" diff --git a/simple/shades/scripts/powermenu.sh b/simple/shades/scripts/powermenu.sh index 61c2e3c..43feb80 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" diff --git a/simple/shapes/scripts/powermenu.sh b/simple/shapes/scripts/powermenu.sh index 05fd844..4690169 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" From 65c11e9d276a1df75b848e07caee12562222f313 Mon Sep 17 00:00:00 2001 From: erdivartanovich Date: Sat, 8 May 2021 23:54:30 +0700 Subject: [PATCH 2/2] add rofi -no-config in powermenu message & confirm --- bitmap/blocks/scripts/powermenu.sh | 3 ++- bitmap/colorblocks/scripts/powermenu.sh | 5 +++-- bitmap/cuts/scripts/powermenu.sh | 5 +++-- bitmap/docky/scripts/powermenu.sh | 5 +++-- bitmap/forest/scripts/powermenu.sh | 5 +++-- bitmap/grayblocks/scripts/powermenu.sh | 5 +++-- bitmap/hack/scripts/powermenu.sh | 5 +++-- bitmap/material/scripts/powermenu.sh | 5 +++-- bitmap/shades/scripts/powermenu.sh | 5 +++-- bitmap/shapes/scripts/powermenu.sh | 5 +++-- simple/blocks/scripts/powermenu.sh | 3 ++- simple/colorblocks/scripts/powermenu.sh | 3 ++- simple/cuts/scripts/powermenu.sh | 3 ++- simple/docky/scripts/powermenu.sh | 3 ++- simple/forest/scripts/powermenu.sh | 3 ++- simple/grayblocks/scripts/powermenu.sh | 3 ++- simple/hack/scripts/powermenu.sh | 3 ++- simple/material/scripts/powermenu.sh | 5 +++-- simple/panels/scripts/powermenu.sh | 3 ++- simple/pwidgets/scripts/powermenu.sh | 3 ++- simple/shades/scripts/powermenu.sh | 3 ++- simple/shapes/scripts/powermenu.sh | 3 ++- 22 files changed, 54 insertions(+), 32 deletions(-) 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