Config { font = "xft:Monospace:size=10" , additionalFonts = ["xft:Sans:size=10"] , borderColor = "black" , border = TopB , bgColor = "#3c3c3c" , fgColor = "#dfdfdf" , alpha = 255 , position = BottomSize L 100 24 , textOffset = -1 , iconOffset = -1 , lowerOnStart = True , pickBroadest = False , persistent = True , hideOnStart = False , iconRoot = "{{DATA_DIR}}" , allDesktops = True , overrideRedirect = False , commands = [ Run UnsafeStdinReader , Run Cpu ["-L","3","-H","50", "--normal","green","--high","red", "--template", "\ \ ", "--", "--load-icon-pattern", ""] 10 , Run Memory ["-t","\ \ ", "--", "--used-icon-pattern", ""] 10 , Run DiskU [("/", "\ \ / ")] ["--", "--used-icon-pattern", ""] 20 , Run Network "enp0s25" ["-S", "True", "-m", "7", "-t", " |"] 10 ] , sepChar = "%" , alignSep = "}{" , template = "%UnsafeStdinReader% }{ %cpu% %memory% %disku% %enp0s25%" }