Config { font = "xft:DejaVu Sans Mono:size=9" , commands = [ Run Cpu ["-L","3","-H","50", "--normal","#5ea2a4","--high","red"] 10 , Run Memory ["-t","Mem: %"] 30 , Run Swap [] 30 , Run Date "%A, %e %B %Y, %H:%M:%S" "date" 10 , Run DiskU [("/", "/")] [] 600 , Run Wireless "wlp0s20f3" [] 100 , Run Volume "default" "Master" [] 10 , Run Battery [ "-t", ": % - ", "--", "-O", "AC", "-i", "Full", "-o", "Bat", "-p", "orange", "-h", "green", "-l", "red"] 10 , Run CommandReader "~/dev/libre/dotfiles/xmonad/scripts/xmobar-mpris.sh" "mpris" , Run CommandReader "~/dev/libre/dotfiles/xmonad/scripts/xmobar-notifications.sh" "notifications" , Run CommandReader "~/dev/libre/dotfiles/xmonad/scripts/xmobar-mail.sh" "notmuch" ] , template = " %date% | %default:Master%| %mpris% } { %notifications% | %notmuch% | %wlp0s20f3wi% | %battery% | %memory% * %swap% | %cpu% | %disku% " }