diff options
Diffstat (limited to 'modules/responses/libnotify.py')
-rw-r--r-- | modules/responses/libnotify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/responses/libnotify.py b/modules/responses/libnotify.py index 237b9ac..0bc774f 100644 --- a/modules/responses/libnotify.py +++ b/modules/responses/libnotify.py @@ -12,4 +12,4 @@ class LibNotify(ResponseHandler): self.hestia_images[os.path.splitext(os.path.basename(path))[0]] = os.path.join(self.config.hestia_images, path) def respond(self, text: str) -> None: - os.popen(f'notify-send Hestia "{text}" -i "{self.hestia_images["hestia"]}" --app-name=hestia')
\ No newline at end of file + os.popen(f'notify-send "Hestia " "{text}" -i "{self.hestia_images["hestia"]}" --app-name=hestia')
\ No newline at end of file |