From 7048b94713abe328a376fd76458bf72025c12dfe Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Wed, 4 Dec 2024 15:38:16 +0100 Subject: workaround for mako forced left alignment --- modules/responses/libnotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 -- cgit v1.2.3-70-g09d2