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