From c686e7fe3d8c6099f53d2de12523cc00c7a8a185 Mon Sep 17 00:00:00 2001 From: jasmine Date: Sun, 23 Feb 2025 18:08:13 +0800 Subject: [PATCH] feat: update borders --- src/xmonad.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xmonad.hs b/src/xmonad.hs index c007042..a8fa7c9 100644 --- a/src/xmonad.hs +++ b/src/xmonad.hs @@ -37,9 +37,9 @@ myConfig = def -- | Configuration myTerminal = "wezterm" myModMask = mod4Mask -myBorderWidth = 3 -myNormalBorderColor = background -myFocusedBorderColor = foreground +myBorderWidth = 5 +myNormalBorderColor = "#282828" +myFocusedBorderColor = "#282828" myWorkspaces = ["code", "chat", "web", "games", "misc"] myLauncher = "rofi -modi run,calc -show run" myScrot = "scrot -s '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/scrots/'"