Update theme-switcher.service
This commit is contained in:
parent
3df5cca00e
commit
41f89bdb83
|
@ -1,11 +1,11 @@
|
||||||
# Place file in $HOME/.config/systemd/user/theme-switcher.service
|
# Place file in ~/.config/systemd/user/theme-switcher.service
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Switch the Plasma theme
|
Description=Switch the Plasma theme
|
||||||
After=plasma-workspace.target
|
After=plasma-workspace.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/bash /path/to/theme-switcher.sh
|
ExecStart=/usr/bin/bash ~/.theme-switcher/theme-switcher.sh
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=plasma-workspace.target
|
WantedBy=plasma-workspace.target
|
Loading…
Reference in New Issue