Config { font = "Inconsolata 18"
, 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
]
, sepChar = "%"
, alignSep = "}{"
, template = " %battery% %bright%%default:Master%}%XMonadLog%{%date% "
}
}