mirror of
https://github.com/simbelmas/gotify-dunst.git
synced 2026-01-19 14:35:23 +01:00
6
main.py
6
main.py
@@ -5,7 +5,11 @@ import subprocess
|
|||||||
import os.path
|
import os.path
|
||||||
import configparser
|
import configparser
|
||||||
|
|
||||||
|
try:
|
||||||
|
import setproctitle
|
||||||
|
setproctitle.setproctitle("gotify-dunst")
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
home = os.path.expanduser('~')
|
home = os.path.expanduser('~')
|
||||||
configpath = home+'/.config/gotify-dunst/gotify-dunst.conf'
|
configpath = home+'/.config/gotify-dunst/gotify-dunst.conf'
|
||||||
|
|||||||
Reference in New Issue
Block a user