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.
- Install gammastep/redshift.
- Right click on the desktop
- Click on "Add Widgets"
- Click on "Get New Widgets"
- Click on "Download New Plasma Widgets"
- Search for "Redshift control for Plasma 6"
- Click on "Install"
- Download plasma6-redshift-control-xxx.plasmoid
- Right click on the desktop
- Click on "Add Widgets"
- Click on "Get New Widgets"
- Click on "Install Widget From Local File"
- Select downloaded plasma6-redshift-control-xxx.plasmoid file
- Click on "Open"
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).
cd /where/your/downloaded/applet/source
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
make install