I'm trying to put a duckduckgo image search button under the selection_search menu.
Like the one in the NickelMenu doc file but for images
Code:
# menu_item :selection_search :Search DuckDuckGo :nickel_browser :modal:https://duckduckgo.com/?q={1|S|%}
The url for the image search adds "&t=h_&ia=images&iax=images" after the search term, I've tried adding that after the "}" and after inside the {} just after the "%" and neither have worked.
Obviously I have no idea what I'm doing, is what I'm trying to do feasible?