mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
man page and adjust default format
This commit is contained in:
@ -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_),
|
||||
|
Reference in New Issue
Block a user