mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
Update: Added cava and fonts, updated configs, delted useless rofi configs.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ DIR="/usr/local/bin/icons"
|
||||
|
||||
CUR_VOL=$(pactl list sinks | grep '^[[:space:]]Volume:' | \
|
||||
head -n $(( $SINK + 1 )) | tail -n 1 | sed -e 's,.* \([0-9][0-9]*\)%.*,\1,')
|
||||
MUTE=$(pactl list sinks | grep Mute | sed 's/.*Mute: //g')
|
||||
MUTE=$(pactl list sinks | grep Mute | sed 's/.*Mute: //g' | sed 1q)
|
||||
affirmative="yes"
|
||||
negative="no"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user