nixos/home/hyprland/ironbar/config/scripts/volume_icon

6 lines
110 B
Plaintext
Raw Normal View History

2023-10-10 20:00:04 +01:00
if [ -n "$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | awk '{print $3}')" ];then
echo ''
else
echo '墳'
fi