Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Config { font = "-xos4-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*"
- , bgColor = "#000000"
- , fgColor = "#00FFFF"
- , position = Static { xpos = 1200, ypos = 1424, width = 2560, height = 16 }
- , lowerOnStart = True
- , commands = [ Run Cpu ["<cpu0>/<cpu1>","-L","10","-H","50","-l","green","--normal","yellow","--high","red"] 3
- , Run Cpu ["<cpu0>","-L","10","-H","50","-l","green","--normal","yellow","--high","red"] 3
- , Run Memory ["-t","RAM: <usedratio>%", "-l", "green", "--normal","yellow","--high","red"] 3
- , Run Date "%a, %b %_d %I:%M%p" "date" 1
- , Run StdinReader
- ]
- , sepChar = "%"
- , alignSep = "}{"
- , template = "%StdinReader% }{ %cpu% %memory% %date% "
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement