scheme: add notify opt

For sending a notification on error
This commit is contained in:
2 * r + 2 * t
2025-06-17 12:49:16 +10:00
parent f0c892749d
commit 2c94c42cbd
7 changed files with 52 additions and 42 deletions
+3
View File
@@ -13,6 +13,9 @@ class Set:
def run(self) -> None:
scheme = get_scheme()
if self.args.notify:
scheme.notify = True
if self.args.random:
scheme.set_random()
apply_colours(scheme.colours, scheme.mode)