mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 13:14:35 +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]
|
[Service]
|
||||||
ExecStart=/usr/local/bin/eww daemon --no-daemonize
|
ExecStart=/usr/local/bin/eww daemon --no-daemonize
|
||||||
Restart=always
|
Restart=always
|
||||||
|
RestartSec=3s
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=wm-ready.target
|
WantedBy=wm-ready.target
|
||||||
|
|
|
@ -6,6 +6,7 @@ PartOf=graphical-session.target
|
||||||
Environment=WALLPAPER_IMAGE=%h/.local/share/background
|
Environment=WALLPAPER_IMAGE=%h/.local/share/background
|
||||||
ExecStart=/usr/bin/swaybg --image $WALLPAPER_IMAGE
|
ExecStart=/usr/bin/swaybg --image $WALLPAPER_IMAGE
|
||||||
Restart=always
|
Restart=always
|
||||||
|
RestartSec=3s
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=wm-ready.target
|
WantedBy=wm-ready.target
|
||||||
|
|
Loading…
Reference in a new issue