add temporary swaync executor
This commit is contained in:
8
nwg_panel/executors/check-notifications
Executable file
8
nwg_panel/executors/check-notifications
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
a=$(swaync-client -c)
|
||||
|
||||
if [ "$a" -gt "0" ]; then
|
||||
echo bell
|
||||
echo $a
|
||||
fi
|
Reference in New Issue
Block a user