diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-12 15:41:55 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-12 15:41:55 +0800 |
| commit | 27a7b15d1fa485602edeff6f7d44a4e4879b52fd (patch) | |
| tree | a6e43eb86627713ee26828255ddc7c458bd739a3 | |
| parent | 4727b9029c47811e2ae94c46abca4c80a3ab77a1 (diff) | |
Update
| -rwxr-xr-x | bin/task/context | 2 |
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 |