A Hyprland plugin that allows users to load custom splash texts from a specified file.
hyprpm add https://github.com/BigBrainRobin29/hyprland-custom-splashes
hyprpm enable custom-splashesTo build, have hyprland headers installed and run:
meson setup build
cd build && meson compileThen use hyprctl plugin load with the absolute path to ./build/libcustom-splashes.so to load the plugin.
Add the following to your Hyprland config file:
plugin:custom-splashes:splash_file = /path/to/your/splash_file.txtThe specified file should contain one splash text per line. The plugin will randomly select one of these lines to display as the splash text when Hyprland starts.