MyNixOS website logo
option

services.dwm-status.extraConfig

Extra config of dwm-status.

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

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

  time = {
    format = "%H:%M";
  };
}