summaryrefslogtreecommitdiff
path: root/src/caelestia/subcommands/scheme.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/caelestia/subcommands/scheme.py')
-rw-r--r--src/caelestia/subcommands/scheme.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/caelestia/subcommands/scheme.py b/src/caelestia/subcommands/scheme.py
index c8842f7..b326e5d 100644
--- a/src/caelestia/subcommands/scheme.py
+++ b/src/caelestia/subcommands/scheme.py
@@ -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)