-- thanks to DT over at distrotube -- reference for options http://projects.haskell.org/xmobar/ -- install xmobar with these flags: --flags="with_alsa" --flags="with_mpd" --flags="with_xft" OR --flags="all_extensions" -- you can find weather location codes here: http://weather.noaa.gov/index.html -- my workspaces are clickable, as are my icons for volume(pavucontrol), battery(xfce4 power manager), calendar(osmo), pacman(pamac), and tux(tlpui), also the haskell icon(emacs) Config { font = "xft:Roboto:pixelsize=16:antialias=true:hinting=true" , additionalFonts = [ "xft:FontAwesome:pixelsize=13" ] , bgColor = "#282A36" , fgColor = "#B45BCF" , position = Top , alpha = 255 , lowerOnStart = True , hideOnStart = False , allDesktops = True , persistent = True , iconRoot = "/home/jake/.xmonad/xpm/" -- default: "." , commands = [ -- Time and date Run Date "\xf133 %d %b %Y (%H:%M)" "date" 50 -- Network up and down , Run Network "enp6s0" ["-t", "\xf0aa kb \xf0ab kb"] 20 -- Cpu usage in percent , Run Cpu ["-t", "\xf108 ","-H","50","--high","red"] 20 -- Ram used number and percent , Run Memory ["-t", "\xf233 "] 20 -- Disk space free , Run DiskU [("/", "\xf0c7 ")] [] 60 -- Run Volume , Run Volume "default" "Master" ["-t" , ":" ] 10 -- Wifi , Run Wireless "wlo1" ["-t", "" ] 30 -- Run Brightness , Run Brightness ["-t", "-0", "-M", "" ] 60 -- Run Battery , Run Battery ["-t", ":"] 10 -- Runs custom script to check for pacman updates. , Run Com "pacupdate"[] "" 9000 -- Runs a standard shell command 'uname -r' to get kernel version , Run Com "uname" ["-r"] "" 36000 -- Prints out the left side items such as workspaces, layout, etc. , Run UnsafeStdinReader ] , sepChar = "%" , alignSep = "}{" , template = " | %UnsafeStdinReader% }{ %uname% %pacupdate% | %cpu% < | %memory% | %disku% | %wlo1wi% | %batter | %default:Master% |