Re: [dwm] Being not so elitist

2008-07-29 Thread John Mpanos
It was a funny line to read when i first visited suckless.org. Based on the amount of information on the whole site, i would say that the aforementioned sentences were merely a joke at the time of their writing. As for all the previous posts, and not a specific one in particular, just one

Re: [dwm] Status text clock patch

2008-07-11 Thread John Mpanos
2008/7/11 Donald Chai [EMAIL PROTECTED]: Any help would be appreciated, and also how could i do the same without using threads? This seems to work fine for me... --- a/dwm.c Thu Jul 03 17:05:56 2008 +0100 +++ b/dwm.c Fri Jul 11 00:26:08 2008 -0700 @@ -1313,11 +1313,28 @@

[dwm] Status text clock patch

2008-07-10 Thread John Mpanos
After some digging around i figured what to do to draw text in the status area, so i wrote a simple clock using threads. I can't understand though why the clock doesn't get updated sometimes even though i call drawbar() directly from the thread run method... Any help would be appreciated, and also