Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zirrostig/configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Stigall committed May 6, 2013
2 parents 698f1d4 + ea78d46 commit b89db50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .xmobarrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Config { font = "xft:dejavu serif-9"
, fgColor = "white"
, position = Top
, lowerOnStart = True
, persistent = False
, persistent = True
, commands = [ Run Memory [ "-t", "<used>M"
, "-H", "4000"
, "--normal", "green"
Expand All @@ -22,7 +22,7 @@ Config { font = "xft:dejavu serif-9"
, "-O", "⏦"
, "-o", ""
] 300
, Run Date "%m%d%H%M" "date" 10
, Run Date "%d%m%H%M" "date" 10
, Run Date "%s" "epoch" 10
, Run StdinReader
]
Expand Down

0 comments on commit b89db50

Please sign in to comment.