1 # plomlompom's i3 status bar configuration
3 # Activate colors; set update interval of one second.
9 # Selection / order of status elements.
11 order += "disk /home/"
12 order += "wireless wlp2s0"
13 order += "ethernet enp1s0"
17 order += "cpu_temperature 0"
19 order += "volume master"
21 # How much space is left in / ?
23 format = "/: %avail of %total"
24 separator_block_width = 25
27 # How much space is left in /home/ ?
29 format = "/: %avail of %total"
30 separator_block_width = 25
33 # WLAN status: show IP and connection quality or "down".
35 format_up = "w: (%quality at %essid) %ip"
36 format_down = "w: down"
37 separator_block_width = 10
40 # Ethernet status: show IP or "down".
43 format_down = "e: down"
44 separator_block_width = 25
47 # Battery status: show FULL/CHARGING/BATTERY, storage, time left.
49 format = "b: %status %percentage %remaining"
50 separator_block_width = 25
55 format = "cpu: %usage"
56 separator_block_width = 10
59 # Show system load during last 1/5/15 minutes.
61 format = "%1min %5min %15min"
62 separator_block_width = 25
65 # Show CPU temperature in degrees of celsius.
67 format = "%degrees °C"
68 separator_block_width = 25
71 # Show date/time/timezone as "year-month-day hour:minute:second
72 # timezone_numeric/timezone_alphabetic".
74 format = "%Y-%m-%d %H:%M:%S %z/%Z"
75 separator_block_width = 25
80 format_muted = "♪: muted (%volume)"
81 separator_block_width = 25