add temporary swaync executor

This commit is contained in:
piotr
2022-01-26 03:52:08 +01:00
parent abfb1263ff
commit 7d4ba6af42

View File

@@ -0,0 +1,8 @@
#!/bin/bash
a=$(swaync-client -c)
if [ "$a" -gt "0" ]; then
echo bell
echo $a
fi