Config { font = "xft:hack:pixelsize=20:antialias=true:hinting=true"
, additionalFonts = [ "xft:Font Awesome 6 Free Solid:pixelsize=20"
, "xft:Font Awesome 6 Brands:pixelsize=20"
]
, borderColor = "black"
, border = TopB
, bgColor = "black"
, fgColor = "grey"
, alpha = 255
, position = Static { xpos = 0, ypos = 0, width = 2880, height = 30 }
, textOffset = -1
, iconOffset = -1
, lowerOnStart = True
, pickBroadest = False
, persistent = True
, hideOnStart = False
, iconRoot = "/home/vylpes/.xmonad/xpm"
, allDesktops = False
, overrideRedirect = True
, commands = [ Run Network "enp24s0" ["-t", "kb kb"] 10
, Run Cpu ["-t", "%", "-L","3","-H","50",
"--normal","green","--high","red"] 10
, Run Memory ["-t","%"] 10
, Run Com "uname" ["-r"] "" 36000
, Run Date "%a %_d %b %Y %H:%M" "date" 10
, Run DiskU [("/", ""),("/home", "| hdd ")] [] 10
, Run UnsafeStdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = " %cpu% | %memory% | %enp24s0% | %disku% }\
\{ %date% | %uname% | %UnsafeStdinReader%"
}