diff options
author | sils <sils@sils.li> | 2024-01-13 15:44:43 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2024-01-13 15:44:43 +0100 |
commit | 4222225eed05b027c40aade002fa4d1ae16b3701 (patch) | |
tree | 333c0ba58102ab69bfc0928e9177cd58ae4a3cdf /files/nwg-panel/executors/check-notifications | |
parent | (sys/services/restic): add storagebox-admin config (diff) | |
download | nix-config-4222225eed05b027c40aade002fa4d1ae16b3701.tar.gz nix-config-4222225eed05b027c40aade002fa4d1ae16b3701.zip |
cleanup obsolete config
Diffstat (limited to 'files/nwg-panel/executors/check-notifications')
-rwxr-xr-x | files/nwg-panel/executors/check-notifications | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/files/nwg-panel/executors/check-notifications b/files/nwg-panel/executors/check-notifications deleted file mode 100755 index 3014880..0000000 --- a/files/nwg-panel/executors/check-notifications +++ /dev/null @@ -1,8 +0,0 @@ -#!/nix/store/vqvj60h076bhqj6977caz0pfxs6543nb-bash-5.2-p15/bin/bash - -a=$(swaync-client -c) - -if [ "$a" -gt "0" ]; then - echo bell - echo $a -fi \ No newline at end of file |