aboutsummaryrefslogtreecommitdiff
path: root/.config/XMonad/lib
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-10-29 14:54:32 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-10-29 14:54:32 +0530
commit5ea230cb5abd01358e1d4038caa75d2b922b641d (patch)
tree0f85d18b0e03792d2943423194c873ef0a672c98 /.config/XMonad/lib
parentac7159874861ec4ac7fd6ecb38e02ac542c5ce72 (diff)
lots of minor tweaks
Diffstat (limited to '.config/XMonad/lib')
-rw-r--r--.config/XMonad/lib/Defaults.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/XMonad/lib/Defaults.hs b/.config/XMonad/lib/Defaults.hs
index 593e842..5f855d0 100644
--- a/.config/XMonad/lib/Defaults.hs
+++ b/.config/XMonad/lib/Defaults.hs
@@ -16,7 +16,7 @@ myBorder' = "#a663cc"
-- myBorder' = "#1ca09d"
myBorderWidth :: Dimension
-myBorderWidth = 2
+myBorderWidth = 1
myFont = "xft:Sauce Code Pro:style=Regular:size=14"