Hi, On 23 March 2011 19:31, Le Tian <tiane...@gmail.com> wrote: > But I have a question, how do I run some script output in my taskbar the way > I did in wmiirc_local, I mean time, hdd space etc. I looked up config.h but > didn't find anything there to look like bar config. > I will be very happy if you help me.
dwm uses the root window's name to display information in its statusbar, which can be changed with xsetroot -name. Thanks, cls