From d32895d7bb1912ac30f9a80b978a1b71753a096f Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 3 Dec 2023 21:06:47 +0300 Subject: [PATCH] Fix waybar reload --- machines/enka/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/enka/hyprland/default.nix b/machines/enka/hyprland/default.nix index 22c6edc..8481477 100644 --- a/machines/enka/hyprland/default.nix +++ b/machines/enka/hyprland/default.nix @@ -25,7 +25,7 @@ exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store - exec = pkill waybar; waybar + exec = pkill --signal SIGUSR2 waybar '' + ''