Add service file

This commit is contained in:
dataprolet 2024-05-27 10:38:11 +00:00
parent fbb9a2c21f
commit d8044753c3
1 changed files with 11 additions and 0 deletions

11
theme-switcher.service Normal file
View File

@ -0,0 +1,11 @@
# Place file in $HOME/.config/systemd/user/theme-switcher.service
[Unit]
Description=Switch the Plasma theme
After=plasma-workspace.target
[Service]
ExecStart=/usr/bin/bash /path/to/theme-switcher.sh
[Install]
WantedBy=plasma-workspace.target