diff --git a/hypr_config/autostart.conf b/hypr_config/autostart.conf new file mode 100644 index 0000000..fe5a809 --- /dev/null +++ b/hypr_config/autostart.conf @@ -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' diff --git a/hypr_config/bindings.conf b/hypr_config/bindings.conf new file mode 100644 index 0000000..5aafb8e --- /dev/null +++ b/hypr_config/bindings.conf @@ -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 diff --git a/hypr_config/envs.conf b/hypr_config/envs.conf new file mode 100644 index 0000000..42528a1 --- /dev/null +++ b/hypr_config/envs.conf @@ -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 diff --git a/hypr_config/hypridle.conf b/hypr_config/hypridle.conf new file mode 100644 index 0000000..f2245a7 --- /dev/null +++ b/hypr_config/hypridle.conf @@ -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 +} diff --git a/hypr_config/hyprland.conf b/hypr_config/hyprland.conf new file mode 100644 index 0000000..df4d125 --- /dev/null +++ b/hypr_config/hyprland.conf @@ -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 diff --git a/hypr_config/hyprlock.conf b/hypr_config/hyprlock.conf new file mode 100644 index 0000000..063d793 --- /dev/null +++ b/hypr_config/hyprlock.conf @@ -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 = $FAIL ($ATTEMPTS) + + rounding = 0 + shadow_passes = 0 + fade_on_empty = false +} + +auth { + fingerprint:enabled = true +} diff --git a/hypr_config/hyprsunset.conf b/hypr_config/hyprsunset.conf new file mode 100644 index 0000000..f51ff74 --- /dev/null +++ b/hypr_config/hyprsunset.conf @@ -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 +# } diff --git a/hypr_config/input.conf b/hypr_config/input.conf new file mode 100644 index 0000000..0c8da72 --- /dev/null +++ b/hypr_config/input.conf @@ -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 diff --git a/hypr_config/looknfeel.conf b/hypr_config/looknfeel.conf new file mode 100644 index 0000000..62e2634 --- /dev/null +++ b/hypr_config/looknfeel.conf @@ -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 +} diff --git a/hypr_config/monitors.conf b/hypr_config/monitors.conf new file mode 100644 index 0000000..2f1f0db --- /dev/null +++ b/hypr_config/monitors.conf @@ -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 diff --git a/hypr_config/shaders/amber.glsl b/hypr_config/shaders/amber.glsl new file mode 120000 index 0000000..8886826 --- /dev/null +++ b/hypr_config/shaders/amber.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/amber.glsl \ No newline at end of file diff --git a/hypr_config/shaders/arctic-blue.glsl b/hypr_config/shaders/arctic-blue.glsl new file mode 120000 index 0000000..624082d --- /dev/null +++ b/hypr_config/shaders/arctic-blue.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/arctic-blue.glsl \ No newline at end of file diff --git a/hypr_config/shaders/autumn-leaves.glsl b/hypr_config/shaders/autumn-leaves.glsl new file mode 120000 index 0000000..8f310cb --- /dev/null +++ b/hypr_config/shaders/autumn-leaves.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/autumn-leaves.glsl \ No newline at end of file diff --git a/hypr_config/shaders/blood-orange.glsl b/hypr_config/shaders/blood-orange.glsl new file mode 120000 index 0000000..446a027 --- /dev/null +++ b/hypr_config/shaders/blood-orange.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/blood-orange.glsl \ No newline at end of file diff --git a/hypr_config/shaders/blue-light-reduce.glsl b/hypr_config/shaders/blue-light-reduce.glsl new file mode 120000 index 0000000..f65b27a --- /dev/null +++ b/hypr_config/shaders/blue-light-reduce.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/blue-light-reduce.glsl \ No newline at end of file diff --git a/hypr_config/shaders/brightness-boost.glsl b/hypr_config/shaders/brightness-boost.glsl new file mode 120000 index 0000000..67bb508 --- /dev/null +++ b/hypr_config/shaders/brightness-boost.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/brightness-boost.glsl \ No newline at end of file diff --git a/hypr_config/shaders/cel-shade.glsl b/hypr_config/shaders/cel-shade.glsl new file mode 120000 index 0000000..7570501 --- /dev/null +++ b/hypr_config/shaders/cel-shade.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/cel-shade.glsl \ No newline at end of file diff --git a/hypr_config/shaders/cherry-blossom.glsl b/hypr_config/shaders/cherry-blossom.glsl new file mode 120000 index 0000000..8fa8177 --- /dev/null +++ b/hypr_config/shaders/cherry-blossom.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/cherry-blossom.glsl \ No newline at end of file diff --git a/hypr_config/shaders/chromatic-shift.glsl b/hypr_config/shaders/chromatic-shift.glsl new file mode 120000 index 0000000..3a6b302 --- /dev/null +++ b/hypr_config/shaders/chromatic-shift.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/chromatic-shift.glsl \ No newline at end of file diff --git a/hypr_config/shaders/color-blind-deuteranopia.glsl b/hypr_config/shaders/color-blind-deuteranopia.glsl new file mode 120000 index 0000000..30383ad --- /dev/null +++ b/hypr_config/shaders/color-blind-deuteranopia.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/color-blind-deuteranopia.glsl \ No newline at end of file diff --git a/hypr_config/shaders/color-invert.glsl b/hypr_config/shaders/color-invert.glsl new file mode 120000 index 0000000..500f530 --- /dev/null +++ b/hypr_config/shaders/color-invert.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/color-invert.glsl \ No newline at end of file diff --git a/hypr_config/shaders/color-pop.glsl b/hypr_config/shaders/color-pop.glsl new file mode 120000 index 0000000..4f9b2cc --- /dev/null +++ b/hypr_config/shaders/color-pop.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/color-pop.glsl \ No newline at end of file diff --git a/hypr_config/shaders/comic-book.glsl b/hypr_config/shaders/comic-book.glsl new file mode 120000 index 0000000..2f1550b --- /dev/null +++ b/hypr_config/shaders/comic-book.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/comic-book.glsl \ No newline at end of file diff --git a/hypr_config/shaders/cool-tone.glsl b/hypr_config/shaders/cool-tone.glsl new file mode 120000 index 0000000..98c04e9 --- /dev/null +++ b/hypr_config/shaders/cool-tone.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/cool-tone.glsl \ No newline at end of file diff --git a/hypr_config/shaders/crt-breakdown.glsl b/hypr_config/shaders/crt-breakdown.glsl new file mode 120000 index 0000000..cfba8cd --- /dev/null +++ b/hypr_config/shaders/crt-breakdown.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/crt-breakdown.glsl \ No newline at end of file diff --git a/hypr_config/shaders/crt-glitch.glsl b/hypr_config/shaders/crt-glitch.glsl new file mode 120000 index 0000000..bdae2ee --- /dev/null +++ b/hypr_config/shaders/crt-glitch.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/crt-glitch.glsl \ No newline at end of file diff --git a/hypr_config/shaders/crunch-mode.glsl b/hypr_config/shaders/crunch-mode.glsl new file mode 120000 index 0000000..634aea5 --- /dev/null +++ b/hypr_config/shaders/crunch-mode.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/crunch-mode.glsl \ No newline at end of file diff --git a/hypr_config/shaders/cyberpunk-neon.glsl b/hypr_config/shaders/cyberpunk-neon.glsl new file mode 120000 index 0000000..9ab85b5 --- /dev/null +++ b/hypr_config/shaders/cyberpunk-neon.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/cyberpunk-neon.glsl \ No newline at end of file diff --git a/hypr_config/shaders/cyberpunk.glsl b/hypr_config/shaders/cyberpunk.glsl new file mode 120000 index 0000000..1da0104 --- /dev/null +++ b/hypr_config/shaders/cyberpunk.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/cyberpunk.glsl \ No newline at end of file diff --git a/hypr_config/shaders/depth-of-field.glsl b/hypr_config/shaders/depth-of-field.glsl new file mode 120000 index 0000000..6a9205c --- /dev/null +++ b/hypr_config/shaders/depth-of-field.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/depth-of-field.glsl \ No newline at end of file diff --git a/hypr_config/shaders/desaturate.glsl b/hypr_config/shaders/desaturate.glsl new file mode 120000 index 0000000..fa2098a --- /dev/null +++ b/hypr_config/shaders/desaturate.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/desaturate.glsl \ No newline at end of file diff --git a/hypr_config/shaders/desert-sand.glsl b/hypr_config/shaders/desert-sand.glsl new file mode 120000 index 0000000..7ef8010 --- /dev/null +++ b/hypr_config/shaders/desert-sand.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/desert-sand.glsl \ No newline at end of file diff --git a/hypr_config/shaders/dream.glsl b/hypr_config/shaders/dream.glsl new file mode 120000 index 0000000..2c9b9e2 --- /dev/null +++ b/hypr_config/shaders/dream.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/dream.glsl \ No newline at end of file diff --git a/hypr_config/shaders/duotone.glsl b/hypr_config/shaders/duotone.glsl new file mode 120000 index 0000000..7a76376 --- /dev/null +++ b/hypr_config/shaders/duotone.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/duotone.glsl \ No newline at end of file diff --git a/hypr_config/shaders/film-grain.glsl b/hypr_config/shaders/film-grain.glsl new file mode 120000 index 0000000..fe2000a --- /dev/null +++ b/hypr_config/shaders/film-grain.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/film-grain.glsl \ No newline at end of file diff --git a/hypr_config/shaders/forest-green.glsl b/hypr_config/shaders/forest-green.glsl new file mode 120000 index 0000000..815814a --- /dev/null +++ b/hypr_config/shaders/forest-green.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/forest-green.glsl \ No newline at end of file diff --git a/hypr_config/shaders/frost.glsl b/hypr_config/shaders/frost.glsl new file mode 120000 index 0000000..b340242 --- /dev/null +++ b/hypr_config/shaders/frost.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/frost.glsl \ No newline at end of file diff --git a/hypr_config/shaders/gameboy.glsl b/hypr_config/shaders/gameboy.glsl new file mode 120000 index 0000000..20c525d --- /dev/null +++ b/hypr_config/shaders/gameboy.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/gameboy.glsl \ No newline at end of file diff --git a/hypr_config/shaders/genesis.glsl b/hypr_config/shaders/genesis.glsl new file mode 120000 index 0000000..861f373 --- /dev/null +++ b/hypr_config/shaders/genesis.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/genesis.glsl \ No newline at end of file diff --git a/hypr_config/shaders/glitch-wave.glsl b/hypr_config/shaders/glitch-wave.glsl new file mode 120000 index 0000000..8447ab5 --- /dev/null +++ b/hypr_config/shaders/glitch-wave.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/glitch-wave.glsl \ No newline at end of file diff --git a/hypr_config/shaders/golden-hour.glsl b/hypr_config/shaders/golden-hour.glsl new file mode 120000 index 0000000..adb2414 --- /dev/null +++ b/hypr_config/shaders/golden-hour.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/golden-hour.glsl \ No newline at end of file diff --git a/hypr_config/shaders/grayscale.glsl b/hypr_config/shaders/grayscale.glsl new file mode 120000 index 0000000..a6edf88 --- /dev/null +++ b/hypr_config/shaders/grayscale.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/grayscale.glsl \ No newline at end of file diff --git a/hypr_config/shaders/high-contrast.glsl b/hypr_config/shaders/high-contrast.glsl new file mode 120000 index 0000000..4e89e88 --- /dev/null +++ b/hypr_config/shaders/high-contrast.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/high-contrast.glsl \ No newline at end of file diff --git a/hypr_config/shaders/holo-interface.glsl b/hypr_config/shaders/holo-interface.glsl new file mode 120000 index 0000000..33ead16 --- /dev/null +++ b/hypr_config/shaders/holo-interface.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/holo-interface.glsl \ No newline at end of file diff --git a/hypr_config/shaders/hue-shift-180.glsl b/hypr_config/shaders/hue-shift-180.glsl new file mode 120000 index 0000000..e33c687 --- /dev/null +++ b/hypr_config/shaders/hue-shift-180.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/hue-shift-180.glsl \ No newline at end of file diff --git a/hypr_config/shaders/hue-shift-90.glsl b/hypr_config/shaders/hue-shift-90.glsl new file mode 120000 index 0000000..9defdc8 --- /dev/null +++ b/hypr_config/shaders/hue-shift-90.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/hue-shift-90.glsl \ No newline at end of file diff --git a/hypr_config/shaders/infrared.glsl b/hypr_config/shaders/infrared.glsl new file mode 120000 index 0000000..db246f6 --- /dev/null +++ b/hypr_config/shaders/infrared.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/infrared.glsl \ No newline at end of file diff --git a/hypr_config/shaders/liquid.glsl b/hypr_config/shaders/liquid.glsl new file mode 120000 index 0000000..07882d7 --- /dev/null +++ b/hypr_config/shaders/liquid.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/liquid.glsl \ No newline at end of file diff --git a/hypr_config/shaders/low-light.glsl b/hypr_config/shaders/low-light.glsl new file mode 120000 index 0000000..56afa90 --- /dev/null +++ b/hypr_config/shaders/low-light.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/low-light.glsl \ No newline at end of file diff --git a/hypr_config/shaders/midnight-purple.glsl b/hypr_config/shaders/midnight-purple.glsl new file mode 120000 index 0000000..fa8b44d --- /dev/null +++ b/hypr_config/shaders/midnight-purple.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/midnight-purple.glsl \ No newline at end of file diff --git a/hypr_config/shaders/monochrome-amber.glsl b/hypr_config/shaders/monochrome-amber.glsl new file mode 120000 index 0000000..efd2737 --- /dev/null +++ b/hypr_config/shaders/monochrome-amber.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/monochrome-amber.glsl \ No newline at end of file diff --git a/hypr_config/shaders/monochrome-blue.glsl b/hypr_config/shaders/monochrome-blue.glsl new file mode 120000 index 0000000..65bcb58 --- /dev/null +++ b/hypr_config/shaders/monochrome-blue.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/monochrome-blue.glsl \ No newline at end of file diff --git a/hypr_config/shaders/monochrome-cyan.glsl b/hypr_config/shaders/monochrome-cyan.glsl new file mode 120000 index 0000000..aa5c385 --- /dev/null +++ b/hypr_config/shaders/monochrome-cyan.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/monochrome-cyan.glsl \ No newline at end of file diff --git a/hypr_config/shaders/monochrome-green.glsl b/hypr_config/shaders/monochrome-green.glsl new file mode 120000 index 0000000..7223579 --- /dev/null +++ b/hypr_config/shaders/monochrome-green.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/monochrome-green.glsl \ No newline at end of file diff --git a/hypr_config/shaders/monochrome-lavender.glsl b/hypr_config/shaders/monochrome-lavender.glsl new file mode 120000 index 0000000..d252e7b --- /dev/null +++ b/hypr_config/shaders/monochrome-lavender.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/monochrome-lavender.glsl \ No newline at end of file diff --git a/hypr_config/shaders/monochrome-mint.glsl b/hypr_config/shaders/monochrome-mint.glsl new file mode 120000 index 0000000..fbcc668 --- /dev/null +++ b/hypr_config/shaders/monochrome-mint.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/monochrome-mint.glsl \ No newline at end of file diff --git a/hypr_config/shaders/monochrome-orange.glsl b/hypr_config/shaders/monochrome-orange.glsl new file mode 120000 index 0000000..3ef5b3e --- /dev/null +++ b/hypr_config/shaders/monochrome-orange.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/monochrome-orange.glsl \ No newline at end of file diff --git a/hypr_config/shaders/monochrome-peach.glsl b/hypr_config/shaders/monochrome-peach.glsl new file mode 120000 index 0000000..a67ce80 --- /dev/null +++ b/hypr_config/shaders/monochrome-peach.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/monochrome-peach.glsl \ No newline at end of file diff --git a/hypr_config/shaders/monochrome-pink.glsl b/hypr_config/shaders/monochrome-pink.glsl new file mode 120000 index 0000000..25b80c3 --- /dev/null +++ b/hypr_config/shaders/monochrome-pink.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/monochrome-pink.glsl \ No newline at end of file diff --git a/hypr_config/shaders/monochrome-purple.glsl b/hypr_config/shaders/monochrome-purple.glsl new file mode 120000 index 0000000..77f867f --- /dev/null +++ b/hypr_config/shaders/monochrome-purple.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/monochrome-purple.glsl \ No newline at end of file diff --git a/hypr_config/shaders/monochrome-red.glsl b/hypr_config/shaders/monochrome-red.glsl new file mode 120000 index 0000000..ab8e496 --- /dev/null +++ b/hypr_config/shaders/monochrome-red.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/monochrome-red.glsl \ No newline at end of file diff --git a/hypr_config/shaders/monochrome-teal.glsl b/hypr_config/shaders/monochrome-teal.glsl new file mode 120000 index 0000000..39e043d --- /dev/null +++ b/hypr_config/shaders/monochrome-teal.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/monochrome-teal.glsl \ No newline at end of file diff --git a/hypr_config/shaders/monochrome-yellow.glsl b/hypr_config/shaders/monochrome-yellow.glsl new file mode 120000 index 0000000..4d8d7ff --- /dev/null +++ b/hypr_config/shaders/monochrome-yellow.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/monochrome-yellow.glsl \ No newline at end of file diff --git a/hypr_config/shaders/negative.glsl b/hypr_config/shaders/negative.glsl new file mode 120000 index 0000000..80bb8c6 --- /dev/null +++ b/hypr_config/shaders/negative.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/negative.glsl \ No newline at end of file diff --git a/hypr_config/shaders/night-vision.glsl b/hypr_config/shaders/night-vision.glsl new file mode 120000 index 0000000..4a39a8a --- /dev/null +++ b/hypr_config/shaders/night-vision.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/night-vision.glsl \ No newline at end of file diff --git a/hypr_config/shaders/noir.glsl b/hypr_config/shaders/noir.glsl new file mode 120000 index 0000000..aca9094 --- /dev/null +++ b/hypr_config/shaders/noir.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/noir.glsl \ No newline at end of file diff --git a/hypr_config/shaders/ocean.glsl b/hypr_config/shaders/ocean.glsl new file mode 120000 index 0000000..508234c --- /dev/null +++ b/hypr_config/shaders/ocean.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/ocean.glsl \ No newline at end of file diff --git a/hypr_config/shaders/oil-paint.glsl b/hypr_config/shaders/oil-paint.glsl new file mode 120000 index 0000000..dc93220 --- /dev/null +++ b/hypr_config/shaders/oil-paint.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/oil-paint.glsl \ No newline at end of file diff --git a/hypr_config/shaders/old-crt.glsl b/hypr_config/shaders/old-crt.glsl new file mode 120000 index 0000000..f8d6b46 --- /dev/null +++ b/hypr_config/shaders/old-crt.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/old-crt.glsl \ No newline at end of file diff --git a/hypr_config/shaders/posterize.glsl b/hypr_config/shaders/posterize.glsl new file mode 120000 index 0000000..18dc8d0 --- /dev/null +++ b/hypr_config/shaders/posterize.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/posterize.glsl \ No newline at end of file diff --git a/hypr_config/shaders/power-crunch.glsl b/hypr_config/shaders/power-crunch.glsl new file mode 120000 index 0000000..34fccc5 --- /dev/null +++ b/hypr_config/shaders/power-crunch.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/power-crunch.glsl \ No newline at end of file diff --git a/hypr_config/shaders/protanopia.glsl b/hypr_config/shaders/protanopia.glsl new file mode 120000 index 0000000..4961d66 --- /dev/null +++ b/hypr_config/shaders/protanopia.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/protanopia.glsl \ No newline at end of file diff --git a/hypr_config/shaders/purple-haze.glsl b/hypr_config/shaders/purple-haze.glsl new file mode 120000 index 0000000..948b70c --- /dev/null +++ b/hypr_config/shaders/purple-haze.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/purple-haze.glsl \ No newline at end of file diff --git a/hypr_config/shaders/retro-glow.glsl b/hypr_config/shaders/retro-glow.glsl new file mode 120000 index 0000000..2d64dc7 --- /dev/null +++ b/hypr_config/shaders/retro-glow.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/retro-glow.glsl \ No newline at end of file diff --git a/hypr_config/shaders/retro-vhs.glsl b/hypr_config/shaders/retro-vhs.glsl new file mode 120000 index 0000000..6707bbf --- /dev/null +++ b/hypr_config/shaders/retro-vhs.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/retro-vhs.glsl \ No newline at end of file diff --git a/hypr_config/shaders/saturate.glsl b/hypr_config/shaders/saturate.glsl new file mode 120000 index 0000000..d1d8f67 --- /dev/null +++ b/hypr_config/shaders/saturate.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/saturate.glsl \ No newline at end of file diff --git a/hypr_config/shaders/scanlines.glsl b/hypr_config/shaders/scanlines.glsl new file mode 120000 index 0000000..9557bf2 --- /dev/null +++ b/hypr_config/shaders/scanlines.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/scanlines.glsl \ No newline at end of file diff --git a/hypr_config/shaders/sepia.glsl b/hypr_config/shaders/sepia.glsl new file mode 120000 index 0000000..4ff13b6 --- /dev/null +++ b/hypr_config/shaders/sepia.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/sepia.glsl \ No newline at end of file diff --git a/hypr_config/shaders/soft-contrast.glsl b/hypr_config/shaders/soft-contrast.glsl new file mode 120000 index 0000000..21262a2 --- /dev/null +++ b/hypr_config/shaders/soft-contrast.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/soft-contrast.glsl \ No newline at end of file diff --git a/hypr_config/shaders/solarize.glsl b/hypr_config/shaders/solarize.glsl new file mode 120000 index 0000000..aeb706c --- /dev/null +++ b/hypr_config/shaders/solarize.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/solarize.glsl \ No newline at end of file diff --git a/hypr_config/shaders/sunset.glsl b/hypr_config/shaders/sunset.glsl new file mode 120000 index 0000000..7215b13 --- /dev/null +++ b/hypr_config/shaders/sunset.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/sunset.glsl \ No newline at end of file diff --git a/hypr_config/shaders/system-meltdown.glsl b/hypr_config/shaders/system-meltdown.glsl new file mode 120000 index 0000000..1e576a8 --- /dev/null +++ b/hypr_config/shaders/system-meltdown.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/system-meltdown.glsl \ No newline at end of file diff --git a/hypr_config/shaders/technicolor.glsl b/hypr_config/shaders/technicolor.glsl new file mode 120000 index 0000000..ed20d80 --- /dev/null +++ b/hypr_config/shaders/technicolor.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/technicolor.glsl \ No newline at end of file diff --git a/hypr_config/shaders/thermal.glsl b/hypr_config/shaders/thermal.glsl new file mode 120000 index 0000000..2d458b3 --- /dev/null +++ b/hypr_config/shaders/thermal.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/thermal.glsl \ No newline at end of file diff --git a/hypr_config/shaders/tritanopia.glsl b/hypr_config/shaders/tritanopia.glsl new file mode 120000 index 0000000..2f4d436 --- /dev/null +++ b/hypr_config/shaders/tritanopia.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/tritanopia.glsl \ No newline at end of file diff --git a/hypr_config/shaders/tritone.glsl b/hypr_config/shaders/tritone.glsl new file mode 120000 index 0000000..a2af357 --- /dev/null +++ b/hypr_config/shaders/tritone.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/tritone.glsl \ No newline at end of file diff --git a/hypr_config/shaders/underwater.glsl b/hypr_config/shaders/underwater.glsl new file mode 120000 index 0000000..f3442fa --- /dev/null +++ b/hypr_config/shaders/underwater.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/underwater.glsl \ No newline at end of file diff --git a/hypr_config/shaders/vaporwave.glsl b/hypr_config/shaders/vaporwave.glsl new file mode 120000 index 0000000..f773b18 --- /dev/null +++ b/hypr_config/shaders/vaporwave.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/vaporwave.glsl \ No newline at end of file diff --git a/hypr_config/shaders/vibe-00s.glsl b/hypr_config/shaders/vibe-00s.glsl new file mode 120000 index 0000000..70be754 --- /dev/null +++ b/hypr_config/shaders/vibe-00s.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/vibe-00s.glsl \ No newline at end of file diff --git a/hypr_config/shaders/vibe-40s.glsl b/hypr_config/shaders/vibe-40s.glsl new file mode 120000 index 0000000..9c89065 --- /dev/null +++ b/hypr_config/shaders/vibe-40s.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/vibe-40s.glsl \ No newline at end of file diff --git a/hypr_config/shaders/vibe-50s.glsl b/hypr_config/shaders/vibe-50s.glsl new file mode 120000 index 0000000..6f91438 --- /dev/null +++ b/hypr_config/shaders/vibe-50s.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/vibe-50s.glsl \ No newline at end of file diff --git a/hypr_config/shaders/vibe-60s.glsl b/hypr_config/shaders/vibe-60s.glsl new file mode 120000 index 0000000..5fe18e7 --- /dev/null +++ b/hypr_config/shaders/vibe-60s.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/vibe-60s.glsl \ No newline at end of file diff --git a/hypr_config/shaders/vibe-70s.glsl b/hypr_config/shaders/vibe-70s.glsl new file mode 120000 index 0000000..8699100 --- /dev/null +++ b/hypr_config/shaders/vibe-70s.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/vibe-70s.glsl \ No newline at end of file diff --git a/hypr_config/shaders/vibe-80s.glsl b/hypr_config/shaders/vibe-80s.glsl new file mode 120000 index 0000000..70aeaa9 --- /dev/null +++ b/hypr_config/shaders/vibe-80s.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/vibe-80s.glsl \ No newline at end of file diff --git a/hypr_config/shaders/vibe-90s.glsl b/hypr_config/shaders/vibe-90s.glsl new file mode 120000 index 0000000..cbd1186 --- /dev/null +++ b/hypr_config/shaders/vibe-90s.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/vibe-90s.glsl \ No newline at end of file diff --git a/hypr_config/shaders/vintage-film.glsl b/hypr_config/shaders/vintage-film.glsl new file mode 120000 index 0000000..818f1a9 --- /dev/null +++ b/hypr_config/shaders/vintage-film.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/vintage-film.glsl \ No newline at end of file diff --git a/hypr_config/shaders/vintage.glsl b/hypr_config/shaders/vintage.glsl new file mode 120000 index 0000000..8bc9790 --- /dev/null +++ b/hypr_config/shaders/vintage.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/vintage.glsl \ No newline at end of file diff --git a/hypr_config/shaders/warm-tone.glsl b/hypr_config/shaders/warm-tone.glsl new file mode 120000 index 0000000..62a9975 --- /dev/null +++ b/hypr_config/shaders/warm-tone.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/warm-tone.glsl \ No newline at end of file diff --git a/hypr_config/shaders/xray.glsl b/hypr_config/shaders/xray.glsl new file mode 120000 index 0000000..d2fb8b4 --- /dev/null +++ b/hypr_config/shaders/xray.glsl @@ -0,0 +1 @@ +/usr/share/aether/shaders/xray.glsl \ No newline at end of file