1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

i3status/config: configure font-awesome icons.

This commit is contained in:
Henrik Hautakoski 2023-09-03 23:27:23 +02:00
parent 6da343e7a4
commit 8c3d3b298b

View file

@ -5,27 +5,20 @@ general {
color_bad = "#CC817F"
}
disk "/" {
format = "Disk: %free"
cpu_usage {
format = " %usage"
}
memory {
format = "%used"
threshold_degraded = "10%"
format_degraded = "MEMORY: %free"
}
read_file uptime {
path = "/proc/uptime"
}
ethernet _first_ {
format_up = "E: %ip"
format_down = "E: down"
format = " %percentage_used"
threshold_degraded = "20%"
threshold_critical = "10%"
}
tztime local {
format = "%H:%M:%S %Y-%m-%d "
format = " %H:%M:%S %a, %d %b %Y"
}
order = "cpu_usage"
order += "memory"
order += "tztime local"