diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-25 19:41:56 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-25 19:41:56 +0400 |
| commit | 099da5ed617fdc023d7b597e637c053d69ab0547 (patch) | |
| tree | 98da073093e9e4de52273fa56b036714cddd3d9f /scripts/daemons | |
| parent | e071061ca38bc648184d43898a36589a30494ff5 (diff) | |
docs(notifd): updated
Diffstat (limited to 'scripts/daemons')
| -rwxr-xr-x | scripts/daemons/notifd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/daemons/notifd b/scripts/daemons/notifd index 9ad5697..85b851d 100755 --- a/scripts/daemons/notifd +++ b/scripts/daemons/notifd @@ -1,5 +1,7 @@ #!/bin/sh +# Notification daemon that clears notification text after a given time + . "lib_handle.sh" FIFO=/tmp/noti.fifo |
