sslide with actual values, as the bar provides the ratio
This commit is contained in:
parent
7417e0b3c4
commit
80fff2ab4c
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
current="$(amixer get Master | sed -n '/%/s/.*\[\(.*\)%\].*/\1/p' | head -1)"
|
||||
wjt -x "$current" | while read next; do
|
||||
amixer -q set Master "$next%"
|
||||
uplimit="$(amixer get Master | grep "Limits:" | tr -s ' ' | cut -d' ' -f6)"
|
||||
lolimit="$(amixer get Master | grep "Limits:" | tr -s ' ' | cut -d' ' -f4)"
|
||||
current="$(amixer get Master | grep "Mono:" | tr -s ' ' | cut -d' ' -f4)"
|
||||
wjt -l "$lolimit" -u "$uplimit" -x "$current" | while read next; do
|
||||
amixer -q set Master "$next"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user