-- vim: set ft=haskell: Config { font = "xft:Sans-10:bold" , additionalFonts = ["xft:FontAwesome-11"] , bgColor = "#002b36" , fgColor = "#657b83" , position = TopW L 95 , lowerOnStart = True , pickBroadest = False , commands = [ Run StdinReader , Run MultiCpu ["-t"," %", "-L","10","-H","65","--low","#93a1a1","--normal","#268bd2","--high","#dc322f"] 10 , Run Network "eno1" ["-t","r t ", "-S","True","-L","1000000","-H","10000000","--low","#93a1a1","--normal","#268bd2","--high","#dc322f"] 10 , Run Memory ["-t","%", "-L","20","-H","60","--low","#93a1a1","--normal","#268bd2","--high","#dc322f"] 10 , Run Swap ["-t","%", "-L","1","-H","10","--low","#93a1a1","--normal","#b58900","--high","#dc322f"] 10 , Run Date "%a %d %b %Y %H:%M:%S" "date" 10 , Run DiskU [ ("/", "root:"), ("/mnt/sdd1", "data:"), ("/mnt/sdc2", "bckp:"), ("/mnt/win", "fat:")] [] 20 , Run CoreTemp ["-t", " ", "-L", "40", "-H", "60", "-l", "#93a1a1", "-n", "#268bd2", "-h", "#dc322f"] 50 , Run Com "/home/miguel/git/dotfiles/xmonad/checkmail.sh" [] "mymails" 30 , Run Com "/home/miguel/git/dotfiles/xmonad/nvidia-temp.sh" [] "gputemp" 30 ] , sepChar = "%" , alignSep = "}{" , template = "%StdinReader%}{%mymails%  %eno1%  %multicpu%  %coretemp%°C  %gputemp%  %memory% (%swap%)  %disku% %date% " }