Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-10 | Some information on building i3status from source | Lars Kumbier | 1 | -0/+36 | |
2012-07-09 | clarify the unit of the power consumption and reformat that paragraph | Michael Stapelberg | 1 | -5/+5 | |
2012-07-09 | Added new feature - consumption - to documentation | Marcel Hellwig | 1 | -3/+3 | |
2012-07-09 | Added consumption to battery info | Marcel Hellwig | 1 | -0/+8 | |
2012-07-09 | Added condition, for red color, when battery-time is low, namely battery is ↵ | Marcel Hellwig | 1 | -1/+1 | |
discharging | |||||
2012-06-28 | Avoid division by zero when calculating CPU usage. | Mateusz Poszwa | 1 | -2/+2 | |
2012-06-11 | Moved translation of wireless status code to text from multiple places into ↵ | Mateusz Loskot | 1 | -10/+6 | |
single BATT_STATUS_NAME macro. It simplifies customisation of the hard-wired status text. | |||||
2012-06-10 | add a small perl example wrapper script for i3status’s JSON output | Michael Stapelberg | 1 | -0/+43 | |
2012-05-25 | rename threshold to low_threshold and document it properly | Michael Stapelberg | 2 | -4/+8 | |
2012-05-25 | colorize battery output if remaining time below threshold | Simon Elsbrock | 4 | -3/+12 | |
2012-05-15 | battery info: output errors in JSON in every case | Michael Stapelberg | 1 | -4/+6 | |
This hopefully fixes http://bugs.i3wm.org/707 | |||||
2012-05-11 | update changelog | Michael Stapelberg | 1 | -0/+7 | |
2012-05-09 | Error handling: Never output null as full_text (JSON), prefix messages with ↵ | Michael Stapelberg | 6 | -10/+13 | |
i3status (Thanks Artemis) The former made i3bar crash, the latter is helpful for debugging. | |||||
2012-05-09 | Remove cpu_temperature from the default config | Michael Stapelberg | 1 | -5/+0 | |
It contradicts our philosophy and doesn’t work on many systems, so don’t use it in the default config. | |||||
2012-05-09 | Improve error message when the cpu temperature cannot be read | Michael Stapelberg | 1 | -1/+1 | |
2012-05-07 | Use (void) instead of () for functions without args (Thanks fernandotcl) | Michael Stapelberg | 4 | -5/+5 | |
See also: http://article.gmane.org/gmane.linux.kernel/1268792 The C compiler will handle (void) as "no arguments" and () as "variadic function" (equivalent to (...)) which might lead to subtle errors. | |||||
2012-05-04 | - Remove some superfluous #ifdef clutter - If we're compiling on !(Linux or ↵ | Jasper Lievisse Adriaanse | 1 | -6/+4 | |
FreeBSD), just emit a '?'. | |||||
2012-05-04 | Update wrt. recent OpenBSD changes. | Jasper Lievisse Adriaanse | 1 | -1/+5 | |
2012-05-04 | add CHANGELOG to release tarball | Michael Stapelberg | 1 | -1/+1 | |
2012-05-04 | makefile: include yajl-fallback in release tarballs | Michael Stapelberg | 1 | -0/+1 | |
2012-05-04 | Handle %d with non-default CPU temperature path. | Ewgenij Starostin | 1 | -3/+4 | |
2012-05-02 | Fix harmless format string mistake (Thanks loblik) | Michael Stapelberg | 1 | -2/+2 | |
2012-05-02 | add CHANGELOG file | Michael Stapelberg | 1 | -0/+77 | |
2012-05-02 | bump copyright | Michael Stapelberg | 1 | -3/+3 | |
2012-05-02 | bump version number | Michael Stapelberg | 2 | -2/+2 | |
2012-05-02 | clean (generated) i3status.1 in distclean target | Michael Stapelberg | 1 | -1/+1 | |
2012-05-02 | manpage: spelling / sentence fixes | Michael Stapelberg | 1 | -5/+7 | |
2012-05-02 | manpage: remove paragraph about version 2, that’s outdated by now | Michael Stapelberg | 1 | -4/+0 | |
2012-04-30 | bugfix: don’t use TOPDIR (Thanks loblik) | Michael Stapelberg | 1 | -1/+1 | |
2012-04-30 | document the i3bar output format in the manpage | Michael Stapelberg | 1 | -0/+6 | |
2012-04-30 | Implement displaying battery status on OpenBSD. | Jasper Lievisse Adriaanse | 1 | -0/+58 | |
2012-04-30 | Implement basic fetching of cpu temperature on OpenBSD. | Jasper Lievisse Adriaanse | 2 | -1/+54 | |
2012-04-29 | Allow overriding of a2x in the environment; as it may also be installed as ↵ | Jasper Lievisse Adriaanse | 1 | -1/+3 | |
a2x.py | |||||
2012-04-29 | Print the volume on OpenBSD too. Add missing library to Makefile accordingly. | Jasper Lievisse Adriaanse | 2 | -1/+8 | |
2012-04-29 | Fix disk usage on OpenBSD. | Jasper Lievisse Adriaanse | 1 | -2/+2 | |
2012-04-29 | Fix CPU usage on OpenBSD. Currently only takes the first cpu into account, ↵ | Jasper Lievisse Adriaanse | 1 | -2/+17 | |
but works fine otherwise. | |||||
2012-04-28 | Fix include order; fixes build on OpenBSD. | Jasper Lievisse Adriaanse | 2 | -5/+8 | |
2012-04-28 | Add some extra paths if we're compiling on OpenBSD. | Jasper Lievisse Adriaanse | 1 | -0/+5 | |
2012-04-26 | Added %emptytime to the battery part | Thorsten Töpper | 1 | -7/+8 | |
2012-04-08 | add yajl compat code | Michael Stapelberg | 16 | -0/+36 | |
2012-03-25 | debian: recommend libcap2-bin only on linux, recommend/enhance i3-wm (i3bar) | Michael Stapelberg | 1 | -3/+3 | |
2012-03-25 | use printf instead of write to not mix two ways of outputting data | Michael Stapelberg | 1 | -1/+1 | |
Otherwise, the separator is not properly interleaved with output. | |||||
2012-03-25 | Properly output JSON with libyajl | Michael Stapelberg | 18 | -245/+341 | |
2012-03-17 | add "exit 1" to example shell script. | Stefan Breunig | 1 | -1/+1 | |
This will make the script exit if i3bar has been killed or has crashed instead of continuing to run in the background. | |||||
2012-03-11 | Fix indentation in i3status.conf | Michael Stapelberg | 1 | -5/+5 | |
2012-03-11 | Fix configuration paths in error message | Michael Stapelberg | 1 | -2/+2 | |
2012-02-24 | add a section to the manpage explaining why we don’t want RAM usage etc. | Michael Stapelberg | 1 | -0/+33 | |
2012-02-16 | Implement the i3bar JSON protocol | Michael Stapelberg | 16 | -3/+103 | |
This hardcodes all the JSON parts. Strings are not properly escaped currently. The best/easiest way to fix this is by actually using libyajl. | |||||
2012-01-02 | use the actual default format string for run_watch | Michael Stapelberg | 1 | -1/+1 | |
2012-01-02 | Add a "format" example for run_watch | theo | 1 | -0/+2 | |
Signed-off-by: theo <theocrite@theocrite.org> |