aboutsummaryrefslogtreecommitdiff
path: root/scripts/sdep-checknow
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-02-09 19:13:45 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-02-09 19:13:45 +0100
commit0bcca7b6808a02af3c4758c30eec9984d44dfac7 (patch)
tree34d1e08904229c797e9aa07e656bbe2eb30d7f40 /scripts/sdep-checknow
parentc88e94d631b09d6f0839b4f96df2be974b23217e (diff)
downloadsdep-0bcca7b6808a02af3c4758c30eec9984d44dfac7.tar.gz
sdep-0bcca7b6808a02af3c4758c30eec9984d44dfac7.zip
Changed notification system to herbe.
Diffstat (limited to '')
-rwxr-xr-xscripts/sdep-checknow10
1 files changed, 6 insertions, 4 deletions
diff --git a/scripts/sdep-checknow b/scripts/sdep-checknow
index 0319b5f..2cb8f68 100755
--- a/scripts/sdep-checknow
+++ b/scripts/sdep-checknow
@@ -9,11 +9,13 @@
9# weekly: only specify Weekday + time 9# weekly: only specify Weekday + time
10# monthly: only specify day of the month + time 10# monthly: only specify day of the month + time
11 11
12# Requires: notify-send; the weekly part uses the non-portable -d option of 12# Requires: a command to send notifications such as herbe or notify-send.
13# GNU date, which you might have to change if you are not on Linux (on some 13# The weekly part uses the non-portable -d option of GNU date, which you
14# systems you can accomplish the same with -j). 14# might have to change if you are not on Linux (on some systems you can
15# accomplish the same with -j).
15 16
16notify="notify-send -t 3600000" 17#notify="notify-send -t 3600000"
18notify=herbe
17title="$(date +%H:%M)" 19title="$(date +%H:%M)"
18 20
19sdepnotify() { 21sdepnotify() {

Generated with cgit - Back to sebastiano.tronto.net