diff --git a/Scripts/plasma-theme-switcher/themer.service b/Scripts/plasma-theme-switcher/themer.service new file mode 100644 index 0000000..1cbde58 --- /dev/null +++ b/Scripts/plasma-theme-switcher/themer.service @@ -0,0 +1,7 @@ +# Place file in $HOME/.config/systemd/user/themer.service + +[Unit] +Description=Change the theme + +[Service] +ExecStart=/usr/bin/bash /path/to/themer.sh \ No newline at end of file