mirror of
https://github.com/polybar/polybar.git
synced 2026-03-07 00:36:56 +00:00
Remove leftover debugging code
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
#include <iostream>
|
||||
#include "lemonbuddy.hpp"
|
||||
#include "bar.hpp"
|
||||
#include "utils/math.hpp"
|
||||
@ -6,7 +5,6 @@
|
||||
#include "modules/volume.hpp"
|
||||
|
||||
using namespace modules;
|
||||
using namespace std;
|
||||
|
||||
VolumeModule::VolumeModule(std::string name_) : EventModule(name_)
|
||||
{
|
||||
@ -150,7 +148,6 @@ bool VolumeModule::update()
|
||||
this->volume = volume;
|
||||
this->muted = muted;
|
||||
|
||||
|
||||
this->label_volume_tokenized->text = this->label_volume->text;
|
||||
this->label_volume_tokenized->replace_token("%percentage%", std::to_string(this->volume()) +"%");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user