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

View File

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