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