feat: ability to add multiple classes

This commit is contained in:
Alex
2019-04-15 10:18:27 +02:00
parent 57c99dc526
commit 6aee51479d
2 changed files with 17 additions and 14 deletions

View File

@ -26,8 +26,7 @@ class Custom : public ALabel {
std::string text_;
std::string alt_;
std::string tooltip_;
std::string class_;
std::string prevclass_;
std::vector<std::string> class_;
int percentage_;
waybar::util::SleeperThread thread_;
waybar::util::command::res output_;