fix(backlight) Allow format-alt

This commit is contained in:
Robinhuett
2019-02-24 22:15:41 +01:00
parent 5a7f801922
commit 63e97df9ff
2 changed files with 7 additions and 12 deletions

View File

@ -61,5 +61,6 @@ private:
std::vector<BacklightDev> devices_;
std::optional<BacklightDev> previous_best_;
std::string previous_format_;
};
} // namespace waybar::modules