Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-17 | default config: remove DHCP, VPN | Michael Stapelberg | |
VPN was removed because it pointed to vpnc, which hasn’t been updated since 2008 and is long obsolete in favor of openconnect. Since different people use different VPN solutions, though (and other modules configured by default do actually work regardless of the system), let’s remove this and have people who need it configure it explicitly. DHCP was removed because modern systems often don’t use dhclient anymore (but rather systemd-networkd’s DHCP client, which can also be used via NetworkManager these days) and because it fails our philosophy test: it’s not something which you would look at every now and then if i3status didn’t expose it. | |||
2014-12-07 | support the special interface name _first_ for ethernet/wireless | Michael Stapelberg | |
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). | |||
2013-11-16 | default config: show %avail disk space instead of %free | Sebastian Ullrich | |
The former property is generally more relevant to end users | |||
2013-02-10 | Add tztime module to support multiple different timezones. | Emil Mikulic | |
2012-11-05 | config: introduce an utf-8 character so that editors are forced to use utf-8 | Michael Stapelberg | |
…and if they don’t, the user can fix the editor setup at least. See also http://bugs.i3wm.org/864 | |||
2012-11-05 | config: remove documentation from the disk field (got there by mistake) | Michael Stapelberg | |
2012-08-31 | introduce percentages for all values, document them | Michael Stapelberg | |
2012-05-09 | Remove cpu_temperature from the default config | Michael Stapelberg | |
It contradicts our philosophy and doesn’t work on many systems, so don’t use it in the default config. | |||
2012-03-11 | Fix indentation in i3status.conf | Michael Stapelberg | |
2011-10-10 | Don’t use a default setting for 'order' | Michael Stapelberg | |
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. | |||
2011-07-13 | i3status.conf: fix indention | Michael Stapelberg | |
2009-12-13 | The load values represent 1,5,15 min, not 5,10,15 min (Thanks Chris) | Michael Stapelberg | |
2009-10-16 | battery: split up %remaining into %percentage and %remaining (Thanks shatter) | Michael Stapelberg | |
2009-10-16 | Implement format_up/format_down for ethernet | Michael Stapelberg | |
2009-10-15 | Update default config | Michael Stapelberg | |
2009-07-23 | Update i3status.conf | Michael Stapelberg | |
2009-05-22 | Merge getting thermal zone temperature from atsutane, thanks! | Michael Stapelberg | |
2009-05-01 | Implement flags for batteries to use the last full capacity. This breaks ↵ | Michael Stapelberg | |
configfiles. | |||
2009-04-17 | Rename wmiistatus* to i3status* | Michael Stapelberg | |