
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Redshift plasmoid provides a configuration interface and allows to start/stop Redshift daemon either manually or automatically based on the current activity.
Important note
After install, reboot or run redshiftautostart manually to start using the plasmoid.
Issue & Feature Request
Any issue or feature request can be posted to this github page:
https://github.com/simgunz/redshift-plasmoid/issues
More Info
- Redshift: http://jonls.dk/redshift/
6 years ago
1.0
Improve plasmoid status behavior
Add global shortcut to toggle redshift on/off
Add Czech translation (thanks to Pavel Fric)
Add Spanish translation (thanks to ThecaTTony)
Add doxygen comments and documentation
Code cleaning
0.6.2
Minor translation fixes
0.6.1
Add trayicon status passive when not in manual mode
Update readme with Qt5 build error solution
Fix entry name error
0.6
Add osd for manual mode
Add German translation (thanks to Matthias Mail
6 years ago
1.0
Improve plasmoid status behavior
Add global shortcut to toggle redshift on/off
Add Czech translation (thanks to Pavel Fric)
Add Spanish translation (thanks to ThecaTTony)
Add doxygen comments and documentation
Code cleaning
0.6.2
Minor translation fixes
0.6.1
Add trayicon status passive when not in manual mode
Update readme with Qt5 build error solution
Fix entry name error
0.6
Add osd for manual mode
Add German translation (thanks to Matthias Mail
CamusAcuario
3 years ago
Report
CamusAcuario
3 years ago
Report
mxttie
4 years ago
Report
kacernator
5 years ago
can you please implement information about current temperature in tooltip window? It should be fairly simple, just add variable "temperature" to "tooltip.setSubText" in redshiftapplet.cpp starting at line 87.
Standa
Report
kacernator
5 years ago
when I put this widget at system tray, there is no "settings" menu available. But when I out this widget on desktop, right click it, then there is "settings" menu.
Also when changing value of preferred colour temperature in settings dialog with mouse wheel, make it change by 100 not by 1.
Report
simgunz
5 years ago
can you tell me your exact KDE version?
Regarding the mouse wheel, changing by 100 is correct, since a change by 1 would be imperceptible.
Report
kacernator
5 years ago
In KDE5 (Manjaro linux), the plasmoid works fine.
Report
simgunz
5 years ago
Report
kacernator
5 years ago
[url=http://postimg.org/image/600qng5jb/][img]http://s15.postimg.org/600qng5jb/sn_mek1.png[/img][/url]
[url=http://postimg.org/image/yzv53fo5j/][img]http://s15.postimg.org/yzv53fo5j/sn_mek2.png[/img][/url]
[url=http://postimg.org/image/9sk936l1j/][img]http://s15.postimg.org/9sk936l1j/sn_mek3.png[/img][/url]
Report
simgunz
5 years ago
Report
kacernator
5 years ago
Report
simgunz
5 years ago
I'll try to have a look at the issue if I find the time.
Report
kacernator
5 years ago
Report
kacernator
5 years ago
[url=http://postimg.org/image/uhmtnpm6h/][img]http://s12.postimg.org/uhmtnpm6h/Plocha_1_003.png[/img][/url]
[url=http://postimg.org/image/y3sn0csjt/][img]http://s12.postimg.org/y3sn0csjt/Plocha_1_004.png[/img][/url]
[url=http://postimg.org/image/hrilame89/][img]http://s12.postimg.org/hrilame89/Plocha_1_006.png[/img][/url]
Report
kacernator
5 years ago
http://s12.postimg.org/j5a85xdhp/Plocha_1_003.png
http://s12.postimg.org/9nah5vrt9/Plocha_1_004.png
http://s12.postimg.org/uvo5nb6a5/Plocha_1_006.png
Report
jadrian
6 years ago
Thank you for your work Simone
Report
simgunz
6 years ago
Report
geoaraujo
6 years ago
Report
simgunz
6 years ago
Report
znovotny
5 years ago
I'll try to look into that, though.
Report
simgunz
5 years ago
I've committed the first porting of the CMakeFiles.
Report
znovotny
5 years ago
I'll check out the links and start from there.
Report
simgunz
5 years ago
The applet is currently written in C++ not python (the legacy version was in python). The new version must be written in QML.
I think the needed steps are:
- Port the main CMake file to the KF5 formatting
- Test the dataengine in Plasma 5
- Write the interface of the applet in QML
- Make it communicate with the data engine
The two last steps should not be very difficult. Unfortunately there is still a lack of documentation about Plasma 5.
Here some useful tutorial.
https://techbase.kde.org/Development/Tutorials/Plasma5
I've started looking into the CMake file porting.
Report
simgunz
5 years ago
https://community.kde.org/Plasma/PortingTolibplasma2
Report
hen-rooster
6 years ago
If I change the day any night temps on the plasmoid settings I can see the differences. But after restarting (even after selecting it to autostart) upon restart it becomes ineffectual
I have reverted to autostart a script that calls redshift
#!/bin/bash
/usr/bin/redshift -l xx.xx:-xx.xx
(the xx.xx are my lat and long)
That works ok.
Using Opensuse 13.1 KDE 4.12.4
Should more info be required I'll gladly oblige.
Report