Jump to content
1964 posts in this topic

Recommended Posts

On 7/13/2025 at 4:09 PM, Anto65 said:

Let's move on to more important issues to solve 😂
Slice if you want to take a look.

Now I have the Tahoe icon in the theme

 

  Reveal hidden contents

 

I edited the XML, but I still don't see it at boot

 

  Reveal hidden contents


The other day I did better. I displayed the icon in the GUI at boot, but the pointer disappeared 🤪 ... thx... I sacrificed the Arch icon.

 

I didn't think it was that complex to add/edit a simple icon lol

 

cesium.zip 653.67 kB · 0 downloads

 

Your mistake is

      <rect
         visibility="hidden"
         id="rect2376"
         width="134.466"
         height="136.08299"
         x="1.6160001"
         y="-4.8499999"
         style="display:inline" />

It is special rect for Clover to understand the bounds of the icon and it msut have a name with BoundingRect_ inside so

    <g
       id="os_tahoe"
       transform="translate(915, 385)">
      <rect
         visibility="hidden"
         id="BoundingRect_rect2376"
         width="134.466"
         height="136.08299"
         x="1.6160001"
         y="-4.8499999"
         style="display:inline" />

Test!

  • Like 3

Sometimes we get by with a creative tweak or modification

A fusion of DarkBootX, Circla and Atomic vibes and Tahoe Wallpaper  😁

 

CapturadeTela2025-07-14s13_32_07.thumb.png.4843305a59aa265d1cd741e9f2f55d93.png

 

CapturadeTela2025-07-14s13_00_16.png.4a3d14f94ef336008577512da0cb809a.png

 

 

Atomic-MOD.zip

 

Edited by Max.1974
  • Like 3
  • Haha 1
55 minutes ago, Slice said:

Your mistake is

      <rect
         visibility="hidden"
         id="rect2376"
         width="134.466"
         height="136.08299"
         x="1.6160001"
         y="-4.8499999"
         style="display:inline" />

It is special rect for Clover to understand the bounds of the icon and it msut have a name with BoundingRect_ inside so

    <g
       id="os_tahoe"
       transform="translate(915, 385)">
      <rect
         visibility="hidden"
         id="BoundingRect_rect2376"
         width="134.466"
         height="136.08299"
         x="1.6160001"
         y="-4.8499999"
         style="display:inline" />

Test!

 

Here it is , like the other day I have the icon but the selector has disappeared  :hysterical:

 

theme.svg.zip

 

 

  • Haha 3
2 hours ago, Anto65 said:

 

Here it is , like the other day I have the icon but the selector has disappeared  :hysterical:

 

theme.svg.zip 128.2 kB · 3 downloads

 

 

Same mistake

        id="selection_big"
         transform="translate(400, 50)">
        <rect
           visibility="hidden"
           id="rect2914"

should be id="BoundingRect_rect2914"

  • Like 3
12 hours ago, Max.1974 said:

@chris1111 thanks so much my friend, awesome theme update, like always!! 😀 

 

:plane:

 

  Reveal hidden contents

CapturadeTela2025-07-25s00_46_45.png.f625c767385b8b45fb2970cda4632f04.png

 

 

Thanks my freind @Max.1974 to confirming beautifull GUI theme  :thumbsup_anim:

  • Thanks 1
  • 4 weeks later...
×
×
  • Create New...