Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Config { font = "xft:Liberation Mono:pixelsize=10"
- , bgColor = "black"
- , fgColor = "grey"
- , position = Top
- , lowerOnStart = True
- , commands = [ Run Network "eth1" ["-L","0","-H","32","-l", "green", "--normal","orange","--high","red"] 40
- , Run Cpu ["<cpu0>/<cpu1>","-L","3","-H","50","-l","green","--normal","orange","--high","red"] 40
- , Run Cpu ["<cpu0>","-L","3","-H","50","-l","green","--normal","orange","--high","red"] 40
- , Run Memory ["-t","Mem: <usedratio>%", "-l", "green", "--normal","orange","--high","red"] 40
- , Run Date "%a %b %_d %H:%M" "date" 60
- , Run CpuFreq ["-t","Freq: <cpu0> | <cpu1> GHz","-L","0","-H","2","-l","green","-n","orange","-h","red"] 50
- , Run StdinReader
- ]
- , sepChar = "%"
- , alignSep = "}{"
- , template = " %StdinReader% }{ %cpu% @ %cpufreq% <fc=#0033FF>|</fc> %memory% <fc=#0033FF>|</fc> %eth1% <fc=#0033FF>|</fc> %date%"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement