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 enp0s25"
15 order += "cpu_temperature 0"
16 order += "cpu_temperature 1"
17 order += "cpu_temperature 2"
18 order += "cpu_temperature 3"
22 # How much space is left in / ?
27 # How much space is left in /home ?
33 # WLAN status: show IP and connection quality or "down".
35 format_up = "W: (%quality at %essid) %ip"
36 format_down = "W: down"
39 # Ethernet status: show IP or "down".
42 format_down = "E: down"
45 # Battery status: show FULL/CHARGING/BATTERY, storage, time left.
47 format = "%status %percentage %remaining"
50 # Show CPU temperature in degrees of celsius.
52 format = "T: %degrees °C"
55 format = "T: %degrees °C"
58 # Show system load during last 1/5/15 minutes.
60 format = "L: %1min %5min %15min"
63 # Show date/time/timezone as "year-month-day hour:minute:second
64 # timezone_numeric/timezone_alphabetic".
67 format = "%Y-%m-%d %H:%M:%S %z/%Z"