xmobbarrc
author Fabien Ninoles <fabien@tzone.org>
Sat, 20 Jun 2015 16:21:25 -0400
changeset 12 ffc02bf394cb
parent 0 df7496e40bee
permissions -rw-r--r--
Update to awesome 3.5
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
       }