brewery
notashelf /
dadba853e886c4fe1473481ff48f88da9b03c7da

chroma

public

Lightweight wallpaper daemon for Wayland

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.git
systemd/chroma.service24 lines438 B
1
[Unit]
2
Description=Chroma Wallpaper Daemon
3
After=graphical-session.target
4
Wants=graphical-session.target
5
PartOf=graphical-session.target
6
7
[Service]
8
Type=simple
9
ExecStart=chroma
10
ExecReload=kill -HUP $MAINPID
11
Restart=on-failure
12
RestartSec=1
13
KillMode=mixed
14
TimeoutStopSec=5
15
16
# Security
17
NoNewPrivileges=true
18
PrivateDevices=true
19
ProtectSystem=strict
20
ProtectHome=read-only
21
ReadWritePaths=%h/.config/chroma
22
23
[Install]
24
WantedBy=multi-user.target