Update themer.service
This commit is contained in:
parent
db5f58ff35
commit
ce570b80bd
|
@ -2,9 +2,10 @@
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Change the theme
|
Description=Change the theme
|
||||||
|
After=plasma-workspace.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/bash /path/to/themer.sh
|
ExecStart=/usr/bin/bash /path/to/themer.sh
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=plasma-workspace.target
|
Loading…
Reference in New Issue