Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.
Here's mine during the Olympics:
629083039.png
 
08_2012

hi all, current for now..
 

Attachments

  • Snímka obrazovky 2012-08-10 o 11.32.49 AM.jpg
    Snímka obrazovky 2012-08-10 o 11.32.49 AM.jpg
    245.1 KB · Views: 462
  • Snímka obrazovky 2012-08-10 o 11.32.37 AM.png
    Snímka obrazovky 2012-08-10 o 11.32.37 AM.png
    2.3 MB · Views: 290
  • Snímka obrazovky 2012-08-10 o 11.32.43 AM.png
    Snímka obrazovky 2012-08-10 o 11.32.43 AM.png
    2.6 MB · Views: 423
Mine on my Black MacBook! Black MacBooks FTW
 

Attachments

  • Screen Shot 2012-08-11 at 17.46.46.png
    Screen Shot 2012-08-11 at 17.46.46.png
    1.1 MB · Views: 251
How do you change the gray stitching background?

I asked the same earlier in the thread. Even though i don't have Mountan Lion here is what i was told:

The path is Mac HD/System/Library/Coreservices/Notification Center

Once you find that it show package contents and then from there: Contents/Resources

The background is called linen and it is a tiff file. All you have to do is just replace that tiff file with another image saved as a tiff format (in preview you can export your image if need be as a tiff) and then open up activity monitor. From there just quit notification and it'll restart itself and click the notification tab to see your changes. The way the background works is that it tiles itself. So if you're using an image or something I tried keeping a minimum width of about 500 pixels or so and adjust it accordingly. Don't forget to save the original linen tiff ;)
 
Hi,

Can you please tell me how you managed to get the month bar across the top ?

That looks brilliant.

Thank you.

It's two GeekTool shell scripts, one of them containing nothing (that's the white bar that's the bigger one and the backdrop). Here's the script for the actual calendar:

Code:
echo `cal`" " |
sed "s/[^0-9]$(date +%e | sed s'/ //')\([^0-9]\)/ $(date +%e | sed 's/ *\([0-9]*\)/\1/')\1/" |
sed s'/ $//' |
sed s'/Su Mo Tu We Th Fr Sa//g' |
sed s'/ / \ •  /g' |
sed s'/\([a-z]\)[ ]\ ./\1/g' |
sed s'/\•[ ]*\•/ /'|
sed s"/$/     $(date +%A)/"

jW
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.