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