https://github.com/pardus/pardus-night-light
https://github.com/pardus/pardus-night-light
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pardus/pardus-night-light
- Owner: pardus
- License: gpl-3.0
- Created: 2023-06-09T21:11:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T12:42:57.000Z (about 1 year ago)
- Last Synced: 2025-04-13T13:34:10.462Z (about 1 year ago)
- Language: Python
- Size: 110 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pardus Night Light
Pardus Night Light is a night light application based on redshift.
Redshift adjusts the color temperature of your screen according to your surroundings.This may help your eyes hurt less if you are working in front of the screen at night.
[](https://repology.org/project/pardus-night-light/versions)
### **Dependencies**
This application is developed based on Python3 and GTK+ 3. Dependencies:
```bash
gir1.2-ayatanaappindicator3-0.1 gir1.2-glib-2.0 gir1.2-gtk-3.0 redshift
```
### **Run Application from Source**
Install dependencies
```bash
sudo apt install gir1.2-ayatanaappindicator3-0.1 gir1.2-glib-2.0 gir1.2-gtk-3.0 redshift
```
Clone the repository
```bash
git clone https://github.com/pardus/pardus-night-light.git ~/pardus-night-light
```
Run application
```bash
python3 ~/pardus-night-light/src/Main.py
```
### **Build deb package**
```bash
sudo apt install devscripts git-buildpackage
sudo mk-build-deps -ir
gbp buildpackage --git-export-dir=/tmp/build/pardus-night-light -us -uc
```
### **Screenshots**
