37 lines
999 B
Text
37 lines
999 B
Text
Config {
|
|
font = "xft:Fira Code:style=Regular:size=9"
|
|
, template = " %UnsafeStdinReader%}{%battery% <fc=#2AA198>•</fc> %date% "
|
|
, commands =
|
|
[ Run UnsafeStdinReader
|
|
, Run Date "%A %d %B %H:%M %Z" "date" 10
|
|
, Run Battery [ "--template", "<fn=1></fn> <left>% (<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:FontAwesome:style=Regular:size=10" ]
|
|
-- , sepChar
|
|
-- , alignSep
|
|
-- , iconOffset
|
|
-- , allDesktops
|
|
-- , overrideRedirect
|
|
-- , pickBroadest
|
|
-- , hideOnStart
|
|
-- , lowerOnStart
|
|
-- , persistent
|
|
-- , iconRoot
|
|
-- , alpha
|
|
}
|