Fullscreen float for xmonad and adding mail to conky

This commit is contained in:
Dustin Swan
2013-04-14 10:29:35 -05:00
parent 863bb8f88f
commit 137acab5c4
2 changed files with 17 additions and 1 deletions

16
conky
View File

@@ -48,6 +48,20 @@ ${endif}\
${endif}\
Ñ ^fg(white)${cpu}% \
#
# Memory
# Memory TODO COLORS!
^fg(\#66aaff)Î ^fg(white)${memperc}% \
#
# Mail dustinswan@gmail.com
${if_match ${new_mails /home/dustinswan/.mail/DustinswanGmail/INBOX} == 0}^fg(\#66aaff)\
${else}^fg(\#ff0000)\
${endif}\
Ë ^fg(white)${new_mails /home/dustinswan/.mail/DustinswanGmail/INBOX} \
#
# Mail dswan@iocom.com
${if_match ${new_mails /home/dustinswan/.mail/DswanIOCOM/INBOX} == 0}^fg(\#66aaff)\
${else}^fg(\#ff0000)\
${endif}\
Ë ^fg(white)${new_mails /home/dustinswan/.mail/DswanIOCOM/INBOX} \
#
# Clock
^fg(\#66aaff)É ^fg(white)${time %d %b %R} \