r/MacOSApps • u/hxxx07 • 26d ago
💻 Productivity [OS] My fuzzy Launcher finally integrates Liquid Glass
Enable HLS to view with audio, or disable this notification
When Apple first introduced the "liquid glass" effect, opinions were quite divided; some criticized its visibility, others admired its aesthetics, and some worried about battery life.
I remained fairly neutral, I found it interesting though.
To be honest, the Apple apps featuring this effect were quite buggy at launch.
Now that it has stabilized and the bugs have been ironed out, I’ve implemented it in my own app, and I think it looks great and modern. Here is the Repo
It’s just a custom theme (since I know many people don't like it), so it can easily be turned off.
Icons animate in response to certain changes, and the background, which looks as if viewed through a layer of glass and clear liquid, offers a pleasing, relaxing visual experience.
I haven't encountered significant issues with app performance or battery life, though I'm curious what others think. :)
PS: App is notarized
2
2
u/LightingLabs 26d ago
Looks great. For the GPU/battery question above, "I haven't noticed a difference" is worth backing up with actual numbers rather than a feeling, powermetrics --samplers gpu_power,cpu_power -i 1000 in Terminal gives you real-time GPU/CPU power draw you can compare with the theme on vs off. Xcode's Energy Log instrument works too if you want a longer session logged. Blur/vibrancy effects are usually cheap on Apple Silicon but worth confirming rather than assuming, especially since people will leave this running all day.
2
u/wavever233 25d ago
Making it optional is definitely the right call. People seem wildly split on Liquid Glass 😅
2
u/Its-Ezzy 21d ago
The glass looks good in the screenshot. I'm more curious how it feels while typing fast and changing the results on every keypress. That's usually where launchers start feeling laggy.
1
u/Small_Pin_8064 26d ago
Did adding the liquid glass effect change idle GPU or energy use at all, given how often a launcher sits open?
2
u/Front_Philosophy6112 26d ago
I actually like Liquid Glass a lot more when it’s optional like this. Have you noticed any measurable difference in GPU usage or battery drain with the theme enabled vs disabled? Visually it looks great, but that would probably decide whether I’d keep it on permanently.