From 81b30d1beddc4db639571c54523f9a90701309c5 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..0cfbce5 100644 --- a/src/xmonad.hs +++ b/src/xmonad.hs @@ -38,8 +38,8 @@ myConfig = def myTerminal = "wezterm" myModMask = mod4Mask myBorderWidth = 3 -myNormalBorderColor = background -myFocusedBorderColor = foreground +myNormalBorderColor = "#282828" +myFocusedBorderColor = "#32302f" 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/'"