nixos/home/hyprland/ironbar/config/states/soundbar/soundbar_state

9 lines
103 B
Plaintext
Raw Normal View History

2023-10-10 20:00:04 +01:00
#!/usr/bin/env bash
LOCK="/tmp/ironbar_soundbar.lock"
if [ -f "$LOCK" ]; then
exit 0
else
exit 1
fi