diff --git a/dotfiles/systemd/polybar.service b/dotfiles/systemd/polybar.service index dc030e6..feb235f 100644 --- a/dotfiles/systemd/polybar.service +++ b/dotfiles/systemd/polybar.service @@ -7,5 +7,5 @@ Type=notify NotifyAccess=all WatchdogSignal=SIGTERM ExecStart=%h/.config/i3/bin/polybar -ExecStop=%h/.local/bin/polybar-msg cmd quit +ExecStop=%h/.nix-profile/bin/polybar-msg cmd quit Restart=on-failure