From 7b356e26a513a71252c9ee10beb23719c2c514bf Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 10 Apr 2024 09:56:38 -0500 Subject: [PATCH] making kaladin use bar1 instead of bar0 --- home/modules/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 4a5f3d6..9466838 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -251,7 +251,7 @@ in "kwalletd5" "eww daemon" "swww-daemon --format xrgb" - "eww open bar0" + "eww open ${if laptop "bar0" else "bar1"}" "dunst" "rbw-agent" "/home/chris/bin/startup.sh"