removed unnecessary echos in config/.scripts/sound.sh
parent
2968f25fc1
commit
b63c693505
|
@ -9,5 +9,5 @@ t:/home/tuan/Templates
|
|||
w:/home/tuan/workspace_l/Projects
|
||||
k:/home/tuan/Documents/CTF/TryHackMe/VulnUniversity
|
||||
q:/home/tuan/.nextcloud/Quick Drop
|
||||
':/home/tuan/workspace_l/Projects/hhkb_iso_1u4
|
||||
':/home/tuan/.scripts
|
||||
e:/home/tuan/Documents/CTF/TryHackMe/Ice/2_Recon
|
||||
|
|
|
@ -15,7 +15,6 @@ function isMuted() {
|
|||
defaultSink=$(pactl info | grep 'Default Sink' | cut -d' ' -f3);
|
||||
|
||||
isMuted;
|
||||
if [ $muted -eq 1 ]; then echo unmuted; else echo muted; fi
|
||||
|
||||
case $1 in
|
||||
"up"*)
|
||||
|
|
Loading…
Reference in New Issue