Merge pull request #174 from Jaujon/master
Fixed powermenu.sh not targeting theme subdirectory
This commit is contained in:
@@ -52,7 +52,7 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
rofi_command="rofi -no-config -theme $DIR/powermenu.rasi"
|
||||
rofi_command="rofi -no-config -theme $DIR/$theme/powermenu.rasi"
|
||||
|
||||
# Options
|
||||
shutdown=" Shutdown"
|
||||
|
||||
Reference in New Issue
Block a user