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 { ...@@ -52,8 +52,7 @@ load {
disk "/" { disk "/" {
prefix_type = decimal prefix_type = decimal
# format = " ⛁ %used / %total (%percentage_used)" format = " ⛁ %percentage_used (U:%used, F:%free) "
format = " ⛁ %percentage_used (%used/%total) "
} }
whatismyip { whatismyip {
......
...@@ -35,9 +35,8 @@ load { ...@@ -35,9 +35,8 @@ load {
} }
disk "/" { disk "/" {
# format = " hdd %avail " prefix_type = decimal
prefix_type = decimal format = " ⛁ %percentage_used (U:%used, F:%free) "
format = " ⛁ %used / %total "
} }
wireless _first_ { 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