Linux-Tech-Tips/Scripts/plasma-theme-switcher/themer.service

11 lines
222 B
SYSTEMD
Raw Normal View History

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