Re: [i3] "move" mode?

  • From: Michael Stapelberg <michael+i3@xxxxxxxxxxxxx>
  • To: i3-discuss <i3-discuss@xxxxxxxxxxxxx>
  • Date: Wed, 09 Jun 2010 19:09:42 +0200

Hi,

Excerpts from Chengqi Song's message of 2010-06-09 18:20:22 +0200:

Is it possible to add such an PipeReader to i3status? It's quite flexible,
because it can display any info. It's also efficient, because it does not
need periodic update.
Nope, not necessary. Instead, you can use a simple shell wrapper:

i3status | while [ 1 ] ; do read input; echo "foo: $input"; done

…and append/suffix/replace whatever you like.

Best regards,
Michael

Other related posts: