38 lines
1,010 B
Text
38 lines
1,010 B
Text
|
Config {
|
||
|
font = "xft:Fira Code:style=Regular:size=9"
|
||
|
, template = " %StdinReader%}{%battery% <fc=#2AA198>•</fc> %date% "
|
||
|
, commands =
|
||
|
[ Run StdinReader
|
||
|
, Run Date "%F %a <fc=#2AA198>•</fc> %T" "date" 10
|
||
|
, Run Battery [ "--template", "<leftvbar> <left>%<fc=#2AA198>/</fc><timeleft> <fc=#2AA198>• <acstatus> • <watts>W</fc>"
|
||
|
, "-L", "25"
|
||
|
, "-H", "35"
|
||
|
, "-l", "#FF0000"
|
||
|
, "-n", "#FFFF00"
|
||
|
, "--"
|
||
|
, "-O", "ac on"
|
||
|
, "-i", "ac idle"
|
||
|
, "-o", "ac off"
|
||
|
] 50
|
||
|
]
|
||
|
, bgColor = "#002b36"
|
||
|
, fgColor = "#839496"
|
||
|
, border = BottomB
|
||
|
, borderWidth = 5
|
||
|
, borderColor = "#859900"
|
||
|
, position = TopSize L 100 29
|
||
|
, textOffset = 16
|
||
|
, additionalFonts = [ "xft:DejaVu Sans Mono:style=Regular:size=9" ]
|
||
|
-- , sepChar
|
||
|
-- , alignSep
|
||
|
-- , iconOffset
|
||
|
-- , allDesktops
|
||
|
-- , overrideRedirect
|
||
|
-- , pickBroadest
|
||
|
-- , hideOnStart
|
||
|
-- , lowerOnStart
|
||
|
-- , persistent
|
||
|
-- , iconRoot
|
||
|
-- , alpha
|
||
|
}
|