mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
feat: add custom module to allow execution of external script
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
#include "modules/pulseaudio.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
waybar::modules::Pulseaudio::Pulseaudio(Json::Value config)
|
||||
: _config(config), _mainloop(nullptr), _mainloop_api(nullptr),
|
||||
_context(nullptr), _sinkIdx(0), _volume(0), _muted(false)
|
||||
|
Reference in New Issue
Block a user