From d90c4545ec819c71e85df4fcd7504c5f20fde636 Mon Sep 17 00:00:00 2001 From: jasmine Date: Thu, 19 Jun 2025 09:36:19 +0800 Subject: [PATCH] chore: update bar position for horizontal monitor --- src/xmobar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmobar.hs b/src/xmobar.hs index 87c942c..a0cea2a 100644 --- a/src/xmobar.hs +++ b/src/xmobar.hs @@ -18,7 +18,7 @@ config = , border = BottomB , borderColor = "#32302f" , borderWidth = 5 - , position = Static {xpos = 1080, ypos = 0, width = 2560, height = 28} + , position = Static {xpos = 1920, ypos = 0, width = 2560, height = 28} , commands = myCommands , sepChar = "%" , alignSep = "}{"