From 04a2e24f716b0123f3800d512afa81981e4d2ab9 Mon Sep 17 00:00:00 2001 From: dataprolet Date: Sat, 25 May 2024 10:11:53 +0000 Subject: [PATCH] Add service file --- Scripts/plasma-theme-switcher/themer.service | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Scripts/plasma-theme-switcher/themer.service 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