From 1815c57e64d3e623868ac653c5d151a29dc39608 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 28 Aug 2022 10:13:22 +0200 Subject: [PATCH] polybar: switch to Nix --- dotfiles/systemd/polybar.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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