Config { font = "xft:Fira Code Retina:pixelsize=15:antialias=true:hinting=true" , additionalFonts = [ "xft:Droid Sans Japanese:pixelsize=20:antialias=true:hinting=true", "xft:Symbola:pixelsize=20", "xft:Asana Math:pixelsize=20", "xft:Noto Sans Symbols2", "xft:FiraCode Nerd Font" ] , borderColor = "black" , border = TopB , bgColor = "#272822" , fgColor = "grey" , alpha = 255 , position = Static { xpos = 0 , ypos = 0, width = 1920, height = 40 } , textOffset = -1 , iconOffset = -1 , lowerOnStart = True , pickBroadest = False , persistent = False , hideOnStart = False , iconRoot = "/home/h7x4/.config/xmobar/" , allDesktops = True , overrideRedirect = True , commands = [ -- Run Weather "ENVA" -- [ -- "-t","C", -- "-L","6", -- "-H","18", -- "--normal","green", -- "--high","red", -- "--low","lightblue" -- ] 36000, Run Network "wlp59s0" [ "-t", "↑", "-L","0", "-H","32", "--normal","green", "--high","red" ] 10, Run Memory ["-t","%"] 10, Run Swap ["-t", "%"] 100, Run Date "%a %_d %b %H:%M" "date" 10, Run Com "/home/h7x4/.config/xmobar/scripts/mpd_status.sh" [] "mpc" 10, -- Run Com "/home/h7x4/.config/xmobar/scripts/wireless.sh" [] "wi" 100, Run Com "/home/h7x4/.config/xmobar/scripts/volume.py" [] "vol" 10, Run UnsafeStdinReader, Run BatteryP ["BAT0"] [ "-t", " (%)", "--Low", "20", "--High", "50", "--low", "red", "--normal", "yellow", "--high", "green", "--", "-O", "🔌", "-i", "🔌", "-o", "🔋" ] 50 ] , sepChar = "%" , alignSep = "}{" , template = " %mpc% %UnsafeStdinReader% }\ \ %date% \ \{ 🐏 %memory% | %wlp59s0% | %vol% | %battery% " }