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
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ A visual theming application for Omarchy. Create beautiful desktop themes throug
19
19
-**Color Lock System** - Protect specific colors while experimenting with adjustments
20
20
-**Blueprint System** - Save and share themes as JSON files
21
21
-**Neovim Themes** - 37 LazyVim-compatible themes with preset matching
22
+
-**Shader Manager** - 80+ GLSL screen shaders for hyprshade (color grading, effects, era vibes)
22
23
-**Accessibility Checker** - Real-time WCAG contrast ratio validation
23
24
-**Customizable UI** - Live theme reload and CSS variable system
24
25
-**Multi-App Support** - Hyprland, Waybar, Kitty, Alacritty, btop, Mako, and 15+ more applications
@@ -30,6 +31,7 @@ A visual theming application for Omarchy. Create beautiful desktop themes throug
30
31
- Libadwaita 1
31
32
- libsoup3 - HTTP client library for wallhaven API
32
33
-**ImageMagick** - Intelligent color extraction and image filter processing
34
+
-**hyprshade** - Screen shader manager (optional, for shader effects)
33
35
-**Omarchy** - Distro
34
36
35
37
## Installation
@@ -107,6 +109,31 @@ Example:
107
109
108
110
Changes apply instantly via live reload.
109
111
112
+
### Screen Shaders
113
+
114
+
Aether includes many GLSL screen shaders for hyprshade. Shaders are automatically installed to `~/.config/hypr/shaders/` when you run Aether. Use the Shader Manager in the Settings sidebar to toggle effects, or bind them directly in your Hyprland config.
115
+
116
+
**Shader Location:**`~/.config/hypr/shaders/`
117
+
118
+
Add your own `.glsl` files to this directory and they will automatically appear in the Shader Manager list. For GLSL shader tutorials, see [The Book of Shaders](https://thebookofshaders.com/), [Shadertoy](https://www.shadertoy.com/), or [LearnOpenGL - Shaders](https://learnopengl.com/Getting-started/Shaders).
0 commit comments