mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
7 lines
163 B
SYSTEMD
7 lines
163 B
SYSTEMD
|
[Unit]
|
||
|
Description=enable wallpaper change notifications
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=sed -ie '252s/#//' /home/sudacode/.config/variety/scripts/set_wallpaper
|