11 lines
245 B
SYSTEMD
11 lines
245 B
SYSTEMD
|
# Place file in $HOME/.config/systemd/user/theme-switcher.service
|
||
|
|
||
|
[Unit]
|
||
|
Description=Switch the Plasma theme
|
||
|
After=plasma-workspace.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/bash /path/to/theme-switcher.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=plasma-workspace.target
|