Change disk to use percentage_used
This commit is contained in:
parent
11c8cedef5
commit
7dc9369362
|
@ -127,7 +127,7 @@
|
||||||
format-icons = [ "" "" "" "" "" "" "" "" "" "" "" ];
|
format-icons = [ "" "" "" "" "" "" "" "" "" "" "" ];
|
||||||
};
|
};
|
||||||
disk = {
|
disk = {
|
||||||
format = "{percentage_free}% ";
|
format = "{percentage_used}% ";
|
||||||
path = config.home.homeDirectory;
|
path = config.home.homeDirectory;
|
||||||
};
|
};
|
||||||
cpu = {
|
cpu = {
|
||||||
|
|
Loading…
Reference in a new issue