aaaaa
by tfeayushabstract
👁 116
Use it
One command downloads it to ~/.config/neowall/shaders/, sets it as your wallpaper, and restarts neowall. Don’t have neowall yet? Install it first.
mkdir -p ~/.config/neowall/shaders && \
curl -fsSL https://neowall.net/s/aaaaa_3s86.glsl -o ~/.config/neowall/shaders/aaaaa_3s86.glsl && \
{ [ -f ~/.config/neowall/config.vibe ] && cp -n ~/.config/neowall/config.vibe ~/.config/neowall/config.vibe.bak; \
printf 'default {\n shader aaaaa_3s86.glsl\n}\n' > ~/.config/neowall/config.vibe; } && \
{ neowall kill 2>/dev/null; sleep 0.5; neowall; }