summaryrefslogtreecommitdiff
path: root/i3status.conf
AgeCommit message (Collapse)Author
2016-08-17default config: remove DHCP, VPNMichael 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-07support the special interface name _first_ for ethernet/wirelessMichael 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-16default config: show %avail disk space instead of %freeSebastian Ullrich
The former property is generally more relevant to end users
2013-02-10Add tztime module to support multiple different timezones.Emil Mikulic
2012-11-05config: introduce an utf-8 character so that editors are forced to use utf-8Michael Stapelberg
…and if they don’t, the user can fix the editor setup at least. See also http://bugs.i3wm.org/864
2012-11-05config: remove documentation from the disk field (got there by mistake)Michael Stapelberg
2012-08-31introduce percentages for all values, document themMichael Stapelberg
2012-05-09Remove cpu_temperature from the default configMichael Stapelberg
It contradicts our philosophy and doesn’t work on many systems, so don’t use it in the default config.
2012-03-11Fix indentation in i3status.confMichael Stapelberg
2011-10-10Don’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-13i3status.conf: fix indentionMichael Stapelberg
2009-12-13The load values represent 1,5,15 min, not 5,10,15 min (Thanks Chris)Michael Stapelberg
2009-10-16battery: split up %remaining into %percentage and %remaining (Thanks shatter)Michael Stapelberg
2009-10-16Implement format_up/format_down for ethernetMichael Stapelberg
2009-10-15Update default configMichael Stapelberg
2009-07-23Update i3status.confMichael Stapelberg
2009-05-22Merge getting thermal zone temperature from atsutane, thanks!Michael Stapelberg
2009-05-01Implement flags for batteries to use the last full capacity. This breaks ↵Michael Stapelberg
configfiles.
2009-04-17Rename wmiistatus* to i3status*Michael Stapelberg