From 2018d0b77f4ea61af4ba83e67b8f4f971f4d9cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Thu, 24 Apr 2025 21:28:39 +0200 Subject: [PATCH] Fix waybar display --- .config/waybar/config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index e9ad2a80..6dabf9d9 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -3,7 +3,7 @@ "include": "~/.config/waybar/bars/bar-1.jsonc", "height": 48, "layer": "top", - "output": "DP-1", + "output": "eDP-1", "mode": "dock", "exclusive": true, "passtrough": false, @@ -18,7 +18,7 @@ "height": 48, "position": "bottom", "layer": "top", - "output": "DP-3", + "output": "HDMI-A-1", "mode": "dock", "exclusive": true, "passtrough": false,