On Wed, Jun 26, 2013 at 08:51:46PM -0400, Viola Zoltán wrote: > > Hi, DWM users! I wrote a daemon to the DWM status bar! I send it in > attachment. The program name "kajjam". Start it simple: ./kajjam > Compile it with this command: > g++ -funsigned-char -funsigned-bitfields -Wall -Wno-long-long -Wunused > -Wextra -pedantic -lX11 kajjam.cpp -o kajjam > How to stop it: kill its process. > The "kajjam" print to the status bar in every 1 sec the upload and > download speed of the internet connection, and the current date and > time. (The name of the day of week in the hungarian abbreviation. It > can simple changed in the source code). > Zoli
I suppose you should add it to the wiki, a rewrite in c (as opposed to c++) might be desirable. Cheers, Maximilian D.