|
|
@ -1,5 +1,8 @@ |
|
|
|
Config { font = "xft:Jetbrains Mono:size=8:bold:antialias=true" |
|
|
|
Config { font = "xft:Jetbrains Mono:size=9:bold:antialias=true" |
|
|
|
, additionalFonts = [] |
|
|
|
, additionalFonts = [ |
|
|
|
|
|
|
|
"xft:Mononoki Nerd Font:size=9:antialias=true:hinting=true" |
|
|
|
|
|
|
|
, "xft:FontAwesome:pixelsize=11" |
|
|
|
|
|
|
|
] |
|
|
|
, borderColor = "black" |
|
|
|
, borderColor = "black" |
|
|
|
, border = TopB |
|
|
|
, border = TopB |
|
|
|
, bgColor = "black" |
|
|
|
, bgColor = "black" |
|
|
@ -16,25 +19,31 @@ Config { font = "xft:Jetbrains Mono:size=8:bold:antialias=true" |
|
|
|
, allDesktops = True |
|
|
|
, allDesktops = True |
|
|
|
, overrideRedirect = True |
|
|
|
, overrideRedirect = True |
|
|
|
, commands = [ Run Cpu [] 10 |
|
|
|
, 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 Memory ["-t","Mem: <usedratio>%"] 10 |
|
|
|
|
|
|
|
, Run Date "<fn=1>\xf9e1</fn>" "swapicon" 36000 |
|
|
|
, Run Swap [] 10 |
|
|
|
, Run Swap [] 10 |
|
|
|
, Run Date "%a %b %_d" "date" 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 Date "%H:%M" "time" 10 |
|
|
|
, Run StdinReader |
|
|
|
, Run StdinReader |
|
|
|
, Run Com "volume" [] "volume" 10 |
|
|
|
, Run Date "<fn=1>\xfa7d</fn>" "volumeicon" 36000 |
|
|
|
, Run Battery [ "--template" |
|
|
|
, Run Com "volume" [] "volume" 10 |
|
|
|
, "<acstatus>" |
|
|
|
, Run Date "<fn=1>\xf240</fn>" "batteryicon" 36000 |
|
|
|
, "--" -- battery specific options |
|
|
|
, Run Battery [ "--template" |
|
|
|
-- discharging status |
|
|
|
, "<acstatus>" |
|
|
|
, "-o" , "<left>% (<timeleft>)" |
|
|
|
, "--" -- battery specific options |
|
|
|
-- AC "on" status |
|
|
|
-- discharging status |
|
|
|
, "-O" , "Charging" |
|
|
|
, "-o" , "<left>% (<timeleft>)" |
|
|
|
-- charged status |
|
|
|
-- AC "on" status |
|
|
|
, "-i" , "100%" |
|
|
|
, "-O" , "<fc=00ff00>Charging</fc>" |
|
|
|
] 50 |
|
|
|
-- charged status |
|
|
|
] |
|
|
|
, "-i" , "100%" |
|
|
|
|
|
|
|
] 50 |
|
|
|
|
|
|
|
] |
|
|
|
, sepChar = "%" |
|
|
|
, sepChar = "%" |
|
|
|
, alignSep = "}{" |
|
|
|
, alignSep = "}{" |
|
|
|
, template = "%StdinReader% | %cpu% | %memory% | %swap% }\ |
|
|
|
, template = "%StdinReader% | <fc=#2ecc71>%cpuicon% %cpu%</fc> | <fc=#d4ac0d>%memoryicon% %memory%</fc> | <fc=#2980b9>%swapicon%%swap%</fc> | }\ |
|
|
|
\{ <icon=/home/krrish/volume.xbm/> %volume% | <icon=/home/krrish/battery.xbm/> %battery% | %date% | %time% " |
|
|
|
\{ <fc=#9b59b6>%volumeicon% %volume%</fc> | <fc=#b66c59>%batteryicon% %battery%</fc> | <fc=#a2b659>%date%</fc> | <fc=#a91e62>%timeicon% %time%</fc> " |
|
|
|
} |
|
|
|
} |
|
|
|