Config { font = "-misc-fixed-*-*-*-*-17-*-*-*-*-*-*-*" , lowerOnStart = False , bgColor = "black" , fgColor = "grey" , borderColor = "black" -- , border = TopB --, position = Top --W L 100 -- Position xmobar along the top, with a stalonetray in the top right. -- Add right padding to xmobar to ensure stalonetray and xmobar don't -- overlap. stalonetrayrc-single is configured for 12 icons, each 23px -- wide. -- right_padding = num_icons * icon_size -- right_padding = 12 * 23 = 276 -- Example: position = TopP 0 276 / left padding : TopP 276 0 , position = TopP 0 200 , persistent = True --, position = Static { xpos = 0, ypos = 0, width = 1346, height = 20 }, -- commands , commands = [ Run Weather "FRXX0019" ["-t","C","-L","18","-H","25","--normal","green","--high","red","--low","lightblue"] 36000 -- network activity monitor (dynamic interface resolution) -- , Run Network "enp55s0u2u4" [ "--template", ": ↓", "-S","True", "-L","1000","-H","5000","--low","darkgreen","--normal","darkorange","--high","darkred"] 20 , Run Network "wlo1" [ "--template", ": ↓", "-S","True", "-L","1000","-H","5000","--low","darkgreen","--normal","darkorange","--high","darkred"] 20 -- dynamic (alternate between enp55s0u2u4 and wlo1) , Run DynNetwork [ "--template" , ": ↓" , "-S", "True" , "--Low" , "1000" -- units: B/s , "--High" , "5000" -- units: B/s , "--low" , "darkgreen" , "--normal" , "darkorange" , "--high" , "darkred" ] 20 -- wireless essid , Run Wireless "wlo1" [ "--template", "" ] 20 -- cpu activity monitor --%cpu% --, Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10 -- %multicpu% , Run MultiCpu [ "--template" , "Cpu: %/%/%/%%/%/%/%" , "--Low" , "50" -- units: % , "--High" , "85" -- units: % , "--low" , "darkgreen" , "--normal" , "darkorange" , "--high" , "darkred" ] 10 -- cpu core temperature monitor -- %coretemp% -- , Run CoreTemp [ "--template" , "T°C: //" -- , "--Low" , "70" -- units: °C -- , "--High" , "80" -- units: °C -- , "--low" , "darkgreen" -- , "--normal" , "darkorange" -- , "--high" , "darkred" -- ] 50 -- memory usage monitor --, Run Memory ["-t","Mem: %"] 10 , Run Memory [ "--template" ,"Mem: %" , "--Low" , "20" -- units: % , "--High" , "90" -- units: % , "--low" , "darkgreen" , "--normal" , "darkorange" , "--high" , "darkred" ] 10 , Run Swap [] 10 , Run Com "uname" ["-s","-r"] "" 36000 -- time and date indicator -- (%F = y-m-d date, %a = day of week, %T = h:m:s time) , Run Date "%a %d/%m/%Y %T" "date" 10 -- battery monitor , Run Battery [ "--template" , "Batt: " , "--Low" , "10" -- units: % , "--High" , "80" -- units: % , "--low" , "darkred" , "--normal" , "darkorange" , "--high" , "darkgreen" , "--" -- battery specific options -- discharging status , "-o" , "% ()" -- AC "on" status , "-O" , "Charging" -- charged status , "-i" , "Charged" ] 50 -- keyboard layout indicator --, Run Kbd [ ("bépo" , "BÉ") -- , ("us" , "US") -- , ("fr" , "FR") -- , ("gb" , "UK") -- ] , Run StdinReader ] --layout , sepChar = "%" , alignSep = "}{" , template = "%date% | %battery% | %StdinReader%}{%enp55s0u2u4% - %wlo1%(%wlo1wi%) | %memory% * %swap% | %multicpu%" }