From baa0998095617705612d734ab1a9f8be5b45e126 Mon Sep 17 00:00:00 2001 From: toni Date: Thu, 2 May 2013 01:04:15 +0200 Subject: xmonad related configs copy_so.sh: copy shared libs needed by a binary to a specified location --- configs/xmobarrc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 configs/xmobarrc (limited to 'configs/xmobarrc') diff --git a/configs/xmobarrc b/configs/xmobarrc new file mode 100644 index 0000000..91b9e97 --- /dev/null +++ b/configs/xmobarrc @@ -0,0 +1,16 @@ +Config { font = "-misc-fixed-*-*-*-*-18-*-*-*-*-*-*-*" + , bgColor = "black" + , fgColor = "grey" + , position = TopW L 85 + , commands = [ Run Thermal "THRM" [] 10 + , Run Network "eth0" ["-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 StdinReader + ] + , sepChar = "%" + , alignSep = "}{" + , template = "%StdinReader% }{ %THRM% | %cpu% | %memory% * %swap% | %eth0% | %date%" + } -- cgit v1.2.3