Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-31 | use format_placeholder for path_exists | Felix Buehler | |
2019-01-23 | Switch to autotools (#316) | Michael Stapelberg | |
2018-07-13 | able to print percentage | Felix Buehler | |
its now possible to have percentage before and after a variable. except for the date. But percentage with dates does not make much sense to me, so i skipped it. | |||
2015-04-02 | Adding the option "format_down" to path_exists and run_watch. | Christian Kohlstedde | |
This fixes #1. | |||
2015-03-16 | clang-format-3.5 -i **/*.[ch], update modeline | Michael Stapelberg | |
From here on, we’ll use clang-format to automatically format the source. This has worked well in i3, so we are introducing it for i3status. | |||
2014-03-12 | Unify use of string comparisons | Mats | |
* strncmp(s1, s2, strlen(s2)) → BEGINS_WITH(s1, s2) * strncmp(s1, s2, strlen(s1)) → strcmp(s1, s2) * Prefer case-insensitive comparison for options | |||
2013-11-22 | Add support for path_exists directive. | Kinware AB | |