From: James Bunton Date: Tue, 15 May 2012 03:16:18 +0000 (+1000) Subject: More generic X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/033a5d9b4b5f0e44e49ac8d7e0d170dae330c3c4 More generic --- diff --git a/.xmonad/xmobar.hs b/.xmonad/xmobar.hs index 80a490a..c5e2f14 100644 --- a/.xmonad/xmobar.hs +++ b/.xmonad/xmobar.hs @@ -2,7 +2,7 @@ Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*", bgColor = "black", fgColor = "grey", - position = Static { xpos = 0, ypos = 0, width = 1080, height = 20 }, + position = TopSize L 85 20, commands = [ Run Weather "YSSY" ["-t"," C"] 36000, Run Cpu ["-t","Cpu:%","-L","3","-H","50","--high","red","-p","3"] 10, diff --git a/bin/trayer b/bin/trayer index a242fa0..8da5837 100755 --- a/bin/trayer +++ b/bin/trayer @@ -4,5 +4,5 @@ exec /usr/bin/trayer \ --edge top --align right \ --transparent true --alpha 0 --tint 0x000000 \ --SetDockType true --SetPartialStrut false --expand false \ - --widthtype pixel --width 200 --height 20 --margin 0 + --width 15 --height 20 --margin 0