Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Chemrat/redshift-qt
redshift-gtk rewrite with C++/Qt
https://github.com/Chemrat/redshift-qt
linux qt5 redshift
Last synced: about 11 hours ago
JSON representation
redshift-gtk rewrite with C++/Qt
- Host: GitHub
- URL: https://github.com/Chemrat/redshift-qt
- Owner: Chemrat
- License: mit
- Created: 2016-02-21T16:10:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T17:46:39.000Z (over 4 years ago)
- Last Synced: 2024-06-17T18:02:30.423Z (5 months ago)
- Topics: linux, qt5, redshift
- Language: C++
- Size: 167 KB
- Stars: 28
- Watchers: 6
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# redshift-qt
[![Build Status](https://travis-ci.org/Chemrat/redshift-qt.svg?branch=master)](https://travis-ci.org/Chemrat/redshift-qt)
redshift-gtk rewrite with C++/Qt. Currently mimicks 1:1 redshift-gtk tray menu and it's features:
* Toggle suspend
* Suspend for fixed periods of time (10m/1h/2h)
* Display redshift statusredshift icons are from redshift project: https://github.com/jonls/redshift
## Requirements
* POSIX signals
* Redshift in $PATH
* Qt5## Installation
### Gentoo
Avaliable in `earshark` overlay as `redshift-qt`
### Arch
Avaliable as `redshift-qt` and `redshift-qt-git` in AUR. Credit goes to z3ntu.
### Build from source
```
git clone [email protected]:Chemrat/redshift-qt.git
cd redshift-qt && qmake redshift-qt.pro && make
```