From f0c8579dad75c93a2e3ea050457a7375e20bc708 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 2 Dec 2025 18:11:49 +0100 Subject: [PATCH] feat(hyprland): start waybar using systemd. --- modules/linux/home-manager/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 3ac32b9..570f27e 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -150,7 +150,6 @@ in { exec = [ # Fix laptop monitor getting turned on while my external monitor connected "hyprctl monitors | grep 'HDMI' && hyprctl keyword monitor 'eDP-1, disable'" - "pkill waybar; waybar" # Kill waybar and start new instance because everytime hyprland restarts breaks waybar ]; cursor = { @@ -168,6 +167,7 @@ in { "systemctl --user start hyprpolkitagent" "systemctl --user start hyprpaper" "systemctl --user start hypridle" + "systemctl --user start waybar" ]; monitor = [