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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rofi_command="rofi -no-config -theme $DIR/powermenu.rasi"
|
rofi_command="rofi -no-config -theme $DIR/$theme/powermenu.rasi"
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
shutdown=" Shutdown"
|
shutdown=" Shutdown"
|
||||||
|
|||||||
Reference in New Issue
Block a user