Matgen84 Posted March 5, 2020 Share Posted March 5, 2020 39 minutes ago, STLVNUB said: Slight bug with other version of script, didn't test on clean build (no edk2) my bad... Use this one ocb.sh.zip What is ocb in /usr/local/bin/ocb? I don't understand, no ocb in this directory, here. Please tell me. Link to comment Share on other sites More sharing options...
btwise Posted March 5, 2020 Share Posted March 5, 2020 1 hour ago, Matgen84 said: What is ocb in /usr/local/bin/ocb? I don't understand, no ocb in this directory, here. Please tell me. The result of the command "ln -s" Link to comment Share on other sites More sharing options...
WizeMan Posted March 5, 2020 Share Posted March 5, 2020 2 hours ago, n.d.k said: I think I'll settle for this as next default theme. Hi @n.d.k this looks awesome and I am looking forward to testing it on my 4K setup. One question as I am not very familiar with C. Is there any possibility to extend the OC_BOOT_ENTRY_TYPE enum and override BootEntryManagement.c -> OcDescribeBootEntry in order to add another boot entry type for Time Machine ? It would be cool to not be returned as OcBootUnknown thus being able to have a custom icon for it too. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted March 5, 2020 Share Posted March 5, 2020 @NDK can background.png automatically check the monitor resolution?? It will be great, if the background can detect automatically screen resolution. It's got black background if wrong resolution of background.png for now Link to comment Share on other sites More sharing options...
Ellybz Posted March 5, 2020 Share Posted March 5, 2020 (edited) 1 hour ago, WizeMan said: Hi @n.d.k this looks awesome and I am looking forward to testing it on my 4K setup. One question as I am not very familiar with C. Is there any possibility to extend the OC_BOOT_ENTRY_TYPE enum and override BootEntryManagement.c -> OcDescribeBootEntry in order to add another boot entry type for Time Machine ? It would be cool to not be returned as OcBootUnknown thus being able to have a custom icon for it too. There's a simple remedy for this. Create a custom entry for your time machine backup (you'll need the path ) and add the name "clone" to the name field ( ex below ). You''be able to use the Icon "Clone" for your time machine needs. I'm using the same principle for my USB backup drive ( with Carbon Copy Cloner ). @n.d.k Love the new selector. Will soon recreate my icons with 256px. Edited March 5, 2020 by Ellybz 2 Link to comment Share on other sites More sharing options...
n.d.k Posted March 5, 2020 Author Share Posted March 5, 2020 Here's the final default look, and new commits already on both versions Fork and Driver. There are 4 new png files background.png, background4k.png, selector.png and selector4k.png. Icons size can be 128px/256px Selector size can be 144/288px I don't have 256px for the default theme, so they are still 128px scaling up 200% for 4k screen. 4 1 Link to comment Share on other sites More sharing options...
btwise Posted March 5, 2020 Share Posted March 5, 2020 13 minutes ago, n.d.k said: Here's the final default look, and new commits already on both versions Fork and Driver. There are 4 new png files background.png, background4k.png, selector.png and selector4k.png. Icons size can be 128px/256px Selector size can be 144/288px I don't have 256px for the default theme, so they are still 128px scaling up 200% for 4k screen. The icon "from big to small" is always better than "from small to big", so my approach is to unify the default icon to 256 and scale the different resolutions to 128 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted March 5, 2020 Share Posted March 5, 2020 9 minutes ago, btwise said: The icon "from big to small" is always better than "from small to big", so my approach is to unify the default icon to 256 and scale the different resolutions to 128 Right. But on Clover, the default themes are 128. According to my point of view, it's because not everyone has a 4k screen at the moment. Link to comment Share on other sites More sharing options...
Matgen84 Posted March 5, 2020 Share Posted March 5, 2020 @n.d.k Is no_selector.png still valid after the last commit! Is font_color.png is mandatory, when I've already a white font file. Sorry for my bad english. Link to comment Share on other sites More sharing options...
n.d.k Posted March 5, 2020 Author Share Posted March 5, 2020 (edited) 8 minutes ago, Matgen84 said: @n.d.k Is no_selector.png still valid after the last commit! Is font_color.png is mandatory, when I've already a white font file. Sorry for my bad english. Yes and No...didn't change anything to font, and font_color.png is optional. Edited March 5, 2020 by n.d.k 2 Link to comment Share on other sites More sharing options...
btwise Posted March 5, 2020 Share Posted March 5, 2020 14 minutes ago, Matgen84 said: Right. But on Clover, the default themes are 128. According to my point of view, it's because not everyone has a 4k screen at the moment. As long as enough resolutions are added, each resolution can be accommodated, from the irregular 3440x1440 to the minimal 1024x768 2 minutes ago, btwise said: As long as enough resolutions are added, each resolution can be accommodated, from the irregular 3440x1440 to the minimal 1024x768 Since my resolution was 2556x1440, but I didn't want to use the 1080 rule, I had to modify the code myself and add other resolutions to use a different scale 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted March 5, 2020 Share Posted March 5, 2020 1 minute ago, btwise said: As long as enough resolutions are added, each resolution can be accommodated, from the irregular 3440x1440 to the minimal 1024x768 I talk about icons size, not screen resolution. Sorry but my knowledge is limited. Link to comment Share on other sites More sharing options...
n.d.k Posted March 5, 2020 Author Share Posted March 5, 2020 3 minutes ago, btwise said: As long as enough resolutions are added, each resolution can be accommodated, from the irregular 3440x1440 to the minimal 1024x768 It's best to use the right image size to avoid scaling. Images doesn't look the same after scaling and pixelated happens when upscaling, most noticeable are the rounded edges. 1 Link to comment Share on other sites More sharing options...
btwise Posted March 5, 2020 Share Posted March 5, 2020 2 minutes ago, Matgen84 said: I talk about icons size, not screen resolution. Sorry but my knowledge is limited. I also rely on translation software, may not be able to correctly express my meaning 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted March 5, 2020 Share Posted March 5, 2020 10 minutes ago, n.d.k said: Yes and Yes...didn't change anything to font. I've got a lot of theme for which the fonts are already white. That's why I asked the question of font_color.png (actually white). Link to comment Share on other sites More sharing options...
btwise Posted March 5, 2020 Share Posted March 5, 2020 2 minutes ago, n.d.k said: It's best to use the right image size to avoid scaling. Images doesn't look the same after scaling and pixelated happens when upscaling, most noticeable are the rounded edges. Right! 1 Link to comment Share on other sites More sharing options...
btwise Posted March 5, 2020 Share Posted March 5, 2020 Selector around the image can be translucent or not transparent, and the background to form a contrast effect! Now it's completely transparent! 1 Link to comment Share on other sites More sharing options...
Hackintosh Tech Posted March 5, 2020 Share Posted March 5, 2020 The New Default theme is better, i have an issue scaling to 4k on my GPU, for some reason the VEGA 64 won't go to 4k. I have tried different options in the config. nothing seems to work. Link to comment Share on other sites More sharing options...
STLVNUB Posted March 5, 2020 Share Posted March 5, 2020 (edited) 6 hours ago, Matgen84 said: What is ocb in /usr/local/bin/ocb? I don't understand, no ocb in this directory, here. Please tell me. ocb.sh should be placed in OpenCore folder Running ocb.sh will create a link to ocb.sh All you need do then is type ocb in terminal to build Sent from my iPhone using Tapatalk Edited March 5, 2020 by STLVNUB 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted March 5, 2020 Share Posted March 5, 2020 (edited) Hi A screenshot with my selector.png Thanks @n.d.k Edited March 5, 2020 by Matgen84 1 Link to comment Share on other sites More sharing options...
aylamrin Posted March 5, 2020 Share Posted March 5, 2020 (edited) On 3/4/2020 at 1:19 AM, MacNB said: You mean something like this :? Yes @MacNB, just right!! How did you manage to do this? Is OcSimpleBootMenu.c still available in the official repo or otherwise? Or could you please share your build complete with Mouse pointer support and Icons set? Edited March 5, 2020 by aylamrin 1 1 1 Link to comment Share on other sites More sharing options...
btwise Posted March 5, 2020 Share Posted March 5, 2020 44 minutes ago, aylamrin said: Yes @MacNB, just right!! How did you manage to do this? Is OcSimpleBootMenu.c still available in the official repo or otherwise? Or could you please share your build complete with Mouse pointer support and Icons set? This is just an example, not yet available 1 Link to comment Share on other sites More sharing options...
n.d.k Posted March 5, 2020 Author Share Posted March 5, 2020 4 hours ago, btwise said: Selector around the image can be translucent or not transparent, and the background to form a contrast effect! Now it's completely transparent! Just remember we were playing with text based picker couple months ago, things will get better and who know what future hold, maybe there will be a sexy girl popping up and say "Hello Mr. btwise! what is it that you desire..? where are you gonna c.lick me today?..." 2 Link to comment Share on other sites More sharing options...
MacNB Posted March 5, 2020 Share Posted March 5, 2020 2 hours ago, aylamrin said: Yes @MacNB, just right!! How did you manage to do this? Is OcSimpleBootMenu.c still available in the official repo or otherwise? Or could you please share your build complete with Mouse pointer support and Icons set? It's a screenshot of the Apple boot picker - NOT NdkBootPicker - sorry. Link to comment Share on other sites More sharing options...
mhaeuser Posted March 5, 2020 Share Posted March 5, 2020 7 hours ago, WizeMan said: Hi @n.d.k this looks awesome and I am looking forward to testing it on my 4K setup. One question as I am not very familiar with C. Is there any possibility to extend the OC_BOOT_ENTRY_TYPE enum and override BootEntryManagement.c -> OcDescribeBootEntry in order to add another boot entry type for Time Machine ? It would be cool to not be returned as OcBootUnknown thus being able to have a custom icon for it too. Or just support Apple's .VolumeIcon.icns that can be set from Finder and is individual per volume instead of having a hardcoded mess like some of the older projects Link to comment Share on other sites More sharing options...
Recommended Posts