From 0d051abb41361cf89a50791013d347c5d2e52c55 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:42:36 +0530 Subject: [PATCH] waybar bound to eDP-1 --- .config/hypr/conf/monitor.conf | 2 +- .config/waybar/config.jsonc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/hypr/conf/monitor.conf b/.config/hypr/conf/monitor.conf index 5b3f3c8..c50124b 100644 --- a/.config/hypr/conf/monitor.conf +++ b/.config/hypr/conf/monitor.conf @@ -1 +1 @@ -source = ~/.config/hypr/conf/monitors/default.conf +source = ~/.config/hypr/conf/monitors/lenovo.conf diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 505e1d8..4573c43 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -2,6 +2,7 @@ "layer": "top", "height": 30, "spacing": 5, + "output": [ "eDP-1" ], "modules-left": [ "group/group-cpu", "hyprland/workspaces"