From a04850b0cbe4355dc7bd083a353fabdc644a24fb Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 26 Sep 2014 02:52:00 +0200 Subject: CLI switch for iconRoot (-i) --- samples/xmobar.config | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'samples/xmobar.config') 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",": 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",": 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: %"] 10 , Run Swap [] 10 , Run Com "uname" ["-s","-r"] "" 36000 -- cgit v1.2.3