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:
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
|
||||
}
|
||||
Reference in New Issue
Block a user