Add module docstring
parent
54f887f7d4
commit
41568b9bc6
14
.bin/pomo
14
.bin/pomo
|
@ -1,11 +1,11 @@
|
||||||
#!/usr/bin/env python
|
# /usr/bin/env python3
|
||||||
|
"""
|
||||||
|
Pomodoro timer
|
||||||
|
|
||||||
# Pomodoro timer
|
- Writes pomodoro timer to temporary file so statusbar can read it
|
||||||
#
|
- Notification on session finish
|
||||||
# - Writes pomodoro timer to temporary file so dwmblocks
|
- Notification on break finish
|
||||||
# statusbar can read it
|
"""
|
||||||
# - Notification on session finish
|
|
||||||
# - Notification on break finish
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import atexit
|
import atexit
|
||||||
|
|
Loading…
Reference in New Issue