A friend of mine wrote the following shell code to display the date after
the window title.
while true
do
echo "[`date +'%a %d %b %H:%M'`]"
sleep 2
done | while true; do dwm; done
I was wondering if someone could point me to how i can manipulate the
drawbar() function to achieve the same result.
Studying the source code, left me kind of confused, and i dont know enough
about how system calls manipulate the standard streams.
Just point me how to print for example a simple text string after the title,
and i think i will figure out the rest.
Received on Thu Jul 10 2008 - 12:02:32 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:53:52 UTC