22 lines
429 B
Desktop File

[Unit]
Description=eww status bars
PartOf=sway-session.target
[Service]
Type=simple
ExecStart=eww daemon --no-daemonize
ExecReload=eww reload
ExecStop=eww kill
ExecStopPost=sleep 1
Slice=session.slice
MemoryAccounting=yes
# Eww is prone to memory leaks, esp. with (for ...), so
# if it ever goes nuts, kill it and restart.
MemoryHigh=150M
MemoryMax=400M
Restart=on-abnormal
RestartSec=5s
[Install]
WantedBy=sway-session.target