13 lines
205 B
Nix
13 lines
205 B
Nix
{ ... }:
|
|
{
|
|
programs.waybar.settings.mainBar = {
|
|
disk = {
|
|
format-low ="";
|
|
format = " {percentage_used}%";
|
|
states.low = 0;
|
|
states.warning = 70;
|
|
states.high= 90;
|
|
};
|
|
};
|
|
}
|