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.
41 lines
1.3 KiB
41 lines
1.3 KiB
4 years ago
|
Config { font = "xft:Jetbrains Mono:size=8:bold:antialias=true"
|
||
|
, additionalFonts = []
|
||
|
, 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 Memory ["-t","Mem: <usedratio>%"] 10
|
||
|
, Run Swap [] 10
|
||
|
, Run Date "%a %b %_d" "date" 10
|
||
|
, Run Date "%H:%M" "time" 10
|
||
|
, Run StdinReader
|
||
|
, Run Com "volume" [] "volume" 10
|
||
|
, Run Battery [ "--template"
|
||
|
, "<acstatus>"
|
||
|
, "--" -- battery specific options
|
||
|
-- discharging status
|
||
|
, "-o" , "<left>% (<timeleft>)"
|
||
|
-- AC "on" status
|
||
|
, "-O" , "Charging"
|
||
|
-- charged status
|
||
|
, "-i" , "100%"
|
||
|
] 50
|
||
|
]
|
||
|
, sepChar = "%"
|
||
|
, alignSep = "}{"
|
||
|
, template = "%StdinReader% | %cpu% | %memory% | %swap% }\
|
||
|
\{ <icon=/home/krrish/volume.xbm/> %volume% | <icon=/home/krrish/battery.xbm/> %battery% | %date% | %time% "
|
||
|
}
|