Skip to content

Commit

Permalink
add storage section
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroChen committed May 31, 2019
1 parent 0f2c5db commit 261be03
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions i3status/config
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ general {
# order += "ipv6"
order += "cpu_usage"
order += "cpu_temperature 0"
order += "disk /"
# order += "run_watch DHCP"
# order += "run_watch VPN"
# order += "wireless _first_"
Expand Down Expand Up @@ -56,6 +57,14 @@ load {
format = "%1min"
}

disk "/" {
format = " %avail"
prefix_type = custom
low_threshold = 20
threshold_type = percentage_avail
}


volume master {
format = " %volume"
format_muted = " muted (%volume)"
Expand Down

0 comments on commit 261be03

Please sign in to comment.