Plasma-Theme-Switcher/theme-switcher.service

14 lines
370 B
SYSTEMD
Raw Normal View History

2024-05-27 13:18:14 +02:00
# Place file in ~/.config/systemd/user/theme-switcher.service
2024-05-27 12:38:11 +02:00
[Unit]
Description=Switch the Plasma theme
After=plasma-workspace.target
[Service]
2024-05-27 13:59:27 +02:00
Environment=DISPLAY=:0
2024-05-28 10:31:43 +02:00
#Environment=XAUTHORITY=/home/username/.Xauthority
#Environment=QT_QPA_PLATFORM=xcb
2024-05-27 13:32:47 +02:00
ExecStart=/usr/bin/bash /home/username/.theme-switcher/theme-switcher.sh
2024-05-27 12:38:11 +02:00
[Install]
WantedBy=plasma-workspace.target