diff --git a/home/.config/systemd/user/eww-bar.service b/home/.config/systemd/user/eww-bar.service index ab09a73..3eb6dcd 100644 --- a/home/.config/systemd/user/eww-bar.service +++ b/home/.config/systemd/user/eww-bar.service @@ -5,8 +5,9 @@ After=eww.service [Service] ExecStart=/usr/local/bin/eww open bar0 +ExecStop=/usr/local/bin/eww close bar0 Type=oneshot -RemainAfterExit=false +RemainAfterExit=true Restart=on-failure RestartSec=3s