diff options
| author | jao <jao@gnu.org> | 2014-09-26 02:52:00 +0200 | 
|---|---|---|
| committer | jao <jao@gnu.org> | 2014-09-26 02:52:00 +0200 | 
| commit | a04850b0cbe4355dc7bd083a353fabdc644a24fb (patch) | |
| tree | 8bc1edbc1fb14e942e7c5f226aba7f11756c15d3 /samples | |
| parent | 05554f239c79d738848f5453b16b8ad01e9a5f50 (diff) | |
| download | xmobar-a04850b0cbe4355dc7bd083a353fabdc644a24fb.tar.gz xmobar-a04850b0cbe4355dc7bd083a353fabdc644a24fb.tar.bz2 | |
CLI switch for iconRoot (-i)
Diffstat (limited to 'samples')
| -rw-r--r-- | samples/xmobar.config | 16 | 
1 files changed, 12 insertions, 4 deletions
| diff --git a/samples/xmobar.config b/samples/xmobar.config index 5f4c224..9b1fbc2 100644 --- a/samples/xmobar.config +++ b/samples/xmobar.config @@ -8,10 +8,18 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"         , pickBroadest = False         , persistent = False         , hideOnStart = False -       , commands = [ Run Weather "EGPF" ["-t","<station>: <tempC>C","-L","18","-H","25","--normal","green","--high","red","--low","lightblue"] 36000 -                    , Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10 -                    , Run Network "eth1" ["-L","0","-H","32","--normal","green","--high","red"] 10 -                    , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10 +       , iconRoot = "." +       , commands = [ Run Weather "EGPF" ["-t","<station>: <tempC>C", +                                          "-L","18","-H","25", +                                          "--normal","green", +                                          "--high","red", +                                          "--low","lightblue"] 36000 +                    , Run Network "eth0" ["-L","0","-H","32", +                                          "--normal","green","--high","red"] 10 +                    , Run Network "eth1" ["-L","0","-H","32", +                                          "--normal","green","--high","red"] 10 +                    , Run Cpu ["-L","3","-H","50", +                               "--normal","green","--high","red"] 10                      , Run Memory ["-t","Mem: <usedratio>%"] 10                      , Run Swap [] 10                      , Run Com "uname" ["-s","-r"] "" 36000 | 
