mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
mpd: add paused format string
This commit is contained in:

committed by
Cole Helbling

parent
d294352845
commit
75c6e2e7d5
@ -36,6 +36,7 @@ class MPD : public ALabel {
|
||||
|
||||
bool stopped();
|
||||
bool playing();
|
||||
bool paused();
|
||||
|
||||
const std::string module_name_;
|
||||
|
||||
|
Reference in New Issue
Block a user