mirror of
https://github.com/marcogll/omarchy_setup.git
synced 2026-01-13 13:25:16 +00:00
- Implemented protanopia shader to simulate red color blindness. - Added purple haze shader for a magenta tint overlay. - Created retro glow shader to mimic old terminal text glow. - Developed retro VHS shader to replicate VHS tape effects. - Introduced saturate shader to increase color saturation. - Added scanlines shader for a pure scanline effect. - Created sepia shader for a vintage sepia tone effect. - Developed soft contrast shader for reduced contrast viewing. - Implemented solarize shader for a solarization effect. - Added sunset shader for a warm orange/pink gradient. - Created system meltdown shader to simulate overheating system failure. - Developed technicolor shader for a classic Technicolor film look. - Introduced thermal shader to mimic thermal camera vision. - Added tritanopia shader to simulate blue-yellow color blindness. - Created tritone shader for three color gradient mapping. - Developed underwater shader for an underwater effect. - Introduced vaporwave shader for aesthetic vaporwave colors. - Added vibe-00s shader for a 2000s digital camera look. - Created vibe-40s shader for a 1940s film noir aesthetic. - Developed vibe-50s shader for a 1950s Technicolor cinema look. - Introduced vibe-60s shader for a 1960s psychedelic color palette. - Added vibe-70s shader for a 1970s warm, earthy film stock look. - Created vibe-80s shader for an 1980s neon/Miami Vice aesthetic. - Developed vibe-90s shader for a 1990s slightly desaturated, cool tones look. - Introduced vintage film shader for a classic film look with vignette. - Added vintage shader for a general vintage film look. - Created warm tone shader to add a warm orange/yellow tint. - Developed x-ray shader for an x-ray vision effect.
40 lines
709 B
Plaintext
40 lines
709 B
Plaintext
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
|
|
}
|