summaryrefslogtreecommitdiffhomepage
path: root/samples/xmobar.config
diff options
context:
space:
mode:
Diffstat (limited to 'samples/xmobar.config')
-rw-r--r--samples/xmobar.config16
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