1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-07-03 15:03:40 +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" color_bad = "#CC817F"
} }
disk "/" { cpu_usage {
format = "Disk: %free" format = " %usage"
} }
memory { memory {
format = "%used" format = " %percentage_used"
threshold_degraded = "10%" threshold_degraded = "20%"
format_degraded = "MEMORY: %free" threshold_critical = "10%"
}
read_file uptime {
path = "/proc/uptime"
}
ethernet _first_ {
format_up = "E: %ip"
format_down = "E: down"
} }
tztime local { 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" order += "tztime local"