man page and adjust default format

This commit is contained in:
kennypm
2022-08-18 17:05:04 -04:00
parent 56d46e62c1
commit 59e57ab9a0
2 changed files with 113 additions and 1 deletions

View File

@ -70,7 +70,7 @@ auto JACK::update() -> void {
} else if (config_["format"].isString()) {
format = config_["format"].asString();
} else
format = "DSP {load}%";
format = "{load}%";
label_.set_markup(fmt::format(format, fmt::arg("load", std::round(load_)),
fmt::arg("bufsize", bufsize_), fmt::arg("samplerate", samplerate_),