Config { font = "Inconsolata 16"
       , additionalFonts = ["Symbols Nerd Font 14"]
       , border = NoBorder
       , bgColor = "#{{base00-hex}}"
       , alpha = 200
       , fgColor = "#{{base05-hex}}"
       , position = TopSize C 100 28
       , textOffset = -1
       , iconOffset = -1
       , lowerOnStart = True
       , pickBroadest = False
       , persistent = False
       , hideOnStart = False
       , iconRoot = "."
       , allDesktops = True
       , overrideRedirect = True
       , commands = [
                      Run XMonadLog
                    , Run Date " \xf073 %a %-m/%-d/%y %-I:%M:%S%P" "date" 10
                    , Run BatteryP ["BAT0"]
                      ["-t", "",
                      "-L", "10", "-H", "80", "-p", "3", "--",
                      "-O","\xf313   \xf17e3 % ",
                      "-i","\xf313   \xf17e7 % ",
                      "-o","\xf313   \xf17e4 % ",
                      "-L", "-15", "-H", "-5",
                      "-l", "#{{base08-hex}}", "-m", "#{{base05-hex}}", "-h", "#{{base0B-hex}}"] 10
                    , Run Brightness
                      [ "-t", "\xf0eb % ", "--",
                        "-D", "amdgpu_bl1"
                      ] 2
                    , Run Volume "default" "Master"
                      [ "-t", "", "--"
                      , "--on", " \xf028 % "
                      , "--onc", "#{{base0D-hex}}"
                      , "--off", " \xf026 Mute "
                      , "--offc", "#{{base0F-hex}}"
                      ] 1
                    , Run DynNetwork
                      [ "-t", "\xf0200 "] 1
                    , Run Com "cat"
                      [ "/home/emmet/.st-status"] "syncthing" 10
                    , Run Com "echo"
                      [ "\xea77 "] "syncthingsymbol" 0
                    , Run Com "echo"
                      [ "\xeb5c "] "artsymbol" 0
                    , Run Com "cat"
                      [ "/home/emmet/.currenttheme"] "currenttheme" 0
                    , Run Memory [ "-t", "\xf035b % ( GB)", "-d", "1", "--", "--scale", "1024"] 20
                    ]
       , sepChar = "%"
       , alignSep = "}{"
       , template = " %battery% %bright%%default:Master% %memory%  %artsymbol%%currenttheme%}%XMonadLog%{%syncthing%  %dynnetwork% %date% "
       }
}