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","vE^ " , "-H","1000000" -- 1000KB/s , "-L", "20000" -- 20KB/s , "-h","red" , "-n","white" , "-m","3" ] 10 , Run Network "enp0s25" [ "-t","vE^ " , "-H","1000000" -- 1000KB/s , "-L", "20000" -- 20KB/s , "-h","red" , "-n","white" , "-m","3" ] 10 , Run Network "wlp2s0" [ "-t","vW^ " , "-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","C" , "-L","70" , "-H","90" , "-h","red" ] 30 , Run BatteryP ["BAT0"] [ "-t","B" , "-L","50" , "-H","95" , "-l","red" , "-h","green" ] 600 ], sepChar = "%", alignSep = "}{", template = "%StdinReader% }{ %enp0s26u1u1%%enp0s25%%wlp2s0%%enp5s0%%thermal0% %battery% %parisTime%" }