1
0
dotfiles/i3status/config
Nigel f3bc559598
FEAT: Added rofi, i3status and starhip configuration
FIX: Deactivate and activate script now put things in the right spot
2024-04-09 23:01:57 +02:00

42 lines
677 B
Plaintext

general {
output_format = "i3bar"
colors = true
interval = 10
}
order += "cpu_usage"
order += "memory"
order += "disk /"
order += "ethernet enp4s0"
order += "tztime local"
tztime local {
format = "%d/%m/%Y - %H:%M"
}
ethernet enp4s0 {
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
disk "/" {
format = "Disk free: %free"
}
load {
format = "Load: %5min"
}
cpu_usage {
max_threshold = 95
degraded_threshold = 80
format = "CPU (total: %usage) 0: %cpu0 1: %cpu1 2: %cpu2"
}
memory {
format= "MEM: %percentage_used used, %percentage_free free, (%used/%total)"
threshold_degraded= 10%
threshold_critical= 3%
}