Chaining builtin commands and ! shell commands. #1316
-
|
I have a custom module providing a power menu with a suspend option. When the system resumes, the popup menu is still visible. I would like to make my on_click handler hide it before suspending. I see |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The built-in commands are special cases - it either looks for an exact match, passes it to the shell, or errors. It is an area I do want to address eventually but I don't have any plans currently. What you can do in the meantime is use Ironbar's CLI instead and call that from the command. This does require your bars to be named,and you'll need to call it per bar: ironbar bar DP-1 hide-popup |
Beta Was this translation helpful? Give feedback.
The built-in commands are special cases - it either looks for an exact match, passes it to the shell, or errors. It is an area I do want to address eventually but I don't have any plans currently.
What you can do in the meantime is use Ironbar's CLI instead and call that from the command. This does require your bars to be named,and you'll need to call it per bar: