curl --silent "http://rss.netflix.com/AtHomeRSS?id=NETFLIX_USER_ID_GOES_HERE" | grep -e "<item>" -A 1 | tail -n 1 | sed -e 's/<title>//' | sed -e 's/ //' | sed -e 's/<\/title>//'
curl --silent "http://rss.netflix.com/QueueRSS?id=NETFLIX_USER_ID_GOES_HERE" | grep -e "<title>" | sed -e 's/<title>00//' | sed -e 's/<title>0//' | sed -e 's/<\/title>//' | sed -e 's/ //' | sed -e 's/<title>Netflix Queue//'
oh and here's my desktop, any thoughts?
i saw that graffiti one a while back, and thought
i could definitely one-up him hehe
Is there a weather script that we can use our own custom images with?
My nice simple layout
if you need any codes just ask
My nice simple layout
if you need any codes just ask
can you please post a code to this. I like this clean script
Hey mate,
um be a little more precies? what ones would you like?
Most of them are just simple scripts...and just changed the layout till i liked it...font is Helvetica Neau Ultra Light
Some of the scripts such as the itunes playing i have posted previously...
oh and here's my desktop, any thoughts?
i saw that graffiti one a while back, and thought
i could definitely one-up him hehe
can you post a link to that wallpaper, please?
My nice simple layout
if you need any codes just ask
Hey you guys. Thanks so much for the scripts, I really appreciated the help. I read this entire thread and was so pleased with all of your responses. I actually learned a little coding just from reading your scripts and how you edited them. I'm really happy with what you guys have done.
However, I'm in need of a script to change my wallpaper. I have set up multiple geektool groups and they each require their own wallpaper to make the look authentic. I made an HTC Sense UI group and I would love it if I didn't have to change my wallpaper every time I feel like enabling it. Is there a way to make the wallpaper change when I enable the scripts? Like add a script that changes the wallpaper to the appropriate one when switching between groups?
Hmm... How about something like putting your wallpaper as a GT image for each group? Put it in behind every other script in the group so that when you activate the group, that image covers up your actual wallpaper.
I was thinking about doing that, but is there another way? If not, that's fine. It just seemed like something really simple to do.
There probably is a better (or more correct) way to change your wallpaper using a script, I guess... But I don't know much on writing bash, and it still is probably the simplest way to do it![]()
Any help with this uptime script would be appreciated since I have no knowledge of scripting.
echo "UP: \c"
uptime | cut -d ' ' -f 4-8 | sed -e s'/,//g;s/ / /g' | cut -d ' ' -f 1-3 | sed s'/,[ ]+users//'