dotfiles/roles/dotfiles/files/i3status_config
Johannes Rothe 8381fc9c5f
All checks were successful
dotfiles/pipeline/head This commit looks good
i3status: Display calendar week and last full percentage
2021-09-13 17:33:13 +02:00

50 lines
860 B
Plaintext

general {
colors = true
interval = 5
}
order += "wireless _first_"
order += "ethernet _first_"
order += "battery all"
order += "disk /"
order += "load"
order += "memory"
order += "tztime local"
order += "time"
wireless _first_ {
format_up = "%essid %quality %ip"
format_down = "wifi down"
}
ethernet _first_ {
format_up = "eth %ip (%speed)"
format_down = "eth down"
}
battery all {
format = "battery %status %percentage %remaining"
last_full_capacity = true
integer_battery_capacity = true
low_threshold = 15
}
load {
format = "load %1min"
}
memory {
#format = "%used | %available"
format = "mem %used"
threshold_degraded = "1G"
format_degraded = "MEMORY < %available"
}
tztime local {
format = "%a, %d.%m.%Y CW %V"
}
time {
format = "%H:%M"
}