2024-05-25 12:11:53 +02:00
|
|
|
# Place file in $HOME/.config/systemd/user/themer.service
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Change the theme
|
2024-05-27 12:27:30 +02:00
|
|
|
After=plasma-workspace.target
|
2024-05-25 12:11:53 +02:00
|
|
|
|
|
|
|
[Service]
|
2024-05-27 12:10:37 +02:00
|
|
|
ExecStart=/usr/bin/bash /path/to/themer.sh
|
|
|
|
|
|
|
|
[Install]
|
2024-05-27 12:27:30 +02:00
|
|
|
WantedBy=plasma-workspace.target
|