To create your own app hook in sxmo (edit app menu entry):
in there
you can edit entries, for example adding osmin to the menu:
to search for icon names you can run:
Code:
cp /usr/share/sxmo/default_hooks/sxmo_hook_apps.sh ~/.config/sxmo/hooks/
in there
Code:
nano ~/.config/sxmo/hooks/sxmo_hook_apps.sh
you can edit entries, for example adding osmin to the menu:
Code:
write_line_app osmin "$icon_glb osmin" "osmin"
to search for icon names you can run:
Code:
nano /usr/share/sxmo/default_hooks/sxmo_hook_icons.sh