https://github.com/sotchenkov/lumos
Script to prevent lockscreen from fading to black (for GNOME Shell)
https://github.com/sotchenkov/lumos
bash gnome gnome-shell linux ubuntu
Last synced: about 2 months ago
JSON representation
Script to prevent lockscreen from fading to black (for GNOME Shell)
- Host: GitHub
- URL: https://github.com/sotchenkov/lumos
- Owner: sotchenkov
- License: gpl-3.0
- Created: 2024-08-18T21:17:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T19:37:14.000Z (almost 2 years ago)
- Last Synced: 2024-08-20T00:33:33.896Z (almost 2 years ago)
- Topics: bash, gnome, gnome-shell, linux, ubuntu
- Language: Shell
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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:
```sh
git clone https://github.com/sotchenkov/lumos.git
cd ./lumos
```
You can run the script in foreground by running the command:
```sh
./lumos
```
and in the background by running
```sh
./lumos -b
```
To stop the script running in the background, run the command:
```sh
./lumos -s
```
## 🤖 Autostart
To run the script with the system, run the command
```sh
./add-to-startup
```
And, accordingly, to remove from autorun:
```sh
./remove-from-startup
```
## ✅ Test
Tested on Ubuntu 24.04 + Wayland + GNOME 46