Config { font = "xft:Monofur Nerd Font:size=12" , additionalFonts = [ "xft:Monofur bold Nerd Font:style=bold:size=12", "xft:Monofur Bold Nerd Font:size=9", "xft:Monofur Nerd Font:size=9", "xft:Monofur Nerd Font:size=6", "xft:Monofur bold Nerd Font:size=15", "xft:Monofur Nerd Font:style=bold:size=10", "xft:Noto Sans Mono CJK JP:style=bold:size=10" ] , borderColor = "black" , border = FullBM -1 , borderWidth = 2 , bgColor = "#000000" , fgColor = "white" , alpha = 220 -- default: 255 , position = TopSize L 100 50 , textOffset = -1 -- default: -1 , iconOffset = -1 -- default: -1 , lowerOnStart = True , pickBroadest = False -- default: False , persistent = True , hideOnStart = False , iconRoot = "/usr/local/google/home/rahm/.xmonad/resources" -- default: "." , allDesktops = True -- default: True , overrideRedirect = False -- default: True , sepChar = "%" , alignSep = "}{" , template = " %logo% %uname% │\ \ %date% │ \ \%StdinReader%}%time%\ \{ %cpu% %memory% \ \│ %weather% │\ \ %mpris2% │ \ \%bluetooth%%bat% " , commands = [ Run StdinReader, Run Date "%H:%M:%S" "time" 10, Run Date "%m/%d" "date" 10, Run Cpu [ "-t", "", "-L", "3", "-H", "50", "-b", "-", "-f", "-", "--normal", "#88ff88", "--high", "#ff8888" ] 10, Run Memory [ "-t", "", "-L", "3", "-H", "50", "-b", "-", "-f", "-", "--normal", "#88ff88", "--high", "#ff8888" ] 10, Run Mpris2 "spotify" [ "-t", "</fn>", "--nastring", "<fc=#404040> </fc>"] 20, Run Com ".xmonad/xmobar-weather" [] "weather" 9000, Run Com ".xmonad/xmobar-logo" [] "logo" 0, Run Com "uname" ["-r"] "uname" 0, Run Com ".xmonad/xmobar-bluetooth" [] "bluetooth" 50, Run Com ".xmonad/xmobar-battery" [] "bat" 20 ] }