--This file should NOT be a txt file, so remove the .txt extension, then remove this line, K? Config { font = "xft:DejaVu Sans Mono:pixelsize=11", -- used to make the bar appear correctly after Mod-q in older xmonad implementations (0.9.x) -- doesn't seem to do anything anymore (0.10, darcs) -- lowerOnStart = False, commands = [ Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10, Run Memory ["-t","Mem: %"] 10, Run Swap [] 10, Run Date "%a %b %_d %l:%M" "date" 10, Run StdinReader ] , sepChar = "%" , alignSep = "}{" , template = "%StdinReader% }{ %cpu% | %memory% * %swap% ~ %date% " }