-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Description
Is your feature request related to a problem? Please describe.
Currently, the Custom Command widget requires that the command exits after each update, and the update must be either text or an icon sent over stdio.
Describe the solution you'd like
My proposed changes are the following:
- Allow commands to keep running and send updates as needed.
- Introduce some kind of protocol for sending updates.
- Allow the command to send both an icon and text, where the icon may be either an icon class name to be fetched from the theme, or binary image data as is currently allowed.
Context
Having written a couple programs to run as backends for the Custom Command widget, I found the current behaviour to be rather limiting. This proposal is largely inspired by the i3bar-protocol as I've worked with it in the past and found it quite flexible (but of course, in the case of an LXQt widget protocol it would only be for individual blocks, not an entire status generator).
jjramsey
Metadata
Metadata
Assignees
Labels
No labels