10 lines
210 B
Desktop File
10 lines
210 B
Desktop File
# Place file in ~/.config/systemd/user/theme-switcher.service
|
|
|
|
[Unit]
|
|
Description=Switch the Plasma theme
|
|
|
|
[Service]
|
|
ExecStart=/home/username/.theme-switcher/theme-switcher.sh
|
|
|
|
[Install]
|
|
WantedBy=default.target |