Skip to content

Instantly share code, notes, and snippets.

Created February 28, 2016 07:07
Show Gist options
  • Save anonymous/0b1342e50f2b919fff49 to your computer and use it in GitHub Desktop.
Save anonymous/0b1342e50f2b919fff49 to your computer and use it in GitHub Desktop.
Config { font = "xft:Liberation Sans Mono:size=8:antialias=true"
, additionalFonts = []
, borderColor = "black"
, border = TopB
, bgColor = "black"
, fgColor = "grey"
, alpha = 255
, position = Top
, textOffset = -1
, iconOffset = -1
, lowerOnStart = True
, pickBroadest = False
, persistent = False
, hideOnStart = False
, iconRoot = "."
, allDesktops = True
, overrideRedirect = True
, commands = [ Run Cpu ["-L","3","-H","50", "--normal","green","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Com "uname" ["-s","-r"] "" 36000
, Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
,template = "%StdinReader% }{ %cpu% | %memory% | %date%"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment