Skip to content

Commit 8b0aad2

Browse files
committed
comment changes
1 parent 487e48c commit 8b0aad2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tomato.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,15 @@ def notify_me(msg):
7979
terminal-notifier -> https://github.com/julienXX/terminal-notifier#download
8080
terminal-notifier -message <msg>
8181
82+
# ubuntu desktop notification
83+
notify-send
84+
8285
# voice notification
8386
say -v <lang> <msg>
8487
lang options:
8588
- Daniel: British English
8689
- Ting-Ting: Mandarin
8790
- Sin-ji: Cantonese
88-
89-
90-
# ubuntu desktop notification
91-
notify-send
9291
'''
9392

9493
print(msg)

0 commit comments

Comments
 (0)