added hypr
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Extra autostart processes
|
||||
# exec-once = uwsm-app -- my-service
|
||||
@@ -0,0 +1,34 @@
|
||||
# Application bindings
|
||||
bindd = SUPER, RETURN, Terminal, exec, uwsm-app -- xdg-terminal-exec --dir="$(omarchy-cmd-terminal-cwd)"
|
||||
bindd = SUPER ALT, RETURN, Tmux, exec, uwsm-app -- xdg-terminal-exec --dir="$(omarchy-cmd-terminal-cwd)" tmux new
|
||||
bindd = SUPER SHIFT, RETURN, Browser, exec, omarchy-launch-browser
|
||||
bindd = SUPER SHIFT, F, File manager, exec, uwsm-app -- nautilus --new-window
|
||||
bindd = SUPER ALT SHIFT, F, File manager (cwd), exec, uwsm-app -- nautilus --new-window "$(omarchy-cmd-terminal-cwd)"
|
||||
bindd = SUPER SHIFT, B, Browser, exec, omarchy-launch-browser
|
||||
bindd = SUPER SHIFT ALT, B, Browser (private), exec, omarchy-launch-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, D, Docker, exec, omarchy-launch-tui 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://app.hey.com/calendar/weeks/"
|
||||
bindd = SUPER SHIFT, E, Email, exec, omarchy-launch-webapp "https://app.hey.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"
|
||||
|
||||
# Add extra bindings
|
||||
# bind = SUPER SHIFT, R, exec, alacritty -e ssh your-server
|
||||
|
||||
# Overwrite existing bindings, like putting Omarchy Menu on Super + Space
|
||||
# unbind = SUPER, SPACE
|
||||
# bindd = SUPER, SPACE, Omarchy menu, exec, omarchy-menu
|
||||
@@ -0,0 +1,28 @@
|
||||
general {
|
||||
lock_cmd = omarchy-lock-screen # lock screen and 1password
|
||||
before_sleep_cmd = loginctl lock-session # lock before suspend.
|
||||
after_sleep_cmd = sleep 1 && hyprctl dispatch dpms on # delay for PAM readiness, then turn on 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 = 151 # 5min
|
||||
on-timeout = loginctl lock-session # lock screen when timeout has passed
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 330 # 5.5min
|
||||
on-timeout = brightnessctl -sd '*::kbd_backlight' set 0 # save state and turn off keyboard backlight
|
||||
on-resume = brightnessctl -rd '*::kbd_backlight' # restore keyboard backlight
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
# 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/looknfeel.conf
|
||||
source = ~/.config/hypr/autostart.conf
|
||||
|
||||
# Add any other personal Hyprland configuration below
|
||||
# windowrule = workspace 5, match:class qemu
|
||||
@@ -0,0 +1,43 @@
|
||||
source = ~/.config/omarchy/current/theme/hyprlock.conf
|
||||
|
||||
general {
|
||||
ignore_empty_input = true
|
||||
}
|
||||
|
||||
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 = Fira Code
|
||||
font_color = $font_color
|
||||
|
||||
placeholder_text = <span> Enter Password </span>
|
||||
check_color = $check_color
|
||||
fail_text = <i>$FAIL ($ATTEMPTS)</i>
|
||||
|
||||
rounding = 0
|
||||
shadow_passes = 0
|
||||
fade_on_empty = false
|
||||
}
|
||||
|
||||
auth {
|
||||
fingerprint:enabled = true
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
}
|
||||
|
||||
# To enable auto switch to nightlight, set in your .config/hypr/autostart:
|
||||
# exec-once = uwsm app -- hyprsunset
|
||||
# and use the following:
|
||||
# profile {
|
||||
# time = 20:00
|
||||
# temperature = 4000
|
||||
# }
|
||||
@@ -0,0 +1,50 @@
|
||||
# Control your input devices
|
||||
# See https://wiki.hypr.land/Configuring/Variables/#input
|
||||
input {
|
||||
# Use multiple keyboard layouts and switch between them with Left Alt + Right Alt
|
||||
# kb_layout = us,dk,eu
|
||||
|
||||
# Use a specific keyboard variant if needed (e.g. intl for international keyboards)
|
||||
# kb_variant = intl
|
||||
|
||||
kb_layout = gb
|
||||
kb_options = compose:caps # ,grp:alts_toggle
|
||||
|
||||
# Change speed of keyboard repeat
|
||||
repeat_rate = 40
|
||||
repeat_delay = 600
|
||||
|
||||
# Start with numlock on by default
|
||||
numlock_by_default = true
|
||||
|
||||
# Increase sensitivity for mouse/trackpad (default: 0)
|
||||
# sensitivity = 0.35
|
||||
|
||||
# Turn off mouse acceleration (default: false)
|
||||
# force_no_accel = true
|
||||
|
||||
touchpad {
|
||||
# Use natural (inverse) scrolling
|
||||
# natural_scroll = true
|
||||
|
||||
# Use two-finger clicks for right-click instead of lower-right corner
|
||||
# clickfinger_behavior = true
|
||||
|
||||
# Control the speed of your scrolling
|
||||
scroll_factor = 0.4
|
||||
|
||||
# Enable the touchpad while typing
|
||||
# disable_while_typing = false
|
||||
|
||||
# Left-click-and-drag with three fingers
|
||||
# drag_3fg = 1
|
||||
}
|
||||
}
|
||||
|
||||
# Scroll nicely in the terminal
|
||||
windowrule = match:class (Alacritty|kitty), scroll_touchpad 1.5
|
||||
windowrule = match:class com.mitchellh.ghostty, scroll_touchpad 0.2
|
||||
|
||||
# Enable touchpad gestures for changing workspaces
|
||||
# See https://wiki.hyprland.org/Configuring/Gestures/
|
||||
# gesture = 3, horizontal, workspace
|
||||
@@ -0,0 +1,34 @@
|
||||
# Change the default Omarchy look'n'feel
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
# No gaps between windows or borders
|
||||
gaps_in = 1
|
||||
gaps_out = 1
|
||||
border_size = 1
|
||||
|
||||
# Change to niri-like side-scrolling layout
|
||||
# layout = scrolling
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||
decoration {
|
||||
# Use round window corners
|
||||
# rounding = 8
|
||||
|
||||
# Dim unfocused windows (0.0 = no dim, 1.0 = fully dimmed)
|
||||
dim_inactive = true
|
||||
dim_strength = 0.20
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
||||
animations {
|
||||
# Disable all animations
|
||||
# enabled = no
|
||||
}
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Variables/#layout
|
||||
layout {
|
||||
# Avoid overly wide single-window layouts on wide screens
|
||||
# single_window_aspect_ratio = 1 1
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
# List current monitors and resolutions possible: hyprctl monitors
|
||||
# Format: monitor = [port], resolution, position, scale
|
||||
|
||||
env = GDK_SCALE,1
|
||||
monitor = , preferred, auto, 1
|
||||
# monitor = DP-9, 3840x2160@60, auto, 1
|
||||
# monitor = DP-10, 2560x2880@60, auto, 1
|
||||
|
||||
# Portrait/rotated secondary monitor (transform: 1 = 90°, 3 = 270°)
|
||||
# monitor = DP-2, preferred, auto, 1, transform, 1
|
||||
|
||||
# Example for Framework 13 w/ 6K XDR Apple display
|
||||
# monitor = DP-5, 6016x3384@60, auto, 2
|
||||
# monitor = eDP-1, 2880x1920@120, auto, 2
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/amber-monitor.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/amber.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/anonymous-hacker.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/apple2-color-fringe.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/arctic-blue.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/ascii-art.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/autumn-leaves.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/blade-runner-rain.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/blood-orange.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/blue-light-reduce.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/brightness-boost.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/c64-raster-bars.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cel-shade.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cherry-blossom.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/chromatic-shift.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/chromatic.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cloaking-device.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/code-rain.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/color-blind-deuteranopia.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/color-invert.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/color-pop.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/comic-book.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/common.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cool-tone.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/crt-amber-flicker.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/crt-breakdown.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/crt-glitch.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/crt-green-scanlines.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/crunch-mode.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cyber-grid.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cyberpunk-neon-glitch.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cyberpunk-neon.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cyberpunk.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/data-corruption.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/depth-of-field.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/desaturate.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/desert-sand.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/dream.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/duotone.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/film-grain.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/film-projector.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/focus-mode.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/forest-green.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/frost.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/fsociety.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/gameboy-screen.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/gameboy.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/genesis.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/glitch-wave.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/godzilla-mayhem.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/golden-hour.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/grayscale.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/hacker-data-stream.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/high-contrast.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/holo-interface.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/hologram.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/holographic-foil.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/hue-shift-180.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/hue-shift-90.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/infrared.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/kindle-mode.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/linux-console-boot.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/liquid-glass-dither.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/liquid.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/low-light.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/matrix-rain.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/midnight-purple.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-amber.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-blue.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-cyan.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-green.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-lavender.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-mint.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-orange.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-peach.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-pink.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-purple.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-red.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-teal.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-yellow.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/negative.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/neon-pulse.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/night-vision.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/noir.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/ocean.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/oil-paint.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/old-crt.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/phosphor-burn.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/pixelate-transition.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/plasma-demo.glsl
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/posterize.glsl
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user