Skip to content

Instantly share code, notes, and snippets.

@mreschke
Created November 13, 2015 22:44
Show Gist options
  • Save mreschke/915a1e0c77debaa31218 to your computer and use it in GitHub Desktop.
Save mreschke/915a1e0c77debaa31218 to your computer and use it in GitHub Desktop.
xmobarrc for nice blue xmonad
Config { font = "-*-terminus-*-*-*-*-12-*-*-*-*-*-*-u"
, bgColor = "#000000"
, fgColor = "#1793D1"
, position = TopSize L 100 16
, lowerOnStart = True
, commands = [ Run Network "eth0" ["-L", "64", "-H", "128", "-l", "#8Dc342", "-n", "#D07735" ,"-h", "#cc2000", "-t", "<dev>: <rx> : <tx>"] 10
, Run Cpu ["-L","25", "-H","50", "-l", "#8DC342", "-n","#D07735", "-h","#cc2000"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Date "%a %b %_d %Y %I:%M:%S" "date" 10
, Run CoreTemp ["-t", "Temp: <core0>C : <core1>C : <core2>C : <core3>C"] 10
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = " %StdinReader% }{ %coretemp% <fc=#999999>|</fc> %cpu% <fc=#999999>|</fc> %memory% <fc=#999999>|</fc> %eth0% <fc=#999999>|</fc> %date%"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment