From f21e573cd3f73796f3e8a826cabb37269e97a111 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sun, 8 Jul 2007 12:14:30 +0200 Subject: updated configurations to reflect code changes darcs-hash:20070708101430-d6583-f58cc8c24166a2619b7712229da8e8343a8a4ea5.gz --- xmobar.config-sample | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'xmobar.config-sample') diff --git a/xmobar.config-sample b/xmobar.config-sample index 5d01a82..8324538 100644 --- a/xmobar.config-sample +++ b/xmobar.config-sample @@ -7,7 +7,16 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , height = 15 , align = "right" , refresh = 10 - , commands = [("xmb-weather", 36000, ["EGPF"]), ("xmb-net", 10, ["eth0"])] + , commands = [ (Weather "EGPF" ["-t",": C"], 36000) + , (Network "eth0" [], 10) + , (Network "eth1" [], 10) + , (Cpu [], 10) + , (Exec "date" ["+\"%a %b %_d %H:%M\""] "mydate", 600) + , (Exec "date" ["+%Y"] "year", 304128000) + , (Memory ["-t","Mem: %"], 10) + , (Swap [], 10) + , (Exec "uname" ["-s","-r"] "", 36000) + ] , sepChar = "%" - , template = "%xmb-cpu% | %xmb-mem% * %xmb-swap% | %xmb-net% | %xmb-weather% | %date%" + , template = "%cpu% | %memory% * %swap% | %eth0% - %eth1% | %EGPF% | %mydate% of %year% %uname%" } -- cgit v1.2.3