dwm-status: 1.9.0 -> 1.10.0; nixos/dwm-status: run with --quiet (#411463)

This commit is contained in:
Donovan Glover 2025-05-31 14:46:41 +00:00 committed by GitHub
commit b4d22dbdf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 10 deletions

View file

@ -69,7 +69,7 @@ in
wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ];
serviceConfig.ExecStart = "${cfg.package}/bin/dwm-status ${configFile}";
serviceConfig.ExecStart = "${cfg.package}/bin/dwm-status ${configFile} --quiet";
};
};