]> code.delx.au - dotfiles/commitdiff
xmonad: 100% size for xmobar
authorJames Bunton <jbunton@atlassian.com>
Fri, 20 Mar 2015 06:00:39 +0000 (17:00 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 7 Apr 2015 03:47:15 +0000 (13:47 +1000)
.xmonad/xmobar.hs

index 55e78622a6101fd45e0d138c795218e3d30679eb..c65b859862b6800118bdadfc18da9f5b211351da 100644 (file)
@@ -2,7 +2,7 @@ Config {
     font = "xft:sans-serif:size=10",
     bgColor = "#edeceb",
     fgColor = "black",
-    position = TopSize L 70 20,
+    position = TopSize L 100 20,
     commands = [Run StdinReader],
     sepChar = "%",
     template = "%StdinReader%",