X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=blobdiff_plain;f=i3status.conf;h=6ac43cbb231252bfa43d1c07e70c34d574a27b23;hp=ef0a5cf08694cb28a1ea9c353ade71a3c8729d8d;hb=0e4fd9ad4a4cc7d6c770134a077e91b02f6cd2f0;hpb=1bef3dca5b9ab404e017037ed309907e1ac796c3 diff --git a/i3status.conf b/i3status.conf index ef0a5cf..6ac43cb 100644 --- a/i3status.conf +++ b/i3status.conf @@ -1,11 +1,53 @@ -wlan wlan0 -eth eth0 -wmii_path /mnt/wmii/rbar/ -time_format %d.%m.%Y %H:%M:%S -battery_path /sys/class/power_supply/BAT0/uevent -run_watch DHCP /var/run/dhclient*.pid -run_watch VPN /var/run/vpnc/pid -order run,wlan,eth,battery,load,time -normcolors #000000 #333333 -color -get_ethspeed +# i3status configuration file. +# see "man i3status" for documentation. + +# It is important that this file is edited as UTF-8. +# The following line should contain a sharp s: +# ß +# If the above line is not correctly displayed, fix your editor first! + +general { + colors = true + interval = 5 +} + +order += "ipv6" +order += "disk /" +order += "wireless _first_" +order += "ethernet _first_" +order += "battery all" +order += "load" +order += "memory" +order += "tztime local" + +wireless _first_ { + format_up = "W: (%quality at %essid) %ip" + format_down = "W: down" +} + +ethernet _first_ { + format_up = "E: %ip (%speed)" + format_down = "E: down" +} + +battery all { + format = "%status %percentage %remaining" +} + +tztime local { + format = "%Y-%m-%d %H:%M:%S" +} + +load { + format = "%1min" +} + +memory { + format = "%used | %available" + threshold_degraded = "1G" + format_degraded = "MEMORY < %available" +} + +disk "/" { + format = "%avail" +}