2024-05-27 13:18:14 +02:00
|
|
|
# Place file in ~/.config/systemd/user/theme-switcher.service
|
2024-05-27 12:38:11 +02:00
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Switch the Plasma theme
|
|
|
|
|
|
|
|
[Service]
|
2024-05-29 18:59:57 +02:00
|
|
|
ExecStart=/home/username/.theme-switcher/theme-switcher.sh
|
2024-05-27 12:38:11 +02:00
|
|
|
|
|
|
|
[Install]
|
2024-05-29 18:59:57 +02:00
|
|
|
WantedBy=default.target
|