Config { font = "Inconsolata 18"
, additionalFonts = ["Symbols Nerd Font 14"]
, border = NoBorder
, bgColor = "colorBgNormal"
, alpha = 200
, fgColor = "colorFgNormal"
, 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", "color02Normal", "-m", "color05Normal", "-h", "color03Normal"] 10
, Run Brightness
[ "-t", "\xf0eb % ", "--",
"-D", "amdgpu_bl1"
] 2
, Run Volume "default" "Master"
[ "-t", "", "--"
, "--on", " \xf028 % "
, "--onc", "color07Normal"
, "--off", " \xf026 Mute "
, "--offc", "color06Normal"
] 1
]
, sepChar = "%"
, alignSep = "}{"
, template = " %battery% %bright%%default:Master%}%XMonadLog%{%date% "
}
}