aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-12 15:41:55 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-12 15:41:55 +0800
commit27a7b15d1fa485602edeff6f7d44a4e4879b52fd (patch)
treea6e43eb86627713ee26828255ddc7c458bd739a3 /bin
parent4727b9029c47811e2ae94c46abca4c80a3ab77a1 (diff)
Update
Diffstat (limited to 'bin')
-rwxr-xr-xbin/task/context2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/task/context b/bin/task/context
index 3e69db4..0c22ed3 100755
--- a/bin/task/context
+++ b/bin/task/context
@@ -57,7 +57,7 @@ _save_spend_time_to_dic() {
57} 57}
58 58
59_desktop_notify() { 59_desktop_notify() {
60 which notify-send &>/dev/null && notify-send "$context +$1" 60 which notify-send &>/dev/null && notify-send "$context +$time"
61} 61}
62 62
63# Update spend time on current context 63# Update spend time on current context