hyprland-plugins/hyprtrails
2026-01-06 19:11:41 +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 trails: Chase hyprland (#338) 2025-05-09 18:09:02 +02:00
main.cpp all: chase hyprland 2025-12-08 15:22:46 +00: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 trails: chase hyprland 2025-12-29 16:03:28 +01:00
trail.hpp all: chase hyprland (#334) 2025-05-06 03:57:20 +02:00
TrailPassElement.cpp all: chase hyprland (#334) 2025-05-06 03:57:20 +02:00
TrailPassElement.hpp all: chase hyprland 2024-12-22 16:33:12 +00: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)
    }
}