From: James Bunton Date: Fri, 20 Mar 2015 06:00:39 +0000 (+1100) Subject: xmonad: 100% size for xmobar X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/d0379ad01bac498cd6657e47a303da702e3960d2 xmonad: 100% size for xmobar --- diff --git a/.xmonad/xmobar.hs b/.xmonad/xmobar.hs index 55e7862..c65b859 100644 --- a/.xmonad/xmobar.hs +++ b/.xmonad/xmobar.hs @@ -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%",