converted all colors to theme_config.lua; fixed and added some bugs; rewrote some stuff and added some
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
SINK=$(LC_ALL=C pactl get-default-sink)
|
||||
|
||||
case $1 in
|
||||
|
||||
"volume")
|
||||
echo $(LC_ALL=C pactl get-sink-volume $SINK | awk '{print $5}')
|
||||
echo $(LC_ALL=C pactl get-sink-volume @DEFAULT_SINK@ | awk '{print $5}')
|
||||
;;
|
||||
|
||||
"mute")
|
||||
echo $(LC_ALL=C pactl get-sink-mute $SINK)
|
||||
echo $(LC_ALL=C pactl get-sink-mute @DEFAULT_SINK@)
|
||||
;;
|
||||
|
||||
"set_sink")
|
||||
|
||||
Reference in New Issue
Block a user