1 # plomlompom's i3 status bar configuration
3 # It is important that this file is edited as UTF-8.
4 # The following line should contain a sharp s:
7 # Activate colors; set update interval of one second.
13 # Selection / order of status elements.
15 order += "wireless _first_"
16 order += "ethernet _first_"
17 order += "battery all"
20 order += "cpu_temperature all"
22 order += "volume master"
24 # How much space is left in / ?
26 format = "/: %avail available of %total"
27 separator_block_width = 25
30 # WLAN status: show IP and connection quality or "down".
32 format_up = "w: (%quality at %essid) %ip"
33 format_down = "w: down"
34 separator_block_width = 10
37 # Ethernet status: show IP or "down".
40 format_down = "e: down"
41 separator_block_width = 25
44 # Battery status: show FULL/CHARGING/BATTERY, storage, time left.
46 format = "b: %status %percentage %remaining"
47 separator_block_width = 25
52 format = "cpu: %usage"
53 separator_block_width = 10
56 # Show system load during last 1/5/15 minutes.
58 format = "%1min %5min %15min"
59 separator_block_width = 25
62 # Show CPU temperature in degrees of celsius.
64 format = "%degrees °C"
65 separator_block_width = 25
68 # Show date/time/timezone as "year-month-day hour:minute:second
69 # timezone_numeric/timezone_alphabetic".
71 format = "%Y-%m-%d %H:%M:%S %z/%Z"
72 separator_block_width = 25
77 format_muted = "♪: muted (%volume)"
78 separator_block_width = 25