Skip to content

evgeniy-harchenko/plasma6-redshift-control

 
 

Repository files navigation

Gammastep and Redshift control applet for the KDE Plasma 6

A simple control widget for KDE Plasma 6. Allows enabling and disabling gammastep/redshift process. Provides advanced gammastep/redshift settings and mouse-wheel manual screen temperature, brightness and gamma controlling.

Build instructions

Requirements

  • Install gammastep/redshift.

Install for current user (Preferred way)

  1. Right click on the desktop
  2. Click on "Add Widgets"
  3. Click on "Get New Widgets"
  4. Click on "Download New Plasma Widgets"
  5. Search for "Redshift control for Plasma 6"
  6. Click on "Install"

Install for current user (Manual)

  1. Download plasma6-redshift-control-xxx.plasmoid
  2. Right click on the desktop
  3. Click on "Add Widgets"
  4. Click on "Get New Widgets"
  5. Click on "Install Widget From Local File"
  6. Select downloaded plasma6-redshift-control-xxx.plasmoid file
  7. Click on "Open"

Install for current user (Terminal)

cd /where/your/downloaded/applet/source
./create-plasmoid-package.sh
cd buildWidget

for install:

kpackagetool6 -i plasma6-redshift-control-xxx.plasmoid -t Plasma/Applet

or for update:

kpackagetool6 -u plasma6-redshift-control-xxx.plasmoid -t Plasma/Applet

where xxx is the version of the widget (e.g. 2.1).

Install for all users (Terminal)

cd /where/your/downloaded/applet/source
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
make install

About

Gammastep and Redshift control applet for the Plasma 6 Desktop

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • QML 94.5%
  • Shell 4.8%
  • CMake 0.7%