services.dwm-status.extraConfig

Extra config of dwm-status.

Type
JSON value
Default
{ }
Example
{
  separator = "#";

  battery = {
    notifier_levels = [ 2 5 10 15 20 ];
  };

  time = {
    format = "%H:%M";
  };
}
Declared
<home-manager/modules/services/dwm-status.nix>