Re: [dev] Accessory for dwm

2015-12-21 Thread Pickfire
On Mon, Dec 21, 2015 at 11:16:29AM +0100, Anselm R Garbe wrote: Hi Markus, On 20 December 2015 at 12:04, Markus Wichmann wrote: Long story short, I wrote a dwmclock, that also displays the current default interface's first letter (usually sufficient, as most people have only at most one networ

Re: [dev] Accessory for dwm

2015-12-21 Thread Anselm R Garbe
Hi Markus, On 20 December 2015 at 12:04, Markus Wichmann wrote: > Long story short, I wrote a dwmclock, that also displays the current > default interface's first letter (usually sufficient, as most people > have only at most one network card of each type in their machines), as > well as download

Re: [dev] Accessory for dwm

2015-12-20 Thread Silvan Jegen
On Sun, Dec 20, 2015 at 12:21:40PM +0100, Christoph Lohmann wrote: > Greetings. > > On Sun, 20 Dec 2015 12:21:40 +0100 Markus Wichmann wrote: > > Hi all, > > > > I have been using a small accessory application for dwm for a long time, > > that I called dwmclock. What it did for the longest time

Re: [dev] Accessory for dwm

2015-12-20 Thread Christoph Lohmann
Greetings. On Sun, 20 Dec 2015 12:21:40 +0100 Markus Wichmann wrote: > Hi all, > > I have been using a small accessory application for dwm for a long time, > that I called dwmclock. What it did for the longest time was format the > load averages and the current time into a string, then set that

[dev] Accessory for dwm

2015-12-20 Thread Markus Wichmann
Hi all, I have been using a small accessory application for dwm for a long time, that I called dwmclock. What it did for the longest time was format the load averages and the current time into a string, then set that as X11 root window name (dwm would thus display it in the bar window). Today, I