Config {
      font = "xft:Fira Code:style=Regular:size=9"
    , template = " %UnsafeStdinReader%}{%battery%  <fn=1></fn> %date% "
    , commands =
      [ Run UnsafeStdinReader
      , Run Date "%A %d %B %H:%M %Z" "date" 10
      , Run Battery [ "--template", "<acstatus> <left>% (<timeleft>, <watts>W)"
                    , "-L", "25"
                    , "-H", "35"
                    , "-l", "#DC322F"
                    , "-n", "#CB4B16"
                    , "--"
                    , "-O", "<fn=1></fn>"
                    , "-i", "<fn=1></fn>"
                    , "-o", "<fn=1></fn>"
                    ] 50
      ]
    , bgColor = "#002b36"
    , fgColor = "#839496"
    , border = BottomB
    , borderWidth = 5
    , borderColor = "#859900"
    , position = TopSize L 100 29
    , textOffset = 16
    , additionalFonts = [ "xft:FontAwesome:style=Regular:size=8" ]
--    , sepChar
--    , alignSep
--    , iconOffset
--    , allDesktops
--    , overrideRedirect
--    , pickBroadest
--    , hideOnStart
--    , lowerOnStart
--    , persistent
--    , iconRoot
--    , alpha
}