Jump to content

OpenCanopy Icons


blackosx
1,484 posts in this topic

Recommended Posts

I am a bit confused about creating an icon for Shutdown. What do I name it and how do I get it to activate. Currently it is named "ResetSystem.efi.icns" but it shows the "tool" icon. I named it "Shutdown.icns" but that didn’t work either.

Link to comment
Share on other sites

11 minutes ago, pkdesign said:

I am a bit confused about creating an icon for Shutdown. What do I name it and how do I get it to activate. Currently it is named "ResetSystem.efi.icns" but it shows the "tool" icon. I named it "Shutdown.icns" but that didn’t work either.

the shutdown icon with the name tool and the resetnvram icon with the name resetnvram works for me 

2 minutes ago, antuneddu said:

the shutdown icon with the name tool and the resetnvram icon with the name resetnvram works for me 

151843186_Schermata2021-03-01alle23_35_48.thumb.png.7e38f79ccbaa9d827446fd4a14653ca5.png

Link to comment
Share on other sites

6 hours ago, blackosx said:

I've continued to extend the Set3 icon range for the macOS drive images, this time with full out images in the icons...

Great job. I really like the textured hard drives.

Link to comment
Share on other sites

17 hours ago, antuneddu said:

the shutdown icon with the name tool and the resetnvram icon with the name resetnvram works for me 

151843186_Schermata2021-03-01alle23_35_48.thumb.png.7e38f79ccbaa9d827446fd4a14653ca5.png

Yes, naming the newly creted ICNS "Tool.icns" will make it appear. Butthen all "tools" wil have a power button icon.

 

I guess there is no separate naming for a "tool" icon and a "shutdown" icon? It's one or the other?

Link to comment
Share on other sites

44 minutes ago, pkdesign said:

Yes, naming the newly creted ICNS "Tool.icns" will make it appear. Butthen all "tools" wil have a power button icon.

 

I guess there is no separate naming for a "tool" icon and a "shutdown" icon? It's one or the other?

??? Tool.icns > Power button     Resetnvram.icns >  Resetnvram button   Shell.icns  > Shell button 

Link to comment
Share on other sites

3 hours ago, pkdesign said:

I guess there is no separate naming for a "tool" icon and a "shutdown" icon? It's one or the other?

 

Hey @pkdesign

 

I tried to give an explanation how to do this here:

 

See if these examples help...

 

Tools entries of config.plist

                <dict>
                    <key>Arguments</key>
                    <string>WarmReset</string>
                    <key>Auxiliary</key>
                    <true/>
                    <key>Comment</key>
                    <string>Perform warm reset</string>
                    <key>Enabled</key>
                    <true/>
                    <key>Name</key>
                    <string>WarmReset</string>
                    <key>Path</key>
                    <string>ResetSystem.efi</string>
                    <key>RealPath</key>
                    <false/>
                    <key>TextMode</key>
                    <false/>
                </dict>
                <dict>
                    <key>Arguments</key>
                    <string>ColdReset</string>
                    <key>Auxiliary</key>
                    <true/>
                    <key>Comment</key>
                    <string>Perform cold reset</string>
                    <key>Enabled</key>
                    <true/>
                    <key>Name</key>
                    <string>ColdReset</string>
                    <key>Path</key>
                    <string>ResetCold.efi</string>
                    <key>RealPath</key>
                    <false/>
                    <key>TextMode</key>
                    <false/>
                </dict>
                <dict>
                    <key>Arguments</key>
                    <string>Shutdown</string>
                    <key>Auxiliary</key>
                    <true/>
                    <key>Comment</key>
                    <string>Perform shutdown</string>
                    <key>Enabled</key>
                    <true/>
                    <key>Name</key>
                    <string>Shutdown</string>
                    <key>Path</key>
                    <string>ResetShutdown.efi</string>
                    <key>RealPath</key>
                    <false/>
                    <key>TextMode</key>
                    <false/>
                </dict>

/EFI/OC/Tools/

 

Tools-Dir.jpg

 

Result

 

Open-Canopy-Result.jpg

 

 

  • Like 6
Link to comment
Share on other sites

Thanks this helps a lot. First of all, I realized that I was using 0 as a PickerAttributes, doh! When I select 1, it now shows newly created Shutdown Icon. BUT, I did not realize that it had to be placed in the Tools folder next to *efi and not in the Resources/Images folder.

 

So many switches!! :shock:

Link to comment
Share on other sites

2 hours ago, blackosx said:

Hopefully you’ve got it working. :)

 

Ps. We did discuss the Tools dir last year, but I guess that was a while ago now ;)

 

Well, I also did not know that specific tool icon can be placed next to the tool :whistle:

Thanks for the info

  • Like 1
Link to comment
Share on other sites

8 hours ago, pkdesign said:

I've added a new icon set to my github. It's called BlueSteel (there are a few that do not appear in screenshot):

 

 

 

Great job. Thanks :thumbsup_anim: I don't understand why there are two  shutdown icons on the screenshot !

  • Thanks 1
Link to comment
Share on other sites

9 hours ago, pkdesign said:

I've added a new icon set to my github. It's called BlueSteel (there are a few that do not appear in screenshot):

 

Nice work @pkdesign. Looks very clean :)

 

1 hour ago, Matgen84 said:

I don't understand why there are two  shutdown icons on the screenshot !

 

That'll be down to naming the tool in the config.plist.

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

10 hours ago, Matgen84 said:

 

Great job. Thanks :thumbsup_anim: I don't understand why there are two  shutdown icons on the screenshot !

Oh, oops! That was a Photoshop mistake :lol: The other one is supposed to be "Tools." The "Shutdown" is intended to go into the Tools folder, named ResetSystem.efi.icns

Edited by pkdesign
Link to comment
Share on other sites

Another new set of OpenCanopy Icons for you. This one is kind of tongue-in-cheek fun set I call "Type." For those of you that really want a simple set! Use with your favorite background or just black.

screenshot.thumb.png.32695d1ebd1e72475afcd02cf622a10e.png

  • Like 5
  • Thanks 2
Link to comment
Share on other sites

1 hour ago, pkdesign said:

Another new set of OpenCanopy Icons for you. This one is kind of tongue-in-cheek fun set I call "Type." For those of you that really want a simple set! Use with your favorite background or just black.

screenshot.thumb.png.32695d1ebd1e72475afcd02cf622a10e.png

Original !!!

Link to comment
Share on other sites

12 hours ago, pkdesign said:

Another new set of OpenCanopy Icons for you. This one is kind of tongue-in-cheek fun set I call "Type." For those of you that really want a simple set! Use with your favorite background or just black....

 

Blue Steel is a nice theme, very nice, but Type is different, original, the first of its kind.

  • Thanks 1
Link to comment
Share on other sites

1 hour ago, pkdesign said:

Thanks all! I was trying to think of something very different and out of the box.


i like it because it reminds me of something similar I tried many years ago for a Chameleon theme. I had a quick look for it yesterday at the Theme Park on voodooprojects.org to show you but couldn’t find it. I guess it never progressed further than my ideas folder but I’m curious now so I may have a look through some old archives on the weekend. If I find anything I’ll share an image.  :)

  • Like 4
Link to comment
Share on other sites

×
×
  • Create New...