Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 766 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 766 Bytes

Lumos

📖 What's it?

Script to prevent lockscreen from fading to black (for GNOME Shell)

⚙️ Usage

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

🤖 Autostart

To run the script with the system, run the command

./add-to-startup

And, accordingly, to remove from autorun:

./remove-from-startup

✅ Test

Tested on Ubuntu 24.04 + Wayland + GNOME 46