updated stuff
This commit is contained in:
parent
826c7b2c5e
commit
e935f657b9
6 changed files with 24 additions and 0 deletions
4
bin/volume
Executable file
4
bin/volume
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
vol="$(amixer get Master | tail -n1 | sed -r 's/.*\[(.*)%\].*/\1/')"
|
||||
echo "${vol}% "
|
Loading…
Add table
Add a link
Reference in a new issue