From 7edb8f5b8ea376d710b7c423cbde50923c6bf9a3 Mon Sep 17 00:00:00 2001 From: dataprolet Date: Mon, 27 May 2024 10:10:37 +0000 Subject: [PATCH] Update themer.service --- Scripts/plasma-theme-switcher/themer.service | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Scripts/plasma-theme-switcher/themer.service b/Scripts/plasma-theme-switcher/themer.service index 1cbde58..cd98ea3 100644 --- a/Scripts/plasma-theme-switcher/themer.service +++ b/Scripts/plasma-theme-switcher/themer.service @@ -4,4 +4,7 @@ Description=Change the theme [Service] -ExecStart=/usr/bin/bash /path/to/themer.sh \ No newline at end of file +ExecStart=/usr/bin/bash /path/to/themer.sh + +[Install] +WantedBy=default.target \ No newline at end of file