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.
59 lines
1.0 KiB
59 lines
1.0 KiB
general {
|
|
colors = true
|
|
interval = 5
|
|
color_good = "#2AA198"
|
|
color_bad = "#586E75"
|
|
color_degraded = "#DC322F"
|
|
output_format = i3bar
|
|
}
|
|
|
|
order += "disk /"
|
|
order += "cpu_usage"
|
|
order += "wireless wlp2s0"
|
|
order += "battery all"
|
|
order += "volume master"
|
|
order += "tztime local"
|
|
order += "time"
|
|
|
|
disk "/" {
|
|
format = " %free "
|
|
}
|
|
|
|
cpu_usage {
|
|
format = " %usage "
|
|
}
|
|
|
|
wireless wlp2s0 {
|
|
format_up = " %essid %bitrate "
|
|
format_down = " 睊"
|
|
}
|
|
|
|
|
|
battery all {
|
|
format = " %status %percentage "
|
|
format_down = "No battery"
|
|
last_full_capacity = true
|
|
integer_battery_capacity = true
|
|
status_chr = ""
|
|
status_bat = ""
|
|
status_unk = ""
|
|
status_full = ""
|
|
low_threshold = 20
|
|
threshold_type = percentage
|
|
}
|
|
|
|
volume master {
|
|
format = " 墳 %volume "
|
|
format_muted = " ﱝ "
|
|
device = "default"
|
|
mixer = "Master"
|
|
mixer_idx = 0
|
|
}
|
|
|
|
tztime local {
|
|
format = " %A %d-%m-%Y "
|
|
}
|
|
|
|
time {
|
|
format = " %H:%M "
|
|
}
|
|
|