MyNixOS website logo
option

services.dwm-status.settings

Config options for dwm-status, see https://github.com/Gerschtli/dwm-status#configuration for available options.

Declarations
Type
TOML value
Default
{ }
Example
{
  order = [
    "battery"
    "cpu_load"
    "time"
  ];
  time = {
    format = "%F %a %r";
    update_seconds = true;
  };
}