dwm-status: run with --quiet (#7144)

This commit is contained in:
Gergő Gutyina 2025-06-03 14:58:09 +02:00 committed by GitHub
parent 593b0c667d
commit bb846c031b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,7 @@ in
};
Service = {
ExecStart = "${cfg.package}/bin/dwm-status ${configFile}";
ExecStart = "${cfg.package}/bin/dwm-status ${configFile} --quiet";
};
};
};