From a14eb526447657fb25d4a631781b120f14af44b0 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Thu, 22 Aug 2024 12:15:19 +0100 Subject: [PATCH] set correct monitor settings for waybar --- hosts/gabbielaptop/home.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/gabbielaptop/home.nix b/hosts/gabbielaptop/home.nix index 26107d2..0901c6c 100644 --- a/hosts/gabbielaptop/home.nix +++ b/hosts/gabbielaptop/home.nix @@ -117,8 +117,9 @@ position = "top"; height = 30; output = [ - "eDP-1" - "HDMI-A-1" + "eDP-2" + "DP-2" + "DP-3" ]; modules-left = [ "hyprland/workspaces" "hyprland/mode" "wlr/taskbar" ]; modules-center = [ "hyprland/window" "custom/hello-from-waybar" ];