aboutsummaryrefslogtreecommitdiff
path: root/.xmonad
diff options
context:
space:
mode:
Diffstat (limited to '.xmonad')
-rw-r--r--.xmonad/xmonad.hs4
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"
}
}