1 # plomlompom's i3 status bar configuration
3 # Activate colors; set update interval of one second.
9 # Selection / order of status elements.
12 order += "wireless wlan0"
13 order += "ethernet eth0"
15 order += "cpu_temperature 0"
19 # How much space is left in / ?
24 # How much space is left in /home ?
30 # WLAN status: show IP and connection quality or "down".
32 format_up = "W: (%quality at %essid) %ip"
33 format_down = "W: down"
36 # Ethernet status: show IP or "down".
39 format_down = "E: down"
42 # Battery status: show FULL/CHARGING/BATTERY, storage, time left.
44 format = "%status %percentage %remaining"
47 # Show CPU temperature in degrees of celsius.
49 format = "T: %degrees °C"
52 # Show system load during last 1/5/15 minutes.
54 format = "L: %1min %5min %15min"
57 # Show date/time/timezone as "year-month-day hour:minute:second
58 # timezone_numeric/timezone_alphabetic".
61 format = "%Y-%m-%d %H:%M:%S %z/%Z"