Skip to content

Commit

Permalink
categoryedit: set window icon on wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot committed Feb 24, 2024
1 parent 3168bd6 commit fef9652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/categoryedit
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $category
done
LIST="${LIST::-1}"

categories="$(echo -e "$LIST" | yad --center --title='Category editor' --height=400 \
categories="$(echo -e "$LIST" | yad --class Pi-Apps-Settings --name "Pi-Apps Settings" --center --title='Category editor' --height=400 \
--list --text="Changes saved to: $(echo "${DIRECTORY}/data/category-overrides" | sed "s+$HOME+~+g")" --editable --editable-cols=3 --multiple --dclick-action=true --print-all \
--separator='|' --window-icon="${DIRECTORY}/icons/settings.png" \
--column=:IMG --column=Name --column=Category:TEXT \
Expand Down

0 comments on commit fef9652

Please sign in to comment.