| Customization / Desktop Screenshots / MacOS | ©2011-2012 ~XLooo |
curl --silent http : // www .brainyquote. com | egrep '(span class="body")|(span class="bodybold")' | sed -n '6p; 7p; ' | sed ' s/<[a-z0-9=."/ ]*>//g'
date +%H:%M
date +"%d"
date +"%B"
curl --silent https: // username : password @ mail. google. com/mail/feed/atom/ | awk '/<fullcount>/{print}' | grep -o "[0-9]\+"
my_ac_adapt=`ioreg -w0 -l | grep ExternalConnected | awk '{print $5}'`
cur_power=`ioreg -w0 -l | grep CurrentCapacity | awk '{print $5}'`
max_power=`ioreg -w0 -l | grep MaxCapacity | awk '{print $5}'`
bat_percent=`echo "scale=2;$cur_power / $max_power" | bc`
bat_percent=`echo "$bat_percent * 100" | bc | sed 's/.00//'`
cyc_count=`ioreg -w0 -l | grep "Cycle Count" | awk 'BEGIN { FS = "=" } ; {print $8}' | awk 'BEGIN { FS = "}" } ; {print $1}'`
echo "$bat_percent"
curl -u username @ gmail. com: password --silent "https:// mail . google . com /mail/feed/atom" | grep -a "title" | grep -v 'Gmail - Inbox for' | sed -e "s/\<title>//g" | sed -e :a -e 's/<[^>]*>//g;/</N;//ba'
O dock faz parte do wall ou é a parte?
Obrigada!