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