Config {
  -- font = "xft:Fixed-8",
  -- font = "xft:DejaVu Sans Mono:pixelsize=9:antialias=true",
  -- font = "-*-terminal-*-*-*-*-14-*-*-*-*-*-*-*",
  font = "-misc-fixed-*-*-*-*-12-*-*-*-*-*-*-*",
  bgColor = "#000000",
  fgColor = "#ffffff",
  position = OnScreen 0 (TopW L 90),
  lowerOnStart = True,
  commands =
   [ Run StdinReader
   , Run Network "enp0s26u1u1"
     [ "-t","<rx>vE^<tx>   "
     , "-H","1000000" -- 1000KB/s
     , "-L",  "20000" --   20KB/s
     , "-h","red"
     , "-n","white"
     , "-m","3"
     ] 10
   , Run Network "enp0s25"
     [ "-t","<rx>vE^<tx>   "
     , "-H","1000000" -- 1000KB/s
     , "-L",  "20000" --   20KB/s
     , "-h","red"
     , "-n","white"
     , "-m","3"
     ] 10
   , Run Network "wlp2s0"
     [ "-t","<rx><fc=,#666666>vW^</fc><tx>   "
     , "-H","1000000" -- 1000KB/s
     , "-L",  "20000" --   20KB/s
     , "-h","red"
     , "-n","white"
     , "-m","3"
     ] 10
   , Run DateZone "%A %d %H:%M:%S" "fr_FR.UTF-8" "Europe/Paris" "parisTime" 1
   , Run ThermalZone 0
     [ "-t","<temp>C"
     , "-L","70"
     , "-H","90"
     , "-h","red"
     ] 30
   , Run BatteryP ["BAT0"]
     [ "-t","<left>B"
     , "-L","50"
     , "-H","95"
     , "-l","red"
     , "-h","green"
     ]
     600
   ],
  sepChar = "%",
  alignSep = "}{",
  template = "%StdinReader% }{ <fc=#999999>%enp0s26u1u1%%enp0s25%%wlp2s0%%thermal0%  %battery%    %parisTime%</fc>"
}