aboutsummaryrefslogtreecommitdiff
path: root/.xmonad
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2012-07-27 17:20:20 -0400
committerRyan Kavanagh <rak@debian.org>2012-07-27 17:20:20 -0400
commit0ae5b0dcb0dfdc6098cb7e2c216a9912a0310def (patch)
tree3bd56ead9b886c7afbd5bc4da4e8e532079e652c /.xmonad
parentUpdated address selection macros (diff)
Make xmonad's tab font more legible
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"
}
}