Skip to content

Commit

Permalink
Show free space on /home
Browse files Browse the repository at this point in the history
  • Loading branch information
flavio committed Dec 1, 2015
1 parent 64839ac commit a54503e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions home/.i3status.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ general {
}

order += "disk /"
order += "disk /home"
order += "wireless wlan0"
order += "ethernet eth0"
order += "battery 0"
Expand Down Expand Up @@ -46,7 +47,11 @@ load {
}

disk "/" {
format = "%free"
format = "/ %free"
}

disk "/home" {
format = "/home %free"
}

volume master {
Expand All @@ -55,4 +60,3 @@ volume master {
mixer = "Master"
mixer_idx = 0
}

0 comments on commit a54503e

Please sign in to comment.