From 8cfbc58a3928734cb58888813184ebeef56fe226 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Wed, 11 Jul 2007 17:02:21 +0200 Subject: some colors please! Krzysztof says that we cannot set default colors without embedding a Turing-complete language in the templates, so that we can take account of different unit of measurement. May I set some colors in the configuration example?? darcs-hash:20070711150221-d6583-73c159082843e2120c060aa50be65b58bb7fc9f4.gz --- xmobar.config-sample | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xmobar.config-sample') diff --git a/xmobar.config-sample b/xmobar.config-sample index 51c912b..4a0cade 100644 --- a/xmobar.config-sample +++ b/xmobar.config-sample @@ -7,10 +7,10 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , height = 15 , align = "right" , refresh = 10 - , commands = [ (Weather "EGPF" ["-t",": C"], 36000) - , (Network "eth0" [], 10) - , (Network "eth1" [], 10) - , (Cpu [], 10) + , commands = [ (Weather "EGPF" ["-t",": C","-L","18","-H","25","--normal","green","--high","red","--low","blue"], 36000) + , (Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"], 10) + , (Network "eth1" ["-L","0","-H","32","--normal","green","--high","red"], 10) + , (Cpu ["-L","3","-H","50","--normal","green","--high","red"], 10) , (Exec "date" ["+\"%a %b %_d %H:%M\""] "mydate", 600) , (Exec "date" ["+%Y"] "year", 304128000) , (Memory ["-t","Mem: %"], 10) -- cgit v1.2.3