Add various shader effects for enhanced visual styles

- 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.
This commit is contained in:
Marco Gallegos
2025-11-14 19:49:59 -06:00
parent 6f66c6a882
commit 7213738ae0
99 changed files with 308 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Extra autostart processes
# exec-once = uwsm-app -- my-service
# Aplicar mi tema de cursor a GTK
exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Ice'
# Establecer el tema de iconos Tela Nord
# -----------------------------------------------------
# CONFIGURACIÓN DE TEMA DE ICONOS
# -----------------------------------------------------
exec-once = /usr/lib/xdg-desktop-portal-gtk
exec-once = sleep 1
exec-once = gsettings set org.gnome.desktop.interface icon-theme 'Papirus-Dark'

33
hypr_config/bindings.conf Normal file
View File

@@ -0,0 +1,33 @@
# Application bindings
$terminal = uwsm-app -- xdg-terminal-exec
$browser = omarchy-launch-browser
bindd = SUPER, RETURN, Terminal, exec, $terminal --dir="$(omarchy-cmd-terminal-cwd)"
bindd = SUPER, E, File manager, exec, uwsm-app -- nautilus --new-window
bindd = SUPER SHIFT, B, Browser, exec, $browser
bindd = SUPER SHIFT ALT, B, Browser (private), exec, $browser --private
bindd = SUPER SHIFT, M, Music, exec, omarchy-launch-or-focus spotify
bindd = SUPER SHIFT, N, Editor, exec, omarchy-launch-editor
bindd = SUPER SHIFT, T, Activity, exec, $terminal -e btop
bindd = SUPER SHIFT, D, Docker, exec, $terminal -e lazydocker
bindd = SUPER SHIFT, G, Signal, exec, omarchy-launch-or-focus signal "uwsm-app -- signal-desktop"
bindd = SUPER SHIFT, O, Obsidian, exec, omarchy-launch-or-focus "^obsidian$" "uwsm-app -- obsidian -disable-gpu --enable-wayland-ime"
bindd = SUPER SHIFT, W, Typora, exec, uwsm-app -- typora --enable-wayland-ime
bindd = SUPER SHIFT, SLASH, Passwords, exec, uwsm-app -- 1password
# If your web app url contains #, type it as ## to prevent hyprland treating it as a comment
bindd = SUPER SHIFT, A, ChatGPT, exec, omarchy-launch-webapp "https://chatgpt.com"
bindd = SUPER SHIFT ALT, A, Grok, exec, omarchy-launch-webapp "https://grok.com"
bindd = SUPER SHIFT, C, Calendar, exec, omarchy-launch-webapp "https://calendar.google.com/"
bindd = SUPER SHIFT, E, Email, exec, omarchy-launch-webapp "https://mail.google.com/"
bindd = SUPER SHIFT, Y, YouTube, exec, omarchy-launch-webapp "https://youtube.com/"
bindd = SUPER SHIFT ALT, G, WhatsApp, exec, omarchy-launch-or-focus-webapp WhatsApp "https://web.whatsapp.com/"
bindd = SUPER SHIFT CTRL, G, Google Messages, exec, omarchy-launch-or-focus-webapp "Google Messages" "https://messages.google.com/web/conversations"
bindd = SUPER SHIFT, P, Google Photos, exec, omarchy-launch-or-focus-webapp "Google Photos" "https://photos.google.com/"
bindd = SUPER SHIFT, X, X, exec, omarchy-launch-webapp "https://x.com/"
bindd = SUPER SHIFT ALT, X, X Post, exec, omarchy-launch-webapp "https://x.com/compose/post"
# Overwrite existing bindings, like putting Omarchy Menu on Super + Space
# unbind = SUPER, SPACE
# bindd = SUPER, SPACE, Omarchy menu, exec, omarchy-menu

7
hypr_config/envs.conf Normal file
View File

@@ -0,0 +1,7 @@
# Extra env variables
# env = MY_GLOBAL_ENV,setting
# Mi tema de cursor personalizado
env = HYPRCURSOR_THEME,Bibata-Modern-Ice
env = HYPRCURSOR_SIZE,24
env = XCURSOR_THEME,Bibata-Modern-Ice
env = XCURSOR_SIZE,24

22
hypr_config/hypridle.conf Normal file
View File

@@ -0,0 +1,22 @@
general {
lock_cmd = omarchy-lock-screen # lock screen and 1password
before_sleep_cmd = loginctl lock-session # lock before suspend.
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
inhibit_sleep = 3 # wait until screen is locked
}
listener {
timeout = 150 # 2.5min
on-timeout = pidof hyprlock || omarchy-launch-screensaver # start screensaver (if we haven't locked already)
}
listener {
timeout = 300 # 5min
on-timeout = loginctl lock-session # lock screen when timeout has passed
}
listener {
timeout = 330 # 5.5min
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected
}

26
hypr_config/hyprland.conf Normal file
View File

@@ -0,0 +1,26 @@
# 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

39
hypr_config/hyprlock.conf Normal file
View File

@@ -0,0 +1,39 @@
source = ~/.config/omarchy/current/theme/hyprlock.conf
background {
monitor =
color = $color
path = ~/.config/omarchy/current/background
blur_passes = 3
}
animations {
enabled = false
}
input-field {
monitor =
size = 650, 100
position = 0, 0
halign = center
valign = center
inner_color = $inner_color
outer_color = $outer_color
outline_thickness = 4
font_family = CaskaydiaMono Nerd Font Propo
font_color = $font_color
placeholder_text = Enter Password 󰈷
check_color = $check_color
fail_text = <i>$FAIL ($ATTEMPTS)</i>
rounding = 0
shadow_passes = 0
fade_on_empty = false
}
auth {
fingerprint:enabled = true
}

View File

@@ -0,0 +1,12 @@
# Makes hyprsunset do nothing to the screen by default
# Without this, the default applies some tint to the monitor
profile {
time = 07:00
identity = true
}
# Enable auto switch to nightlight:
# profile {
# time = 20:00
# temperature = 4000
# }

24
hypr_config/input.conf Normal file
View File

@@ -0,0 +1,24 @@
# ================================
# 🧭 Hyprland input configuration
# ================================
input {
kb_layout = es
kb_model = pc105
kb_options =
repeat_rate = 40
repeat_delay = 600
numlock_by_default = true
touchpad {
clickfinger_behavior = true
scroll_factor = 0.4
# natural_scroll = true
}
}
# Scroll sensitivity per app
windowrule = scrolltouchpad 1.5, class:(Alacritty|kitty)
windowrule = scrolltouchpad 0.2, class:com.mitchellh.ghostty
# Three-finger gesture: switch workspace
gesture = 3, horizontal, workspace

View File

@@ -0,0 +1,24 @@
# Change the default Omarchy look'n'feel
# https://wiki.hyprland.org/Configuring/Variables/#general
general {
# No gaps between windows or borders
# gaps_in = 0
# gaps_out = 0
# border_size = 0
# Use master layout instead of dwindle
# layout = master
}
# https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration {
# Use round window corners
# rounding = 8
}
# https://wiki.hypr.land/Configuring/Dwindle-Layout/
dwindle {
# Avoid overly wide single-window layouts on wide screens
# single_window_aspect_ratio = 1 1
}

19
hypr_config/monitors.conf Normal file
View File

@@ -0,0 +1,19 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
# List current monitors and resolutions possible: hyprctl monitors
# Format: monitor = [port], resolution, position, scale
# Optimized for retina-class 2x displays, like 13" 2.8K, 27" 5K, 32" 6K.
env = GDK_SCALE,2
monitor=,preferred,auto,auto
# Good compromise for 27" or 32" 4K monitors (but fractional!)
# env = GDK_SCALE,1.75
# monitor=,preferred,auto,1.666667
# Straight 1x setup for low-resolution displays like 1080p or 1440p
# env = GDK_SCALE,1
# monitor=,preferred,auto,1
# Example for Framework 13 w/ 6K XDR Apple display
# monitor = DP-5, 6016x3384@60, auto, 2
# monitor = eDP-1, 2880x1920@120, auto, 2

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/amber.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/arctic-blue.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/autumn-leaves.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/blood-orange.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/blue-light-reduce.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/brightness-boost.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/cel-shade.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/cherry-blossom.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/chromatic-shift.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/color-blind-deuteranopia.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/color-invert.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/color-pop.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/comic-book.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/cool-tone.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/crt-breakdown.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/crt-glitch.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/crunch-mode.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/cyberpunk-neon.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/cyberpunk.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/depth-of-field.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/desaturate.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/desert-sand.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/dream.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/duotone.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/film-grain.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/forest-green.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/frost.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/gameboy.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/genesis.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/glitch-wave.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/golden-hour.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/grayscale.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/high-contrast.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/holo-interface.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/hue-shift-180.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/hue-shift-90.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/infrared.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/liquid.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/low-light.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/midnight-purple.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/monochrome-amber.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/monochrome-blue.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/monochrome-cyan.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/monochrome-green.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/monochrome-lavender.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/monochrome-mint.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/monochrome-orange.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/monochrome-peach.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/monochrome-pink.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/monochrome-purple.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/monochrome-red.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/monochrome-teal.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/monochrome-yellow.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/negative.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/night-vision.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/noir.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/ocean.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/oil-paint.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/old-crt.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/posterize.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/power-crunch.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/protanopia.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/purple-haze.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/retro-glow.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/retro-vhs.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/saturate.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/scanlines.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/sepia.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/soft-contrast.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/solarize.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/sunset.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/system-meltdown.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/technicolor.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/thermal.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/tritanopia.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/tritone.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/underwater.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/vaporwave.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/vibe-00s.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/vibe-40s.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/vibe-50s.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/vibe-60s.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/vibe-70s.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/vibe-80s.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/vibe-90s.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/vintage-film.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/vintage.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/warm-tone.glsl

View File

@@ -0,0 +1 @@
/usr/share/aether/shaders/xray.glsl