You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace pywal with a new ImageMagick color extraction, and custom algorithm. (#20)
* Add initial new algo for color extraction
* Improve the algo
* Tweak the color selection algo
* fix blueprint
* Comment the pywal button
* Tweak the algo, keep the colors close to what is present in the image
* Remove pywal
* Remove pywal
* Remove commented code
* Ensure reset button resets it all
Copy file name to clipboardExpand all lines: CLAUDE.md
+18-15Lines changed: 18 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,16 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
Aether is a GTK/Libadwaita theming application for Omarchy. It provides a visual interface for creating and applying desktop themes through pywal color extraction, wallhaven.cc wallpaper browsing, and template-based configuration generation.
7
+
Aether is a GTK/Libadwaita theming application for Omarchy. It provides a visual interface for creating and applying desktop themes through intelligent ImageMagick-based color extraction, wallhaven.cc wallpaper browsing, and template-based configuration generation.
8
8
9
9
**Core workflow:**
10
-
1. User selects wallpaper (local file/drag-drop OR wallhaven.cc browser)
10
+
1. User selects wallpaper (local file/drag-drop OR wallhaven.cc/local browser)
11
11
2.**(Optional)** Edit wallpaper with filters (blur, brightness, sepia, etc.) before extraction
0 commit comments