how do you have that mail thing in the middle of your desktop? and what are those tabs on the bottom?
The thing in the middle of the desktop is just QuickSilver with the Cube interface applied. The tabs are probably StickyWindows.
how do you have that mail thing in the middle of your desktop? and what are those tabs on the bottom?
I like how some of you have calendars displayed on the desktop... Is there a particular app y'all use? Could someone point me in the right direction?![]()
Sorry, I'm a real tech- dummy...
Into Terminal? And that's it?cal | sed "s/^/ /;s/$/ /;s/ $(date +%e) / $(date +%e | sed 's/./#/g') /"
I think you actually have to download GeekTool. Typing that into the terminal just displays the calendar; GeekTool is the app that will hover the text over the desktop.Sorry, I'm a real tech- dummy...
So I'd enter:
Into Terminal? And that's it?![]()
Shanks! My hero.
Shanks! My hero.
Wait... I can't get it to display today's date instead of "##"
Help, someone?
![]()
Do you have a link to those wallpapers please?
Thank you!
cal | sed "s/^/ /;s/$/ /;s/ $(date +%e) / $(date +%e | sed 's/./#/g') /"Shanks! My hero.
Wait... I can't get it to display today's date instead of "##"
Help, someone?
![]()
Really Cool Stuff Image.......
MAC OSX 10.4.9 Dock With New Icons
Downloaded from
http://interfacelift.com/icons-mac/i...ate&id=&page=1
Let me know the feedback abt the look and feel.....![]()
Okay, I'm still stuck... I'd even settle for a single "#" but it always doubles whatever character is there.If you don't want that just type "cal" for this months calendar OR "cal -y" for a full calendar of the current year.
Okay, I'm still stuck... I'd even settle for a single "#" but it always doubles whatever character is there.![]()
cal | tr '\n' '|' | sed "s/^/ /;s/$/ /;s/ $(date +%e) / $(date +%e | sed 's/./ /1' | sed 's/./#/2') /g" | tr '|' '\n'
cal -y | tr '\n' '|' | sed "s/^/ /;s/$/ /;s/ $(date +%e) / $(date +%e | sed 's/./ /1' | sed 's/./#/2') /$(date +%m | sed s/^0//)" | tr '|' '\n'
Absolutely lovely! Thank you so so so so much!I'm sure there's a more elegant way than what I did, but this works.
The thing in the middle of the desktop is just QuickSilver with the Cube interface applied. The tabs are probably StickyWindows.