Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-24 | fix compilation on FreeBSD | Michael Stapelberg | 1 | -0/+1 | |
fixes #83 | |||||
2015-11-16 | first_eth_interface: ignore MAC addresses, look for IPv4/IPv6 addresses | Michael Stapelberg | 1 | -0/+7 | |
2015-03-16 | clang-format-3.5 -i **/*.[ch], update modeline | Michael Stapelberg | 1 | -27/+26 | |
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-12-07 | support the special interface name _first_ for ethernet/wireless | Michael Stapelberg | 1 | -0/+39 | |
Since we have deterministic device names in Linux, these strings are a much better default in the i3status config than "eth0" and "wlan0" (what we used before). |