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:
parent
6da343e7a4
commit
8c3d3b298b
1 changed files with 8 additions and 15 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue