Script to prevent lockscreen from fading to black (for GNOME Shell)
Clone the repo and go to the project folder:
git clone https://github.com/sotchenkov/lumos.git
cd ./lumos
You can run the script in foreground by running the command:
./lumos
and in the background by running
./lumos -b
To stop the script running in the background, run the command:
./lumos -s
To run the script with the system, run the command
./add-to-startup
And, accordingly, to remove from autorun:
./remove-from-startup
Tested on Ubuntu 24.04 + Wayland + GNOME 46