Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a2x.py
|
|
|
|
|
|
but works fine otherwise.
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise, the separator is not properly interleaved with output.
|
|
|
|
This will make the script exit if i3bar has been killed or has crashed
instead of continuing to run in the background.
|
|
|
|
|
|
|
|
This hardcodes all the JSON parts. Strings are not properly escaped currently.
The best/easiest way to fix this is by actually using libyajl.
|
|
|
|
Signed-off-by: theo <theocrite@theocrite.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will make i3status depend on a useful configuration file (so
/etc/i3status.conf has to be installed) to actually output anything.
However, it fixes a very common error: people edit their i3status.conf and
don’t get that the first order directive has to use =, not +=. Since order is
now empty by default, you can use += everywhere.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not (Thanks Sander)
|
|
Fixes FTBFS on hurd-i386
|
|
|