diff options
Diffstat (limited to '.xmonad/xmonad.hs')
-rw-r--r-- | .xmonad/xmonad.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 76651cb..9670054 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -116,8 +116,8 @@ rakTheme = , inactiveTextColor = colorBlue , urgentColor = colorRed , urgentTextColor = colorYellow - , decoHeight = 12 - , fontName = "xft: inconsolata-07" + , decoHeight = 13 + , fontName = "xft: inconsolata-8:pixelsize=10:weight=bold" } } |