-- (C) Copyright Collin Doering @!@YEAR@!@ -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see . -- File: .xmobarrc -- Author: Collin J. Doering -- Date: Jan 11, 2012 Config { font = "-*-terminus-*-*-*-*-35-*-*-*-*-*-*-u" , bgColor = "#000000" , fgColor = "#00FFFF" , position = TopW L 96 , lowerOnStart = True , commands = [ Run Network "eth0" ["-L","0","-H","32","-l", "green", "--normal","orange","--high","red"] 40 -- , Run Com "/home/collin/.bin/vol.sh" [] "vol" 15 , Run MultiCpu ["-t","Cpu | cpu0: | cpu1: | cpu2: | cpu3: ","-L","3","-H","50","--high","#f0c040"] 10 , Run Memory ["-t","Mem: %", "-l", "green", "--normal","orange","--high","red"] 40 , Run Date "%a %b %_d %l:%M %p" "date" 60 , Run CpuFreq ["-t","Freq: | GHz","-L","0","-H","2","-l","green","-n","orange","-h","red"] 50 , Run StdinReader ] , sepChar = "%" , alignSep = "}{" , template = " %StdinReader% }{ %multicpu% | %memory% | %eth0% | %date% | " }