Removing icon text on desktop?

Commissario
Joined
16 Oct 2002
Posts
344,034
Location
In the radio shack
I have just two icons on my desktop, like this.

icons-20091010-162028.png


That's all very nice, but I'd rather there was no text under them and that they looked like this.

icons_sans_text-20091010-162222.png


I'm sure you'll agree that it looks much prettier, but of course it's a mockup.

Can I do this for real?

 
That's not really practical either - They still need to show the names in the sidebar.
 
Create a text file called " .command" (distinct number of leading spaces).
Put "open THEPATHYOUWANT" in it.
In Terminal, chmod +x " .command"
In the Get Info dialog, copy and paste in the icon you want.
In the Get Info dialog, tick "Hide extension"
 
Oh that's so close!

When it's highlighted or selected it shows like this:

HD-20091010-175922.png


and I can only have one like that? Obviously I can't have two files called the same " .command"
 
I have just two icons on my desktop, like this.

icons-20091010-162028.png


That's all very nice, but I'd rather there was no text under them and that they looked like this.

icons_sans_text-20091010-162222.png


I'm sure you'll agree that it looks much prettier, but of course it's a mockup.

Can I do this for real?


Love those icons where they from?
 
I honestly can't remember but I've put them (and the rest of the matching hard drive collection) into a Candybar set you can grab from here.
 
Use a different number of leading spaces for each file.

You could also use the original special "items" and in the Finder view options set label to "Right", grid snap to "None", then put them bang up against the right edge of your desktop :p
 
I've found another bit of an oops when using that method...

It pops open a terminal window as well!

/edit - Which I can force close through terminal prefs, but it still drops into the dock afterwards.

We're getting there though.
 
If you won't have any other Terminal sessions open, you could ask Terminal to quit via Applescript as a second line of the script:

open ~
osascript -e 'Tell application "Terminal" to quit'

There's an option in Terminal preferences as to when it will show a Quit confirmation dialog.

-- Though having a Terminal window flash up might be more displeasing than the original problem.. :)
 
Last edited:
The Terminal window flashing has already annoyed me!

Time to try and find a different way to do it, I really like the way it looks.
 
There is one way I thought of.

You could write an apple script that would change the size of the text to '0' or 'false' or something.

I've tried with a few pre written scripts that I found on the net but it wouldn't let me set the size less than 8 :(

My apple script skills are very basic tho, maybe someone with better 'skillz' could try.
 
Back
Top Bottom