7 lines
148 B
SYSTEMD
7 lines
148 B
SYSTEMD
|
# Place file in $HOME/.config/systemd/user/themer.service
|
||
|
|
||
|
[Unit]
|
||
|
Description=Change the theme
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/bash /path/to/themer.sh
|