diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index 9387782..4c4fbb7 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -175,6 +175,7 @@ in path = [ pkgs.procps # to include `pkill` + pkgs.waybar pkgs.hyprland pkgs.socat pkgs.jq @@ -196,7 +197,7 @@ in '' update() { # waybar is buggy and duplicates workspaces somtimes - pkill waybar && waybar & disown + $(pkill waybar; waybar & disown) HDMI_STATUS=$(cat /sys/class/drm/card1-HDMI-A-1/status)