Linux-Tech-Tips/Scripts/plasma-theme-switcher/themer.service

11 lines
222 B
Desktop File

# Place file in $HOME/.config/systemd/user/themer.service
[Unit]
Description=Change the theme
After=plasma-workspace.target
[Service]
ExecStart=/usr/bin/bash /path/to/themer.sh
[Install]
WantedBy=plasma-workspace.target