-- -*- mode: haskell -*- -- vi: set ft=haskell : Config { font = "xft:Iosevka:size=12:antialias=true" , additionalFonts = ["xft:FontAwesome-10"] , bgColor = "#1d1f21" , fgColor = "#c5c8c6" , position = Top , border = NoBorder , commands = [ Run UnsafeStdinReader , Run Date "%F (%a) %T" "date" 10 , Run Battery [ "--template", "batt: " , "--Low", "10" , "--High", "80" , "--low", "#cc6666" , "--normal", "#c5c8c6" , "--high", "#b5bd68" , "--" -- battery specific options -- discharging status , "-o" , "% ()" -- AC "on" status , "-O" , "Charging" -- charged status , "-i" , "Charged"] 60 -- , Run MPD ["-t", ": by <artist>"] 10 ] , sepChar = "%" , alignSep = "}{" , template = " %UnsafeStdinReader% }{ %battery% | %date% " } -- , Run MPD ["-t", -- "<title> (<album>) <track>/<plength> <statei> [<flags>]", -- "--", "-P", ">>", "-Z", "|", "-S", "><"] 10