9 lines
178 B
Nix
9 lines
178 B
Nix
|
|
{
|
||
|
|
"memory" = {
|
||
|
|
"interval" = 10;
|
||
|
|
"format" = " {percentage}%";
|
||
|
|
"max-length" = 10;
|
||
|
|
"tooltip" = true;
|
||
|
|
"tooltip-format" = "RAM - {used:0.1f}GiB used";
|
||
|
|
};
|
||
|
|
}
|