From 820766bd85b6b73cf5f7918da5f7b49fb856b5f9 Mon Sep 17 00:00:00 2001 From: toni Date: Mon, 7 Jul 2014 16:20:02 +0200 Subject: xmobar stuff --- configs/xmobarrc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'configs/xmobarrc') diff --git a/configs/xmobarrc b/configs/xmobarrc index 91b9e97..337b4be 100644 --- a/configs/xmobarrc +++ b/configs/xmobarrc @@ -1,16 +1,20 @@ Config { font = "-misc-fixed-*-*-*-*-18-*-*-*-*-*-*-*" , bgColor = "black" + , border = NoBorder + , borderColor = "black" , fgColor = "grey" , position = TopW L 85 - , commands = [ Run Thermal "THRM" [] 10 + , commands = [ Run Com "~/.xmobar_cputemp.sh" ["CPU"] "ctmp" 10 + , Run Com "~/.xmobar_cputemp.sh" ["MB"] "mtmp" 10 , 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","15","-H","50","--normal","green","--high","red"] 10 , Run Memory ["Mem: %"] 10 , Run Swap [] 10 - , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10 + , Run Date "%a %b (%V) %_d %Y %H:%M:%S" "date" 10 , Run StdinReader ] , sepChar = "%" , alignSep = "}{" - , template = "%StdinReader% }{ %THRM% | %cpu% | %memory% * %swap% | %eth0% | %date%" + , template = "%StdinReader% }{ %ctmp% | %mtmp% | %cpu% | %memory% * %swap% | %eth0% | %eth1% | %date%" } -- cgit v1.2.3