36 lines
736 B
Plaintext
36 lines
736 B
Plaintext
Config {
|
|
font = "IPAGothic 9",
|
|
bgColor = "black",
|
|
fgColor = "#646464",
|
|
position = Top,
|
|
border = BottomB,
|
|
borderColor = "#646464",
|
|
|
|
sepChar = "%",
|
|
alignSep = "}{",
|
|
template = "%multicpu% | %coretemp% | %memory% | %dynnetwork% }{ %date%",
|
|
|
|
lowerOnStart = True,
|
|
hideOnStart = False,
|
|
allDesktops = True,
|
|
overrideRedirect = True,
|
|
pickBroadest = False,
|
|
persistent = True,
|
|
|
|
commands =
|
|
[
|
|
Run DynNetwork [
|
|
"--template", "<dev>: <tx>kB/s|<rx>kB/s",
|
|
"--Low", "1000" -- units: B/s,
|
|
"--High", "5000" -- units: B/s,
|
|
"--low", "darkgreen",
|
|
"--normal", "darkorange",
|
|
"--high", "darkred"
|
|
] 10,
|
|
|
|
Run MultiCpu [
|
|
"--template", "Cpu: <total0>C|<core1>C"
|
|
] 10,
|
|
]
|
|
}
|