patch powermenu.sh
add -no-config option on rofi_command
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user