Title bar info


With an idea in mind, I decided to eliminate all the bars that I used in Fvwm, but I needed to have the time and date shown, so I thought, can I put these things in the title bar? Well, the answer is yes.
For that I created a shell script, containing the functions I wanted, and inside the fvwm config I put…
InfoStoreAdd TitleInfos ‘sh ~/.fvwm/scripts/titlebar_infos.sh
Schedule Periodic 10000 PipeRead ‘echo “Style * TitleFormat %b $[infostore.TitleInfos]”’
and ready.

1 Like