Created
December 17, 2014 19:04
-
-
Save Kintaro/315252167a779eec8ed7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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:Envy Code R for Powerline:pixelsize=12", | |
bgColor = "#1f1f2c", | |
fgColor = "#c7c9cb", | |
border = FullB, | |
borderColor = "#1f1f1f", | |
pickBroadest = True, | |
iconRoot = "/home/wollwage/.xmonad" | |
-- position = Static { xpos = 1920, ypos = 0, width = 1920, height = 16 }, | |
lowerOnStart = True, | |
commands = [ | |
Run MultiCpu ["-t","<icon=/home/wollwage/.xmonad/cpu.xbm/> <total0> <total1> <total2> <total3> <total4> <total5> <total6> <total7>","-L","30","-H","60","-h","#FFB6B0","-l","#3279a8","-n","#FFFFCC","-w","3"] 10, | |
Run Memory ["-t","<icon=/home/wollwage/.xmonad/mem.xbm/> <usedbar>","-H","8192","-L","4096","-h","#FFB6B0","-l","#3279a8","-n","#FFFFCC"] 10, | |
Run Swap ["-t","<icon=/home/wollwage/.xmonad/diskette.xbm/> <usedratio>%","-H","1024","-L","512","-h","#FFB6B0","-l","#3279a8","-n","#FFFFCC"] 10, | |
Run Network "wlp5s0" ["-t","<icon=/home/wollwage/.xmonad/wifi_01.xbm/> <rx> | <tx>","-l","#3279a8","-S", "True"] 10, | |
Run Date "%a %b %_d %l:%M:%S" "date" 10, | |
Run BatteryP ["BAT1"] | |
["-t", "<acstatus> (<left>%)", | |
"-L", "10", "-H", "80", "-p", "3", | |
"--", "-O", "<fc=green>On</fc> - ", "-i", "", | |
"-L", "-15", "-H", "-5", | |
"-f", "/sys/class/power_supply/BAT1/status", | |
"-l", "red", "-m", "blue", "-h", "green"] | |
600, | |
Run MPD ["-t", "<statei>: <artist> - <title> - <lapsed> <bar>"] 10, | |
Run Kbd [("de", "de"), ("us", "us")], | |
Run StdinReader | |
], | |
sepChar = "%", | |
alignSep = "}{", | |
template = " <icon=/home/wollwage/.xmonad/arch.xbm/> %StdinReader% } %mpd% { %multicpu% %memory% %swap% %wlp5s0% <fc=#FFFFCC>%date%</fc> %battery% %kbd%" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment