Merge pull request #2203 from rodrgz/mprisImprovement

mpris: dynamic tag ordering and separator customization
This commit is contained in:
Alexis Rouillard
2023-07-04 22:44:21 +02:00
committed by GitHub
3 changed files with 101 additions and 32 deletions

View File

@ -66,6 +66,8 @@ class Mpris : public ALabel {
int album_len_;
int title_len_;
int dynamic_len_;
std::string dynamic_separator_;
std::vector<std::string> dynamic_order_;
std::vector<std::string> dynamic_prio_;
bool truncate_hours_;
bool tooltip_len_limits_;