24 lines
1.6 KiB
Plaintext
24 lines
1.6 KiB
Plaintext
|
|
#! █▀ █░█ ▄▀█ █▀▄ █▀▀ █▀█ █▀
|
|
#! ▄█ █▀█ █▀█ █▄▀ ██▄ █▀▄ ▄█
|
|
|
|
# *┌────────────────────────────────────────────────────────────────────────────┐
|
|
# *│ |
|
|
# *│ HyDE Controlled content DO NOT EDIT! |
|
|
# *│ Edit or add shaders in the ./shaders/ directory |
|
|
# *│ and run the 'shaders.sh --select' command to update this file |
|
|
# *│ Modify ./shaders/shader-name.inc to add your own custom defines |
|
|
# *│ The 'shader.sh' script will automatically copy this file to the cache |
|
|
# *│ and the cache will be used in the shader |
|
|
# *│ |
|
|
# *└────────────────────────────────────────────────────────────────────────────┘
|
|
|
|
# name of the shader
|
|
$SCREEN_SHADER = "disable"
|
|
# path to the shader
|
|
$SCREEN_SHADER_PATH = "$XDG_CONFIG_HOME/hypr/shaders/disable.frag"
|
|
# path to the compiled shader // override this in '../hyde/config.toml'
|
|
$SCREEN_SHADER_COMPILED = $XDG_CONFIG_HOME/hypr/shaders/.compiled.cache.glsl
|
|
|
|
|