From 455e5be79783b89b6913b9a5dba40d457dbf4350 Mon Sep 17 00:00:00 2001 From: jasmine Date: Sun, 23 Feb 2025 17:52:45 +0800 Subject: [PATCH] feat: update borders --- src/xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xmonad.hs b/src/xmonad.hs index c007042..3c76382 100644 --- a/src/xmonad.hs +++ b/src/xmonad.hs @@ -37,9 +37,9 @@ myConfig = def -- | Configuration myTerminal = "wezterm" myModMask = mod4Mask -myBorderWidth = 3 +myBorderWidth = 10 myNormalBorderColor = background -myFocusedBorderColor = foreground +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/'"