From 9a2ea7951eea48a2c91767f28aa2db7819ed265e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sat, 13 Jan 2024 11:00:31 +0100 Subject: [PATCH] Set correct laptop output --- waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config b/waybar/config index 60934bb..ccac7cd 100644 --- a/waybar/config +++ b/waybar/config @@ -2,7 +2,7 @@ "layer": "top", // Waybar at top layer "height": 28, // Waybar height (to be removed for auto height) "spacing": 4, // Gaps between modules (4px) - "output": "DP-1", + "output": "eDP-1", "modules-left": ["wlr/taskbar"], "modules-center": ["hyprland/workspaces"], "modules-right": ["tray", "wireplumber", "cpu#cpu2", "cpu", "memory", "custom/updates", "temperature", "battery", "clock#clock2", "clock"],