blackosx Posted March 1, 2021 Author Share Posted March 1, 2021 I've continued to extend the Set3 icon range for the macOS drive images, this time with full out images in the icons. 10 Link to comment Share on other sites More sharing options...
pkdesign Posted March 1, 2021 Share Posted March 1, 2021 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 More sharing options...
Anto65 Posted March 1, 2021 Share Posted March 1, 2021 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 Link to comment Share on other sites More sharing options...
chris1111 Posted March 1, 2021 Share Posted March 1, 2021 Great work @blackosx Link to comment Share on other sites More sharing options...
miliuco Posted March 1, 2021 Share Posted March 1, 2021 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 More sharing options...
blackosx Posted March 2, 2021 Author Share Posted March 2, 2021 Updated the Qemu image to OpenCore 0.6.7. 3 Link to comment Share on other sites More sharing options...
pkdesign Posted March 2, 2021 Share Posted March 2, 2021 17 hours ago, antuneddu said: the shutdown icon with the name tool and the resetnvram icon with the name resetnvram works for me 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 More sharing options...
Anto65 Posted March 2, 2021 Share Posted March 2, 2021 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 More sharing options...
blackosx Posted March 2, 2021 Author Share Posted March 2, 2021 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/ Result 6 Link to comment Share on other sites More sharing options...
pkdesign Posted March 2, 2021 Share Posted March 2, 2021 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!! Link to comment Share on other sites More sharing options...
blackosx Posted March 2, 2021 Author Share Posted March 2, 2021 Hopefully you’ve got it working. Ps. We did discuss the Tools dir last year, but I guess that was a while ago now 2 Link to comment Share on other sites More sharing options...
pkdesign Posted March 2, 2021 Share Posted March 2, 2021 Oh man! Yes we did. That was a lifetime ago! 1 1 Link to comment Share on other sites More sharing options...
miliuco Posted March 2, 2021 Share Posted March 2, 2021 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 Thanks for the info 1 Link to comment Share on other sites More sharing options...
pkdesign Posted March 2, 2021 Share Posted March 2, 2021 I've added a new icon set to my github. It's called BlueSteel (there are a few that do not appear in screenshot): 7 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted March 3, 2021 Share Posted March 3, 2021 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 I don't understand why there are two shutdown icons on the screenshot ! 1 Link to comment Share on other sites More sharing options...
blackosx Posted March 3, 2021 Author Share Posted March 3, 2021 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. 1 1 Link to comment Share on other sites More sharing options...
pkdesign Posted March 3, 2021 Share Posted March 3, 2021 (edited) 10 hours ago, Matgen84 said: Great job. Thanks I don't understand why there are two shutdown icons on the screenshot ! Oh, oops! That was a Photoshop mistake The other one is supposed to be "Tools." The "Shutdown" is intended to go into the Tools folder, named ResetSystem.efi.icns Edited March 3, 2021 by pkdesign Link to comment Share on other sites More sharing options...
miliuco Posted March 3, 2021 Share Posted March 3, 2021 18 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):... Very nice!!! Link to comment Share on other sites More sharing options...
pkdesign Posted March 4, 2021 Share Posted March 4, 2021 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. 5 2 Link to comment Share on other sites More sharing options...
blackosx Posted March 4, 2021 Author Share Posted March 4, 2021 I like it @pkdesign ! 1 Link to comment Share on other sites More sharing options...
AudioGod Posted March 4, 2021 Share Posted March 4, 2021 @pkdesign Your BlueSteel Theme is brilliant. Awesome Work buddy. 1 1 Link to comment Share on other sites More sharing options...
Anto65 Posted March 4, 2021 Share Posted March 4, 2021 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. Original !!! Link to comment Share on other sites More sharing options...
miliuco Posted March 5, 2021 Share Posted March 5, 2021 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. 1 Link to comment Share on other sites More sharing options...
pkdesign Posted March 5, 2021 Share Posted March 5, 2021 Thanks all! I was trying to think of something very different and out of the box. 5 Link to comment Share on other sites More sharing options...
blackosx Posted March 5, 2021 Author Share Posted March 5, 2021 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. 4 Link to comment Share on other sites More sharing options...
Recommended Posts