We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the pulse audio script gives the volume percentage in correct syntax to directly display this using i3blocks
There is a grep warning right before the string gets printed so the block in the status bar is all messed up
[volume] label=VOL instance=Master interval=1 signal=2 command=/usr/share/i3blocks/volume_pulse
grep: warning: stray \ before : 38% [0:HiFi__hw_Generic__sink] 38% [0] #ffffff
I am on Arch using i3blocks version 1.5.3 and using i3 version 4.22-4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
Running the pulse audio script gives the volume percentage in correct syntax to directly display this using i3blocks
Actual behavior
There is a grep warning right before the string gets printed so the block in the status bar is all messed up
i3blocks config relevant to blocklet(s)
[volume]
label=VOL
instance=Master
interval=1
signal=2
command=/usr/share/i3blocks/volume_pulse
Output of blocklet(s) when run from command line
grep: warning: stray \ before :
38% [0:HiFi__hw_Generic__sink]
38% [0]
#ffffff
Output of any relevant other commands that might help diagnostics
I am on Arch using i3blocks version 1.5.3 and using i3 version 4.22-4
The text was updated successfully, but these errors were encountered: