mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-09 18:29:41 +00:00
Add RestartSec=3 to eww and wallpaper services
This commit is contained in:
parent
8a33d738af
commit
2d8ba074f5
|
@ -5,6 +5,7 @@ PartOf=graphical-session.target
|
|||
[Service]
|
||||
ExecStart=/usr/local/bin/eww daemon --no-daemonize
|
||||
Restart=always
|
||||
RestartSec=3s
|
||||
|
||||
[Install]
|
||||
WantedBy=wm-ready.target
|
||||
|
|
|
@ -6,6 +6,7 @@ PartOf=graphical-session.target
|
|||
Environment=WALLPAPER_IMAGE=%h/.local/share/background
|
||||
ExecStart=/usr/bin/swaybg --image $WALLPAPER_IMAGE
|
||||
Restart=always
|
||||
RestartSec=3s
|
||||
|
||||
[Install]
|
||||
WantedBy=wm-ready.target
|
||||
|
|
Loading…
Reference in a new issue