12 lines
286 B
Desktop File
12 lines
286 B
Desktop File
# Place file in ~/.config/systemd/user/theme-switcher.service
|
|
|
|
[Unit]
|
|
Description=Switch the Plasma theme
|
|
After=plasma-workspace.target
|
|
|
|
[Service]
|
|
Environment=DISPLAY=:0
|
|
ExecStart=/usr/bin/bash /home/username/.theme-switcher/theme-switcher.sh
|
|
|
|
[Install]
|
|
WantedBy=plasma-workspace.target |