hyprland-plugins/hyprtrails
2026-05-05 00:35:52 +01:00
..
CMakeLists.txt treewide: add CMake files 2024-05-05 16:36:13 +03:00
default.nix chore: chase nixpkgs 2025-09-22 12:18:57 +03:00
globals.hpp all: lua update compatibility (#649) 2026-05-05 00:35:52 +01:00
main.cpp all: lua update compatibility (#649) 2026-05-05 00:35:52 +01:00
Makefile all: update Makefiles to allow CXX, CXXFLAGS, LDFLAGS env vars (#584) 2026-01-06 19:11:41 +01:00
meson.build treewide: update pkgconfig flags to include irregular locations of headers on distros like openSUSE (#150) 2024-04-20 13:05:44 +03:00
README.md hyprtrails: add plugin 2023-11-04 00:45:35 +00:00
shaders.hpp hyprtrails: move to gles3 and new uniform caching in hyprland (#406) 2025-06-26 19:26:25 +02:00
trail.cpp all: lua update compatibility (#649) 2026-05-05 00:35:52 +01:00
trail.hpp all: lua update compatibility (#649) 2026-05-05 00:35:52 +01:00
TrailPassElement.cpp all: lua update compatibility (#649) 2026-05-05 00:35:52 +01:00
TrailPassElement.hpp all: lua update compatibility (#649) 2026-05-05 00:35:52 +01:00

hyprtrails

A neat, but useless plugin to add trails behind windows:

https://github.com/hyprwm/hyprland-plugins/assets/43317083/6c31b839-92cd-4510-bb12-110d77dd5b44

Maybe isn't the most efficient. The curve-related settings are only for advanced users. Be warned they incredibly impact performance.

Only setting you may want to change:

plugin {
    hyprtrails {
        color = rgba(ffaa00ff)
    }
}