mirror of
https://github.com/marcogll/omarchy_setup.git
synced 2026-01-13 13:25:16 +00:00
- Implemented protanopia shader to simulate red color blindness. - Added purple haze shader for a magenta tint overlay. - Created retro glow shader to mimic old terminal text glow. - Developed retro VHS shader to replicate VHS tape effects. - Introduced saturate shader to increase color saturation. - Added scanlines shader for a pure scanline effect. - Created sepia shader for a vintage sepia tone effect. - Developed soft contrast shader for reduced contrast viewing. - Implemented solarize shader for a solarization effect. - Added sunset shader for a warm orange/pink gradient. - Created system meltdown shader to simulate overheating system failure. - Developed technicolor shader for a classic Technicolor film look. - Introduced thermal shader to mimic thermal camera vision. - Added tritanopia shader to simulate blue-yellow color blindness. - Created tritone shader for three color gradient mapping. - Developed underwater shader for an underwater effect. - Introduced vaporwave shader for aesthetic vaporwave colors. - Added vibe-00s shader for a 2000s digital camera look. - Created vibe-40s shader for a 1940s film noir aesthetic. - Developed vibe-50s shader for a 1950s Technicolor cinema look. - Introduced vibe-60s shader for a 1960s psychedelic color palette. - Added vibe-70s shader for a 1970s warm, earthy film stock look. - Created vibe-80s shader for an 1980s neon/Miami Vice aesthetic. - Developed vibe-90s shader for a 1990s slightly desaturated, cool tones look. - Introduced vintage film shader for a classic film look with vignette. - Added vintage shader for a general vintage film look. - Created warm tone shader to add a warm orange/yellow tint. - Developed x-ray shader for an x-ray vision effect.
27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
# Learn how to configure Hyprland: https://wiki.hyprland.org/Configuring/
|
|
|
|
# Use defaults Omarchy defaults (but don't edit these directly!)
|
|
source = ~/.local/share/omarchy/default/hypr/autostart.conf
|
|
source = ~/.local/share/omarchy/default/hypr/bindings/media.conf
|
|
source = ~/.local/share/omarchy/default/hypr/bindings/clipboard.conf
|
|
source = ~/.local/share/omarchy/default/hypr/bindings/tiling-v2.conf
|
|
source = ~/.local/share/omarchy/default/hypr/bindings/utilities.conf
|
|
source = ~/.local/share/omarchy/default/hypr/envs.conf
|
|
source = ~/.local/share/omarchy/default/hypr/looknfeel.conf
|
|
source = ~/.local/share/omarchy/default/hypr/input.conf
|
|
source = ~/.local/share/omarchy/default/hypr/windows.conf
|
|
source = ~/.config/omarchy/current/theme/hyprland.conf
|
|
|
|
# Change your own setup in these files (and overwrite any settings from defaults!)
|
|
source = ~/.config/hypr/monitors.conf
|
|
source = ~/.config/hypr/input.conf
|
|
source = ~/.config/hypr/bindings.conf
|
|
source = ~/.config/hypr/envs.conf
|
|
source = ~/.config/hypr/looknfeel.conf
|
|
source = ~/.config/hypr/autostart.conf
|
|
|
|
# Add any other personal Hyprland configuration below
|
|
# windowrule = workspace 5, class:qemu
|
|
env = LIBVA_DRIVER_NAME,iHD
|
|
env = MOZ_ENABLE_WAYLAND,1
|