Commit 975667b9 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Changed format of i3Status and py3status disk info.

parent ba92cdda
......@@ -52,8 +52,7 @@ load {
disk "/" {
prefix_type = decimal
# format = " ⛁ %used / %total (%percentage_used)"
format = " ⛁ %percentage_used (%used/%total) "
format = " ⛁ %percentage_used (U:%used, F:%free) "
}
whatismyip {
......
......@@ -35,9 +35,8 @@ load {
}
disk "/" {
# format = " hdd %avail "
prefix_type = decimal
format = " ⛁ %used / %total "
prefix_type = decimal
format = " ⛁ %percentage_used (U:%used, F:%free) "
}
wireless _first_ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment