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