Config { font = "xft:Iosevka-Regular:size=11:antialias=true"
, bgColor = "#3f3f3f"
, fgColor = "#dcdccc"
, position = Top
, border = FullB
, borderColor = "#dcdccc"
, lowerOnStart = True
, commands = [Run DynNetwork ["-t", ": ↓ | ↑ kbps"] 10
, Run BatteryP ["BAT0"] ["-t", "Bat: % "] 600
, Run Date "%a, %d.%m.%Y - %H:%M" "date" 10
, Run Kbd [("de", "de"), ("de(dsb_qwertz)", "dsb"), ("ru(phonetic)", "ru")]
, Run Memory ["-t", "RAM: %"] 10
, Run MultiCpu ["-t", "CPU: %"] 10
, Run Com "uname" ["-r"] "" 0
, Run Com "pamixer" ["--get-volume-human"] "vol" 1
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = " | %StdinReader% }{ %dynnetwork% | %multicpu% | %memory% | %uname% | %kbd% | %battery% | Vol: %vol% | %date% | "
}