Hi!
I would like to create a widget for the desktop with the following properties:
- Always visible
- Starts when LXDE boots
- Displays an image (jpg/png)
- Locked (not possible to move/edit/close by the user)
- Dynamic: every time the user selects a desktop icon the image in the widget changes accordingly
Before starting coding it I wanted to ask for suggestions
Does something like this already exist?
Which would be a better language option python (wxwidgets) or c++ (qt) ?
How can the window manager (desktop icons) and the widget communicate?
Many thanks for the help!