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 wlp3s0"
13 order += "ethernet enp0s25"
17 order += "cpu_temperature 0"
18 order += "cpu_temperature 1"
20 order += "volume master"
22 # How much space is left in / ?
24 format = "/: %avail available of %total"
25 separator_block_width = 10
28 # How much space is left in /home ?
30 format = "/home: %avail available of %total"
31 separator_block_width = 40
35 # WLAN status: show IP and connection quality or "down".
37 format_up = "w: (%quality at %essid) %ip"
38 format_down = "w: down"
39 separator_block_width = 10
42 # Ethernet status: show IP or "down".
45 format_down = "e: down"
46 separator_block_width = 40
49 # Battery status: show FULL/CHARGING/BATTERY, storage, time left.
51 format = "b: %status %percentage %remaining"
52 separator_block_width = 40
57 format = "cpu: %usage"
58 separator_block_width = 10
61 # Show system load during last 1/5/15 minutes.
63 format = "%1min %5min %15min"
64 separator_block_width = 40
67 # Show CPU temperature in degrees of celsius.
69 format = "%degrees °C"
70 separator_block_width = 10
73 format = "%degrees °C"
74 separator_block_width = 40
77 # Show date/time/timezone as "year-month-day hour:minute:second
78 # timezone_numeric/timezone_alphabetic".
80 format = "%Y-%m-%d %H:%M:%S %z/%Z"
81 separator_block_width = 40
86 format_muted = "♪: muted (%volume)"
87 separator_block_width = 40