aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-08-29 20:00:30 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-08-29 20:00:30 +0530
commit9377938819453beab850d06fd98e15c3d6469040 (patch)
tree03a5ff4bdc3ecf6052b1fc869a2e95eb5cf99b94
parent51782562364b0670ecd6ea13474cf640c82d3b42 (diff)
changed XMonad font
-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 8bcc934..a7672b1 100644
--- a/.config/XMonad/lib/Defaults.hs
+++ b/.config/XMonad/lib/Defaults.hs
@@ -13,7 +13,7 @@ myBorder' = "#cba6f7"
myBorderWidth :: Dimension
myBorderWidth = 2
-myFont = "xft:Sauce Code Pro:style=Regular:size=14"
+myFont = "xft:Roboto:style=Regular:size=12"
myModMask = mod4Mask
myModMask' = mod1Mask