Re: [dev] Customizing string output

2014-11-09 Thread Wolfgang Corcoran-Mathe
Quoth Calvin Morrison on Sun, Nov 09 2014 16:36 -0500: I don't see the point of doing anything but this. Having this as a link in config.h could work no? #define OUTPUT printf("%s", load); then just call OUTPUT in your script This actually works very well. The simplest solution is usually the

Re: [dev] Customizing string output

2014-11-09 Thread Calvin Morrison
> Default example: > >printf("%s | %s | %s | %s", load, fs_usage, batt, time); > > Customized version: > >printf("%s | %s | %s", fs_usage, load, batt); I don't see the point of doing anything but this. Having this as a link in config.h could work no? #define OUTPUT printf("%s", load); th

[dev] Customizing string output

2014-11-09 Thread Wolfgang Corcoran-Mathe
Hello all, This is very much a noob question. I am working on a toy text-only system monitor, for piping to xsetroot, etc.; I wanted something like a minimal conky with all of the parser stuff replaced by a straightforward config.h file. Since all of the output is created by a single (at the mo

Re: [dev] tax on internet?

2014-11-09 Thread Yoshi Rokuko
Am Tue, 28 Oct 2014 16:51:53 +0100 schrieb sta...@cs.tu-berlin.de: > * FRIGN 2014-10-28 16:10 > > I know of the high poverty in Hungary. However, if you can't afford > > 3 potatoes, why do you worry about an Internet tax? > > wait, wait, this is misconception. we are far beyond the point that > i

Re: [dev] [PATCH] Check for presence of SHELL environment variable

2014-11-09 Thread koneu
Hi, Eric Pruitt wrote: > On Mon, Nov 03, 2014 at 11:33:17AM +0100, k...@shike2.com wrote: > > I would like to listen the opinion of other suckless developers about > > this point. What do you think guys? > > It's been nearly two weeks since I originally submitted this, and I > don't think anyone

Re: [dev] [PATCH] Check for presence of SHELL environment variable

2014-11-09 Thread Eric Pruitt
On Mon, Nov 03, 2014 at 11:33:17AM +0100, k...@shike2.com wrote: > I would like to listen the opinion of other suckless developers about > this point. What do you think guys? It's been nearly two weeks since I originally submitted this, and I don't think anyone else cares. I'm going to repeat myse