patch powermenu.sh

add -no-config option on rofi_command
This commit is contained in:
erdivartanovich
2021-05-08 23:11:16 +07:00
parent 46154c5283
commit 70780516ba
21 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -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"