diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index dc10168..bf6c28b 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -90,7 +90,7 @@ myFileManager = "thunar" -- The font to be used myFont :: String -myFont = "xft:Fira Code:size=9:antialias=true:hinting=true" +myFont = "xft:Fira Code:antialias=true:hinting=true" -- Whether focus follows the mouse pointer. myFocusFollowsMouse :: Bool @@ -388,7 +388,7 @@ tabs = renamed [Replace "tabs"] -- setting colors for tabs layout and tabs sublayout. -myTabTheme = def { fontName = myFont +myTabTheme = def { fontName = myFont ++ ":size=12" , activeColor = "#6b788b" , inactiveColor = "#121e32" , activeBorderColor = "#6b788b" @@ -400,7 +400,7 @@ myTabTheme = def { fontName = myFont -- Theme for showWName which prints current workspace when you change workspaces. myShowWNameTheme :: SWNConfig myShowWNameTheme = def - { swn_font = myFont + { swn_font = myFont ++ ":size=32" , swn_fade = 1.0 , swn_bgcolor = "#121e32" , swn_color = "#dfdfef"