You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
2.0 KiB
49 lines
2.0 KiB
Config { font = "xft:Jetbrains Mono:size=9:bold:antialias=true" |
|
, additionalFonts = [ |
|
"xft:Mononoki Nerd Font:size=9:antialias=true:hinting=true" |
|
, "xft:FontAwesome:pixelsize=11" |
|
] |
|
, borderColor = "black" |
|
, border = TopB |
|
, bgColor = "black" |
|
, fgColor = "grey" |
|
, alpha = 125 |
|
, position = Top |
|
, textOffset = -1 |
|
, iconOffset = -1 |
|
, lowerOnStart = True |
|
, pickBroadest = False |
|
, persistent = False |
|
, hideOnStart = False |
|
, iconRoot = "." |
|
, allDesktops = True |
|
, overrideRedirect = True |
|
, commands = [ Run Cpu [] 10 |
|
, Run Date "<fn=1>\xe721</fn>" "cpuicon" 36000 |
|
, Run Date "<fn=1>\xf85a</fn>" "memoryicon" 36000 |
|
, Run Memory ["-t","Mem: <usedratio>%"] 10 |
|
, Run Date "<fn=1>\xf9e1</fn>" "swapicon" 36000 |
|
, Run Swap [] 10 |
|
, Run Date "<fn=1>\xf133</fn> %a %b %d" "date" 1000 |
|
, Run Date "<fn=1>\xe381</fn>" "timeicon" 36000 |
|
, Run Date "%H:%M" "time" 10 |
|
, Run StdinReader |
|
, Run Date "<fn=1>\xfa7d</fn>" "volumeicon" 36000 |
|
, Run Com "volume" [] "volume" 10 |
|
, Run Date "<fn=1>\xf240</fn>" "batteryicon" 36000 |
|
, Run Battery [ "--template" |
|
, "<acstatus>" |
|
, "--" -- battery specific options |
|
-- discharging status |
|
, "-o" , "<left>% (<timeleft>)" |
|
-- AC "on" status |
|
, "-O" , "<fc=00ff00>Charging</fc>" |
|
-- charged status |
|
, "-i" , "100%" |
|
] 50 |
|
] |
|
, sepChar = "%" |
|
, alignSep = "}{" |
|
, template = "%StdinReader% | <fc=#2ecc71>%cpuicon% %cpu%</fc> | <fc=#d4ac0d>%memoryicon% %memory%</fc> | <fc=#2980b9>%swapicon%%swap%</fc> | }\ |
|
\{ <fc=#9b59b6>%volumeicon% %volume%</fc> | <fc=#b66c59>%batteryicon% %battery%</fc> | <fc=#a2b659>%date%</fc> | <fc=#a91e62>%timeicon% %time%</fc> " |
|
}
|
|
|