Update theme-switcher.service
This commit is contained in:
parent
08cfaf4659
commit
2acaf339e6
|
@ -2,13 +2,9 @@
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Switch the Plasma theme
|
Description=Switch the Plasma theme
|
||||||
After=plasma-workspace.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=DISPLAY=:0
|
ExecStart=/home/username/.theme-switcher/theme-switcher.sh
|
||||||
#Environment=XAUTHORITY=/home/username/.Xauthority
|
|
||||||
#Environment=QT_QPA_PLATFORM=xcb
|
|
||||||
ExecStart=/usr/bin/bash /home/username/.theme-switcher/theme-switcher.sh
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=plasma-workspace.target
|
WantedBy=default.target
|
Loading…
Reference in New Issue