Evie Litherland-Smith
be1d5fa798
Save reference for later Enable upower daemon and add simple bar with the essentials for now, TODO more later
6 lines
110 B
Plaintext
Executable file
6 lines
110 B
Plaintext
Executable file
if [ -n "$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | awk '{print $3}')" ];then
|
|
echo ''
|
|
else
|
|
echo '墳'
|
|
fi
|