diff --git a/xmonad/.xmobarrc b/xmonad/.xmobarrc new file mode 100644 index 0000000..d674ae0 --- /dev/null +++ b/xmonad/.xmobarrc @@ -0,0 +1,18 @@ +Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" + , bgColor = "#d6d6d6" + , fgColor = "#696969" + , position = TopW L 90 + , lowerOnStart = False + , commands = [ Run MultiCpu ["-t","C: %","-L","30","-H","70","-n","#AE6F38","-l","#6B8836","-h","#C16F61"] 10 + , Run Memory ["-t","M: %","-L","30","-H","70","-n","#AE6F38","-l","#6B8836","-h","#C16F61"] 10 + , Run Swap ["-t","S: %","-L","10","-H","30","-n","#AE6F38","-l","#6B8836","-h","#C16F61"] 10 + , Run Battery ["-t","B: "] 60 + , Run Date "%a %b %_d %k:%M" "date" 10 + , Run StdinReader + , Run MPD ["-t", ": (<album>) <statei>", "--", "-P", "|>", "-Z", "||", "-S", ""] 10 + , Run CommandReader "ledmon" "LED" + ] + , sepChar = "%" + , alignSep = "}{" + , template = "%StdinReader% }{ <fc=#3783B1>%mpd%</fc> | %multicpu% | %memory% | %swap% | %battery% | <fc=#c16f61>%LED%</fc> | <fc=#6D8D83>%date%</fc>" + }