xmobbarrc
author Fabien Ninoles <fninoles@genvidtech.com>
Mon, 23 Jan 2017 07:21:14 -0500
changeset 19 aa5a250ec992
parent 0 df7496e40bee
permissions -rw-r--r--
Fix comment on line AE08.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     1
Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*", 
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     2
         bgColor = "black",
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     3
         fgColor = "grey",
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     4
         position = TopW L 100,
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     5
         lowerOnStart = True,
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     6
         commands = [ 
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     7
           Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10,
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     8
           Run Memory ["-t","Mem: <usedratio>%"] 10,
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     9
           Run Swap [] 10,
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    10
           Run StdinReader,
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    11
           Run CommandReader "ledmon" "LED"
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    12
           ],
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    13
         sepChar = "%",
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    14
         alignSep = "}{",
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    15
         template = "%StdinReader% }{ <fc=#00ff00>%LED%</fc> %cpu% | %memory% | %swap%"
df7496e40bee Initial configuration files.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    16
       }