Skip to content

Commit e0b9f8a

Browse files
authored
docs: organize header assets and improve styling (#730)
* chore: organize icon resources into a dedicated directory Moves icon assets to a structured subdirectory to improve project organization and maintain a cleaner file hierarchy. * docs: add header assets for improved styling * docs: update header section with responsive images for better styling * docs: update header image paths for improved organization * docs: adjust header image dimensions for improved responsiveness * docs: refine feature descriptions and update roadmap section for clarity
1 parent cf9eff8 commit e0b9f8a

7 files changed

Lines changed: 36 additions & 13 deletions

File tree

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
<div align="center">
2-
<img alt="Thaw icon" src="Resources/NewIcon.png" width="200" height="200" />
3-
<h1>Thaw</h1>
4-
</div>
5-
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" width="400" srcset="Resources/headers/Header_Dark.svg">
4+
<source media="(prefers-color-scheme: light)" width="400" srcset="Resources/headers/Header_Light.svg">
5+
<img src="Resources/headers/Header_Light.svg" width="400" alt="Thaw Header" />
6+
</picture>
7+
</p>
68
Thaw is a powerful menu bar management tool for macOS 26. While its primary function is hiding and showing menu bar items, it aims to cover a wide variety of additional features to make it one of the most versatile menu bar tools available.
79

810
<div align="center">
@@ -90,7 +92,7 @@ If a language you'd like to help to translate is not listed here, let us know an
9092
## Features
9193

9294
<details>
93-
<summary>Click to view the full list of features</summary>
95+
<summary>Click to view the full features list</summary>
9496

9597
### Menu bar item management
9698

@@ -104,7 +106,7 @@ If a language you'd like to help to translate is not listed here, let us know an
104106
- Drag and drop interface to arrange individual menu bar items
105107
- Display hidden menu bar items in a separate bar (e.g. for MacBooks with the notch)
106108
- Search menu bar items
107-
- Menu bar item spacing (BETA)
109+
- Menu bar item spacing
108110
- Profiles for menu bar layout
109111

110112
### Menu bar appearance
@@ -124,22 +126,23 @@ If a language you'd like to help to translate is not listed here, let us know an
124126
- Show/hide section divider icons
125127
- Toggle application menus
126128

127-
### Other
128-
129-
- Launch at login
130-
- Automatic updates
131-
132129
</details>
133130

134131
## Roadmap
135132

136-
Planned features, grouped by area:
133+
<details>
134+
<summary>Click to view the roadmap</summary>
135+
136+
<br>
137137

138+
- **macOS 27 support** — compatibility with the next macOS release.
138139
- **Menu bar item management** — individual spacer items; menu bar item groups; show menu bar items when trigger conditions are met
139140
- **Menu bar appearance** — rounded screen corners
140141
- **Hotkeys** — enable/disable auto rehide; temporarily show individual menu bar items
141142
- **Other** — menu bar widgets
142143

144+
</details>
145+
143146
## Gallery
144147

145148
> Click any screenshot to view it full size.

Resources/headers/Header_Dark.svg

Lines changed: 10 additions & 0 deletions
Loading

Resources/headers/Header_Light.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)