Skip to content

Commit

Permalink
Merge pull request #174 from Jaujon/master
Browse files Browse the repository at this point in the history
Fixed powermenu.sh not targeting theme subdirectory
  • Loading branch information
adi1090x authored Aug 22, 2023
2 parents 6c68e1e + ec0f581 commit 4851133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple/panels/scripts/powermenu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4851133

Please sign in to comment.