You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.3 KiB
61 lines
1.3 KiB
general { |
|
output_format = "i3bar" |
|
colors = true |
|
interval = 15 |
|
} |
|
|
|
order += "disk /" |
|
order += "wireless wlp2s0" |
|
order += "ethernet eth0" |
|
order += "battery 1" |
|
order += "cpu_temperature 0" |
|
order += "volume master" |
|
order += "tztime local" |
|
|
|
wireless wlp2s0 { |
|
format_up = "W: (%quality at %essid, %bitrate) %ip" |
|
format_down = "W: down" |
|
} |
|
|
|
ethernet eth0 { |
|
# if you use %speed, i3status requires the cap_net_admin capability |
|
format_up = "E: %ip (%speed)" |
|
format_down = "E: down" |
|
} |
|
|
|
battery 1 { |
|
format = "%status %percentage %remaining %emptytime" |
|
format_down = "No battery" |
|
status_chr = "⚡ CHR" |
|
status_bat = "🔋 BAT" |
|
status_unk = "? UNK" |
|
status_full = "☻ FULL" |
|
path = "/sys/class/power_supply/BAT%d/uevent" |
|
low_threshold = 10 |
|
} |
|
|
|
tztime local { |
|
format = "%Y-%m-%d %H:%M" |
|
} |
|
|
|
load { |
|
format = "%5min" |
|
} |
|
|
|
cpu_temperature 0 { |
|
format = "T: %degrees °C" |
|
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon0/temp2_input" |
|
} |
|
|
|
disk "/" { |
|
format = "%free" |
|
} |
|
|
|
volume master { |
|
format = "♪: %volume" |
|
format_muted = "♪: muted (%volume)" |
|
# device = "default" |
|
device = "purlse:alsa_output.pci-0000_00_1b.0.analog-stereo" |
|
mixer = "Master" |
|
mixer_idx = 0 |
|
}
|
|
|