Jump to content

Clover Themes


Slice
1,844 posts in this topic

Recommended Posts

I've compiled a version of Clover with the disabled proportional menus commented out.

 

Before

.... ... .. .

 

Looks better to me.

 

If you wish to test, here's the build.

attachicon.gifCLOVERX64.efi.zip

OK, I would try it later.. I currently still have a question; How to decrease Space between Letter (tracking or kerning) with "createFont.sh"?

I just realized that if (for example) typing with Roboto-Mono font @72pt I get about @5pt space, but my rendered png gives @10pt with a same font family & size though.

 

Thanks.  :)

 

#EDIT: After testing ur compiled r4188 I just realized that it' s way 1000% better and I've to cross my finger now; but yes.. I also have done created png font using an image editor, and the test result on 2nd SS below is.. fantastic LoL.. Trust me, even Russian lang that I can't read at all, it still could be translated.. Anyway, thanks for ur time.. it should to be enabled by default on Clover.  :angel_not:

 

 

PujXLBT.png

 

post-826765-0-92894300-1503765487_thumb.jpg

  • Like 1
Link to comment
Share on other sites

Hmmmmm great question indeed, the only problem I see with the proportional is the spacing with punctuation. The colon doesn't have enough space after when used to delineate the name and value, it looks fine above, like in the time. The underscore has way too much space on both sides (also it's smaller in size), it should have spacing more like the dash does. It also looks like maybe the comma and period don't have enough space surrounding them if used in between two characters that aren't a space. Unsure about other punctuation because they're not there. Also spaces are different sizes in between different characters... For instance look at the spaces in "ATI Radeon HD 5770 Series", they are all different widths, in fact they get wider as it goes. That's some weird stuff going on...

  • Like 1
Link to comment
Share on other sites

I don't understand?

If you have the apfs driver installed then clover will detect any drive that uses apfs and display that in the gui.

/dev/disk4 (synthesized):   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +29.0 GB    disk4
                                 Physical Store disk0s6
   1:                APFS Volume HighSierra              13.6 GB    disk4s1
   2:                APFS Volume Preboot                 47.0 MB    disk4s2
   3:                APFS Volume Recovery                520.9 MB   disk4s3
   4:                APFS Volume VM                      24.6 KB    disk4s4
0:118  0:000  Loading apfs-64.efi  status=Success....
0:122  0:000  APFS driver loaded
....
0:865  0:062  === [ ScanLoader ] ========================================
....
1:245  0:024  - [22]: 'Preboot'
1:255  0:009          AddLoaderEntry for Volume Name=Preboot
1:264  0:009      Check if volume Is Hibernated:
1:264  0:000      Check sleep image 'by signature':
1:266  0:001      using default sleep image name = \private\var\vm\sleepimage
1:266  0:000      sleepimage not found -> Not Found
1:266  0:000      hibernated: no - sign
1:277  0:010  - [23]: 'HighSierra'
1:321  0:044          AddLoaderEntry for Volume Name=HighSierra
1:343  0:021      Check if volume Is Hibernated:
1:343  0:000      Check sleep image 'by signature':
1:375  0:032      read prefs \Library\Preferences\com.apple.PowerManagement.plist status=Success
1:375  0:000      using default sleep image name = \private\var\vm\sleepimage
1:391  0:015      sleepimage not found -> Not Found
1:391  0:000      hibernated: no - sign
1:397  0:006  - [24]: 'Recovery'
1:405  0:007          AddLoaderEntry for Volume Name=Recovery
1:414  0:009  - [25]: 'VM'
.....

post-331032-0-73074400-1503815885_thumb.jpg

 

Am I missing something?

 

  • Like 1
Link to comment
Share on other sites

I don't understand?

If you have the apfs driver installed then clover will detect any drive that uses apfs and display that in the gui.

/dev/disk4 (synthesized):   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +29.0 GB    disk4
                                 Physical Store disk0s6
   1:                APFS Volume HighSierra              13.6 GB    disk4s1
   2:                APFS Volume Preboot                 47.0 MB    disk4s2
   3:                APFS Volume Recovery                520.9 MB   disk4s3
   4:                APFS Volume VM                      24.6 KB    disk4s4
0:118  0:000  Loading apfs-64.efi  status=Success....
0:122  0:000  APFS driver loaded
....
0:865  0:062  === [ ScanLoader ] ========================================
....
1:245  0:024  - [22]: 'Preboot'
1:255  0:009          AddLoaderEntry for Volume Name=Preboot
1:264  0:009      Check if volume Is Hibernated:
1:264  0:000      Check sleep image 'by signature':
1:266  0:001      using default sleep image name = \private\var\vm\sleepimage
1:266  0:000      sleepimage not found -> Not Found
1:266  0:000      hibernated: no - sign
1:277  0:010  - [23]: 'HighSierra'
1:321  0:044          AddLoaderEntry for Volume Name=HighSierra
1:343  0:021      Check if volume Is Hibernated:
1:343  0:000      Check sleep image 'by signature':
1:375  0:032      read prefs \Library\Preferences\com.apple.PowerManagement.plist status=Success
1:375  0:000      using default sleep image name = \private\var\vm\sleepimage
1:391  0:015      sleepimage not found -> Not Found
1:391  0:000      hibernated: no - sign
1:397  0:006  - [24]: 'Recovery'
1:405  0:007          AddLoaderEntry for Volume Name=Recovery
1:414  0:009  - [25]: 'VM'
.....

attachicon.gifscreenshot_embedded.jpg

 

Am I missing something?

USB Volumes on APFS is not showing

missing Icons

  • Like 1
Link to comment
Share on other sites

After taking a look at the Clover source code I think it would be straightforward to define BUILTIN_ICON_VOL_INTERNAL_APFS and setup icons for emb_vol_internal_apfs etc., but ScanVolumeDefaultIcon() currently assigns all OSX disks and installers to BUILTIN_ICON_VOL_INTERNAL_HFS and would need to determine when to apply BUILTIN_ICON_VOL_INTERNAL_APFS. 

 

For me, this is not a simple job and will require the attention of somebody more skilled than I.

  • Like 3
Link to comment
Share on other sites

Hi

 

Can Clover support "vol_external_recovery.icns" for external hard drive? The goal is of course to have an icon for Recovery HD in Clover GUI

 

 

Sorry for my bad english.

  • Like 1
Link to comment
Share on other sites

Hi

 

Can Clover support "vol_external_recovery.icns" for external hard drive? The goal is of course to have an icon for Recovery HD in Clover GUI

 

 

Sorry for my bad english.

This is support on HFS+J not in APFS

  • Like 1
Link to comment
Share on other sites

Your not need change the name of vol_recovery.icns

This is a support icons for External Volume HFS+J

 

On my personal theme, I use swap OS/Volume. So Clover GUI show OS icons. But macOS don't show vol_recovery.icns for my external USB Drive. Only for internal.

Link to comment
Share on other sites

On my personal theme, I use swap OS/Volume. So Clover GUI show OS icons. But macOS don't show vol_recovery.icns for my external USB Drive. Only for internal.

Sierra or High Sierra ?

Link to comment
Share on other sites

Great work again Baruzeus.

You are a machine! ;)

 He is clover theme machine 

@Baruzeus really awesome themes collection   :thumbsup_anim:

 

 

 

Hello Everyone 

here is update for CrispyOSX 

CrispyOSX v1.2.zip

 

added some Linux Distro's 

I don't have High Sierra and any Linux distro 

 

Please test it and report  , so I can push a update 

 

Thanks 

Deepak 

  • Like 3
Link to comment
Share on other sites

  • 2 weeks later...

Hello again  :) , finally have little bit spare time;

Well (b4 spamming here with my new upcoming themes), I've done updating all my previous themes with new components (checkbox, radiobox, selection colors, logos & background changes etc.), but most important thing (maybe) they now have more readability after using some new monotype fonts (not all the best, but I think they become better.. manually designed them with an image editor though); a sexier DroidSans, Roboto Mono, Ubuntu Mono, Inconsolata, etc.

 

jFeW54p.png

 

 

OK, these updates also come with redesigned Material theme (v1.5) which is now more flat & has closer looks to Material Design concept. Enjoy!  :P

 

7I47WEK.png

Clover_Theme_MonoType_Fonts.zip

  • Like 8
Link to comment
Share on other sites

Hello again  :) , finally have little bit spare time again;

Well (b4 spamming here with my new upcoming themes), I've done updating all my previous themes with new components (checkbox, radiobox, selection colors, logos & background changes etc.), but most important thing (maybe) they now have more readability after using some new monotype fonts (not all the best, but I think they become better.. manually designed them with an image editor though); a sexier DroidSans, Roboto Mono, Ubuntu Mono, Inconsolata, etc.

 

jFeW54p.png

 

 

OK, these updates also come with redesigned Material theme (v1.5) which is now more flat & has closer looks to Material Design concept. Enjoy!  :P

 

7I47WEK.png

Very great job. How I can download Beauty, Carbon, Crystal, Gothic, Luxury and Material Theme without installing via CloverThemeManager?.

 

Thanks

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...