mirror of
https://github.com/marcogll/omarchy_setup.git
synced 2026-01-13 13:25:16 +00:00
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:
13
hypr_config/autostart.conf
Normal file
13
hypr_config/autostart.conf
Normal 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
33
hypr_config/bindings.conf
Normal 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
7
hypr_config/envs.conf
Normal 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
22
hypr_config/hypridle.conf
Normal 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
26
hypr_config/hyprland.conf
Normal 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
39
hypr_config/hyprlock.conf
Normal 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
|
||||
}
|
||||
12
hypr_config/hyprsunset.conf
Normal file
12
hypr_config/hyprsunset.conf
Normal 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
24
hypr_config/input.conf
Normal 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
|
||||
24
hypr_config/looknfeel.conf
Normal file
24
hypr_config/looknfeel.conf
Normal 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
19
hypr_config/monitors.conf
Normal 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
|
||||
1
hypr_config/shaders/amber.glsl
Symbolic link
1
hypr_config/shaders/amber.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/amber.glsl
|
||||
1
hypr_config/shaders/arctic-blue.glsl
Symbolic link
1
hypr_config/shaders/arctic-blue.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/arctic-blue.glsl
|
||||
1
hypr_config/shaders/autumn-leaves.glsl
Symbolic link
1
hypr_config/shaders/autumn-leaves.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/autumn-leaves.glsl
|
||||
1
hypr_config/shaders/blood-orange.glsl
Symbolic link
1
hypr_config/shaders/blood-orange.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/blood-orange.glsl
|
||||
1
hypr_config/shaders/blue-light-reduce.glsl
Symbolic link
1
hypr_config/shaders/blue-light-reduce.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/blue-light-reduce.glsl
|
||||
1
hypr_config/shaders/brightness-boost.glsl
Symbolic link
1
hypr_config/shaders/brightness-boost.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/brightness-boost.glsl
|
||||
1
hypr_config/shaders/cel-shade.glsl
Symbolic link
1
hypr_config/shaders/cel-shade.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cel-shade.glsl
|
||||
1
hypr_config/shaders/cherry-blossom.glsl
Symbolic link
1
hypr_config/shaders/cherry-blossom.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cherry-blossom.glsl
|
||||
1
hypr_config/shaders/chromatic-shift.glsl
Symbolic link
1
hypr_config/shaders/chromatic-shift.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/chromatic-shift.glsl
|
||||
1
hypr_config/shaders/color-blind-deuteranopia.glsl
Symbolic link
1
hypr_config/shaders/color-blind-deuteranopia.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/color-blind-deuteranopia.glsl
|
||||
1
hypr_config/shaders/color-invert.glsl
Symbolic link
1
hypr_config/shaders/color-invert.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/color-invert.glsl
|
||||
1
hypr_config/shaders/color-pop.glsl
Symbolic link
1
hypr_config/shaders/color-pop.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/color-pop.glsl
|
||||
1
hypr_config/shaders/comic-book.glsl
Symbolic link
1
hypr_config/shaders/comic-book.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/comic-book.glsl
|
||||
1
hypr_config/shaders/cool-tone.glsl
Symbolic link
1
hypr_config/shaders/cool-tone.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cool-tone.glsl
|
||||
1
hypr_config/shaders/crt-breakdown.glsl
Symbolic link
1
hypr_config/shaders/crt-breakdown.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/crt-breakdown.glsl
|
||||
1
hypr_config/shaders/crt-glitch.glsl
Symbolic link
1
hypr_config/shaders/crt-glitch.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/crt-glitch.glsl
|
||||
1
hypr_config/shaders/crunch-mode.glsl
Symbolic link
1
hypr_config/shaders/crunch-mode.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/crunch-mode.glsl
|
||||
1
hypr_config/shaders/cyberpunk-neon.glsl
Symbolic link
1
hypr_config/shaders/cyberpunk-neon.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cyberpunk-neon.glsl
|
||||
1
hypr_config/shaders/cyberpunk.glsl
Symbolic link
1
hypr_config/shaders/cyberpunk.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cyberpunk.glsl
|
||||
1
hypr_config/shaders/depth-of-field.glsl
Symbolic link
1
hypr_config/shaders/depth-of-field.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/depth-of-field.glsl
|
||||
1
hypr_config/shaders/desaturate.glsl
Symbolic link
1
hypr_config/shaders/desaturate.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/desaturate.glsl
|
||||
1
hypr_config/shaders/desert-sand.glsl
Symbolic link
1
hypr_config/shaders/desert-sand.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/desert-sand.glsl
|
||||
1
hypr_config/shaders/dream.glsl
Symbolic link
1
hypr_config/shaders/dream.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/dream.glsl
|
||||
1
hypr_config/shaders/duotone.glsl
Symbolic link
1
hypr_config/shaders/duotone.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/duotone.glsl
|
||||
1
hypr_config/shaders/film-grain.glsl
Symbolic link
1
hypr_config/shaders/film-grain.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/film-grain.glsl
|
||||
1
hypr_config/shaders/forest-green.glsl
Symbolic link
1
hypr_config/shaders/forest-green.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/forest-green.glsl
|
||||
1
hypr_config/shaders/frost.glsl
Symbolic link
1
hypr_config/shaders/frost.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/frost.glsl
|
||||
1
hypr_config/shaders/gameboy.glsl
Symbolic link
1
hypr_config/shaders/gameboy.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/gameboy.glsl
|
||||
1
hypr_config/shaders/genesis.glsl
Symbolic link
1
hypr_config/shaders/genesis.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/genesis.glsl
|
||||
1
hypr_config/shaders/glitch-wave.glsl
Symbolic link
1
hypr_config/shaders/glitch-wave.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/glitch-wave.glsl
|
||||
1
hypr_config/shaders/golden-hour.glsl
Symbolic link
1
hypr_config/shaders/golden-hour.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/golden-hour.glsl
|
||||
1
hypr_config/shaders/grayscale.glsl
Symbolic link
1
hypr_config/shaders/grayscale.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/grayscale.glsl
|
||||
1
hypr_config/shaders/high-contrast.glsl
Symbolic link
1
hypr_config/shaders/high-contrast.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/high-contrast.glsl
|
||||
1
hypr_config/shaders/holo-interface.glsl
Symbolic link
1
hypr_config/shaders/holo-interface.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/holo-interface.glsl
|
||||
1
hypr_config/shaders/hue-shift-180.glsl
Symbolic link
1
hypr_config/shaders/hue-shift-180.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/hue-shift-180.glsl
|
||||
1
hypr_config/shaders/hue-shift-90.glsl
Symbolic link
1
hypr_config/shaders/hue-shift-90.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/hue-shift-90.glsl
|
||||
1
hypr_config/shaders/infrared.glsl
Symbolic link
1
hypr_config/shaders/infrared.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/infrared.glsl
|
||||
1
hypr_config/shaders/liquid.glsl
Symbolic link
1
hypr_config/shaders/liquid.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/liquid.glsl
|
||||
1
hypr_config/shaders/low-light.glsl
Symbolic link
1
hypr_config/shaders/low-light.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/low-light.glsl
|
||||
1
hypr_config/shaders/midnight-purple.glsl
Symbolic link
1
hypr_config/shaders/midnight-purple.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/midnight-purple.glsl
|
||||
1
hypr_config/shaders/monochrome-amber.glsl
Symbolic link
1
hypr_config/shaders/monochrome-amber.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-amber.glsl
|
||||
1
hypr_config/shaders/monochrome-blue.glsl
Symbolic link
1
hypr_config/shaders/monochrome-blue.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-blue.glsl
|
||||
1
hypr_config/shaders/monochrome-cyan.glsl
Symbolic link
1
hypr_config/shaders/monochrome-cyan.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-cyan.glsl
|
||||
1
hypr_config/shaders/monochrome-green.glsl
Symbolic link
1
hypr_config/shaders/monochrome-green.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-green.glsl
|
||||
1
hypr_config/shaders/monochrome-lavender.glsl
Symbolic link
1
hypr_config/shaders/monochrome-lavender.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-lavender.glsl
|
||||
1
hypr_config/shaders/monochrome-mint.glsl
Symbolic link
1
hypr_config/shaders/monochrome-mint.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-mint.glsl
|
||||
1
hypr_config/shaders/monochrome-orange.glsl
Symbolic link
1
hypr_config/shaders/monochrome-orange.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-orange.glsl
|
||||
1
hypr_config/shaders/monochrome-peach.glsl
Symbolic link
1
hypr_config/shaders/monochrome-peach.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-peach.glsl
|
||||
1
hypr_config/shaders/monochrome-pink.glsl
Symbolic link
1
hypr_config/shaders/monochrome-pink.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-pink.glsl
|
||||
1
hypr_config/shaders/monochrome-purple.glsl
Symbolic link
1
hypr_config/shaders/monochrome-purple.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-purple.glsl
|
||||
1
hypr_config/shaders/monochrome-red.glsl
Symbolic link
1
hypr_config/shaders/monochrome-red.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-red.glsl
|
||||
1
hypr_config/shaders/monochrome-teal.glsl
Symbolic link
1
hypr_config/shaders/monochrome-teal.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-teal.glsl
|
||||
1
hypr_config/shaders/monochrome-yellow.glsl
Symbolic link
1
hypr_config/shaders/monochrome-yellow.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-yellow.glsl
|
||||
1
hypr_config/shaders/negative.glsl
Symbolic link
1
hypr_config/shaders/negative.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/negative.glsl
|
||||
1
hypr_config/shaders/night-vision.glsl
Symbolic link
1
hypr_config/shaders/night-vision.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/night-vision.glsl
|
||||
1
hypr_config/shaders/noir.glsl
Symbolic link
1
hypr_config/shaders/noir.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/noir.glsl
|
||||
1
hypr_config/shaders/ocean.glsl
Symbolic link
1
hypr_config/shaders/ocean.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/ocean.glsl
|
||||
1
hypr_config/shaders/oil-paint.glsl
Symbolic link
1
hypr_config/shaders/oil-paint.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/oil-paint.glsl
|
||||
1
hypr_config/shaders/old-crt.glsl
Symbolic link
1
hypr_config/shaders/old-crt.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/old-crt.glsl
|
||||
1
hypr_config/shaders/posterize.glsl
Symbolic link
1
hypr_config/shaders/posterize.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/posterize.glsl
|
||||
1
hypr_config/shaders/power-crunch.glsl
Symbolic link
1
hypr_config/shaders/power-crunch.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/power-crunch.glsl
|
||||
1
hypr_config/shaders/protanopia.glsl
Symbolic link
1
hypr_config/shaders/protanopia.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/protanopia.glsl
|
||||
1
hypr_config/shaders/purple-haze.glsl
Symbolic link
1
hypr_config/shaders/purple-haze.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/purple-haze.glsl
|
||||
1
hypr_config/shaders/retro-glow.glsl
Symbolic link
1
hypr_config/shaders/retro-glow.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/retro-glow.glsl
|
||||
1
hypr_config/shaders/retro-vhs.glsl
Symbolic link
1
hypr_config/shaders/retro-vhs.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/retro-vhs.glsl
|
||||
1
hypr_config/shaders/saturate.glsl
Symbolic link
1
hypr_config/shaders/saturate.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/saturate.glsl
|
||||
1
hypr_config/shaders/scanlines.glsl
Symbolic link
1
hypr_config/shaders/scanlines.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/scanlines.glsl
|
||||
1
hypr_config/shaders/sepia.glsl
Symbolic link
1
hypr_config/shaders/sepia.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/sepia.glsl
|
||||
1
hypr_config/shaders/soft-contrast.glsl
Symbolic link
1
hypr_config/shaders/soft-contrast.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/soft-contrast.glsl
|
||||
1
hypr_config/shaders/solarize.glsl
Symbolic link
1
hypr_config/shaders/solarize.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/solarize.glsl
|
||||
1
hypr_config/shaders/sunset.glsl
Symbolic link
1
hypr_config/shaders/sunset.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/sunset.glsl
|
||||
1
hypr_config/shaders/system-meltdown.glsl
Symbolic link
1
hypr_config/shaders/system-meltdown.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/system-meltdown.glsl
|
||||
1
hypr_config/shaders/technicolor.glsl
Symbolic link
1
hypr_config/shaders/technicolor.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/technicolor.glsl
|
||||
1
hypr_config/shaders/thermal.glsl
Symbolic link
1
hypr_config/shaders/thermal.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/thermal.glsl
|
||||
1
hypr_config/shaders/tritanopia.glsl
Symbolic link
1
hypr_config/shaders/tritanopia.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/tritanopia.glsl
|
||||
1
hypr_config/shaders/tritone.glsl
Symbolic link
1
hypr_config/shaders/tritone.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/tritone.glsl
|
||||
1
hypr_config/shaders/underwater.glsl
Symbolic link
1
hypr_config/shaders/underwater.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/underwater.glsl
|
||||
1
hypr_config/shaders/vaporwave.glsl
Symbolic link
1
hypr_config/shaders/vaporwave.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vaporwave.glsl
|
||||
1
hypr_config/shaders/vibe-00s.glsl
Symbolic link
1
hypr_config/shaders/vibe-00s.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vibe-00s.glsl
|
||||
1
hypr_config/shaders/vibe-40s.glsl
Symbolic link
1
hypr_config/shaders/vibe-40s.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vibe-40s.glsl
|
||||
1
hypr_config/shaders/vibe-50s.glsl
Symbolic link
1
hypr_config/shaders/vibe-50s.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vibe-50s.glsl
|
||||
1
hypr_config/shaders/vibe-60s.glsl
Symbolic link
1
hypr_config/shaders/vibe-60s.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vibe-60s.glsl
|
||||
1
hypr_config/shaders/vibe-70s.glsl
Symbolic link
1
hypr_config/shaders/vibe-70s.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vibe-70s.glsl
|
||||
1
hypr_config/shaders/vibe-80s.glsl
Symbolic link
1
hypr_config/shaders/vibe-80s.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vibe-80s.glsl
|
||||
1
hypr_config/shaders/vibe-90s.glsl
Symbolic link
1
hypr_config/shaders/vibe-90s.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vibe-90s.glsl
|
||||
1
hypr_config/shaders/vintage-film.glsl
Symbolic link
1
hypr_config/shaders/vintage-film.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vintage-film.glsl
|
||||
1
hypr_config/shaders/vintage.glsl
Symbolic link
1
hypr_config/shaders/vintage.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vintage.glsl
|
||||
1
hypr_config/shaders/warm-tone.glsl
Symbolic link
1
hypr_config/shaders/warm-tone.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/warm-tone.glsl
|
||||
1
hypr_config/shaders/xray.glsl
Symbolic link
1
hypr_config/shaders/xray.glsl
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/xray.glsl
|
||||
Reference in New Issue
Block a user