Created
April 16, 2014 18:17
-
-
Save rejuvyesh/10916137 to your computer and use it in GitHub Desktop.
xmobarrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Config { font = "xft:Consolas-8" | |
, bgColor = "#121212" | |
, fgColor = "#AFAF87" | |
, position = BottomW L 96 | |
, lowerOnStart = True | |
, commands = [ Run DynNetwork ["-t", "<dev> <fc=#387BAB><icon=/home/rejuvyesh/.xmonad/icons/net_down_03.xbm/><rx>kB</fc> <fc=#005F87><icon=/home/rejuvyesh/.xmonad/icons/net_up_03.xbm/><tx>kB</fc>", "-M", "5"] 15 | |
, Run Date "%a %d-%m %H:%M:%S " "date" 10 | |
, Run BatteryP ["BAT0"] ["-t", "<fc=#D0CFD0><acstatus></fc><left>", "-S", "True", "-L", "30", "-H", "70", "-p", "3", "-l", "#D74083", "-n", "#FF9926", "-h", "#93FF19", "--", "-O", "+", "-o", "-", "-f", "BAT0/subsystem/ADP0/online" ] 600 | |
, Run StdinReader | |
, Run Memory ["-p", "2", "-c", "0", "-S", "True","-H", "80", "-h", "#D7005F", "-L", "50", "-l", "#87FF00", "-n", "#FF8700", "-t", "RAM: <usedratio>"] 50 | |
, Run Cpu ["-p", "2", "-c", "0", "-S", "True", "-H", "75", "-h", "#D7005F", "-L", "30", "-l", "#87FF00", "-n", "#FF8700", "-t", "CPU: <total>"] 50 | |
, Run MPD ["-t", "<fc=#387BAB><artist><fc=#4F3F3F> <statei> </fc><title></fc>", "--", "-P", "-", "-Z", "//", "-S", "><"] 50 | |
, Run Com "fumeup" [] "fume" 10 | |
] | |
, template = " %StdinReader% <fc=#3F3F3F>| <fc=#D0CFD0><action=`mpc prev` button=1><action=`mpc toggle` button=2><action=`mpc next` button=3>%mpd%</action></action></action></fc></fc> }{ <fc=#D0CFD0>%fume%</fc><fc=#3F3F3F>| </fc><fc=#3F3F3F><action=`net.sh`>%dynnetwork%</action></fc><fc=#3F3F3F> | %memory% | %cpu% | %battery%</fc><fc=#3F3F3F> | </fc><fc=#D0CFD0><action=`calendar.sh` button=1><action=`fuzzydate.sh` button=3>%date%</action></action></fc>" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment