Added outdoor temperature to single screen dzen2

This commit is contained in:
trey 2018-07-29 10:17:55 -04:00
parent a9ee37fcc0
commit 8da6c07068
1 changed files with 3 additions and 1 deletions

View File

@ -94,10 +94,12 @@ toggleHomeScreens = do
spawn "while true; do \n\
\~/bin/battery; \n\
\echo -n ' '; \n\
\echo -n $(cat /tmp/temp); \n\
\echo -n ' '; \n\
\date \"+%a, %b %d %T\"; \n\
\cal | /usr/bin/sed -E \"s/($(date +%_d)\b)/^fg(green)\1^fg()/\" ; \n\
\sleep 1; \n\
\done | dzen2 -dock -p -x 1680 -w 235 -l 8 -e \"onstart:lower;button1=togglecollapse\" -u -h 24 -ta l -sa c -fg #aaaaaa -bg #000000 -fn Terminus-10 &"
\done | dzen2 -dock -p -x 1670 -w 245 -l 8 -e \"onstart:lower;button1=togglecollapse\" -u -h 24 -ta l -sa c -fg #aaaaaa -bg #000000 -fn Terminus-10 &"
else if sc == 3
then do