Thanks for the amazing project!! As noted in https://github.com/raujonas/executor/issues/67, there is value in being able to re-run the command to update the value when clicking. But I would go further: I would LOVE to configure the click action itself. On left-click: - Open configuration (default, as now) - Refresh (re-run command) #67 - Open URL (`xdg-open <config-value>`) - Run custom click-command (`<config-value>`) - Run custom click-command, then refresh (`<click-command>; if $?; then <refresh>` ) Examples: - I had some command showing a currency rate. When clicking it, I would want to go to a specific website. - Another command fetches a notification from a specific website - A command that toggles my DOCKER_HOST
Thanks for the amazing project!!
As noted in #67, there is value in being able to re-run the command to update the value when clicking.
But I would go further: I would LOVE to configure the click action itself.
On left-click:
xdg-open <config-value>)<config-value>)<click-command>; if $?; then <refresh>)Examples: