i am looking for a simple example to write some text on the fluxbox desktop
i can do what i want with xtdesktop but it is c++ and i don't like programming in c++ any more
i actually don't understand what is being done under the hood - it compiles to a .so that is loaded into xtdesktop when xtdesktop is started/restarted
can someone point me to something simple in fpc to get started with?
all the lazarus and fpc fpgui x11 agg code make apps that can be run with fluxbox but not actually write to the fluxbox window like xtdesktop does
for example i can write
cpu temp 42C
directly on the fluxbox window and it is always visible
Added
i have tried to modify the lazarus trayicon2 code but it only writes to the fluxbox task bar