add batman beyond config
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/bin/fish
|
||||
|
||||
function get_volume
|
||||
|
||||
if string match --regex '\[off\]' $(amixer sset Master toggle) 1>/dev/null
|
||||
set -f ret $( pamixer --get-volume | sed 's/$/!/' )
|
||||
else
|
||||
set -f ret $( pamixer --get-volume )
|
||||
end
|
||||
|
||||
#echo $ret > /tmp/xobpipe
|
||||
echo $ret
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user