29 lines
960 B
Plaintext
29 lines
960 B
Plaintext
Config { font = "xft:monospace"
|
|
, additionalFonts = []
|
|
, borderColor = "black"
|
|
, border = TopB
|
|
, bgColor = "#303030"
|
|
, fgColor = "grey"
|
|
, alpha = 255
|
|
, position = Static { xpos = 0 , ypos = 0, width = 2560, height = 30 }
|
|
, textOffset = -1
|
|
, iconOffset = -1
|
|
, lowerOnStart = True
|
|
, pickBroadest = False
|
|
, persistent = False
|
|
, hideOnStart = False
|
|
, iconRoot = "."
|
|
, allDesktops = True
|
|
, overrideRedirect = True
|
|
, commands = [
|
|
Run Cpu ["-L","3","-H","50", "--normal","green","--high","red"] 10
|
|
, Run Memory ["-t","Mem: <usedratio>%"] 10
|
|
, Run Com "uname" ["-s","-r"] "" 36000
|
|
, Run Date "%H:%M - %d.%m.%Y" "date" 10
|
|
]
|
|
, sepChar = "%"
|
|
, alignSep = "}{"
|
|
, template = " %cpu% | %memory%}\
|
|
\{ <fc=#ffd700>%date%</fc> | <fc=#0fb471>%uname%</fc> "
|
|
}
|