-- vim: ft=haskell Config { font = "xft:SauceCodePro Nerd Font Mono:size=10:antialias=true" , bgColor = "#2E3440" --"#1d1f21" --"#1c1c1c" , fgColor = "#8FBCBB" , position = Top --, position = TopSize C 100 35 -- use this if only using one monitor --, position = Static { xpos = 0 , ypos = 0, width = 1920, height = 24 } --manually position bar to display on left monitor , lowerOnStart = False , allDesktops = True , overrideRedirect = False , border = BottomBM 0 , borderColor = "#4e4e4e" , commands = [ Run Network "enp8s0" [ "-t" , "■ " , "-L" , "40" , "-H" , "200" , "-m" , "3" , "--normal" , "#b0bdbd" , "--high" , "#86ae86" ] 10 , Run MultiCpu [ "-t" , "■ ... " , "-L" , "40" , "-H" , "85" , "-m" , "2" , "--normal" , "#b0bdbd" , "--high" , "#ae8686" ] 10 , Run Memory [ "-t" , "□ % " , "-L" , "40" , "-H" , "90" , "-m" , "2" , "--normal" , "#b0bdbd" , "--high" , "#ae8686" ] 10 , Run Date "%a %m/%d %H:%M" "date" 10 , Run StdinReader ] , sepChar = "%" , alignSep = "}{" , template = " %StdinReader% }{ %multicpu%%memory%%enp8s0%%date% " }