Nightmode is a kwin plugin that makes the entire screen darker. The reason behind this for when you are using the laptop at night, either outside or in bed - and find that even on the darkest screen backlight level the screen is way too bright. The plugin can be turned on or off by a simple key combination, and the amount of dimming can be configured. Reproducible: Always Steps to Reproduce: Working (and useful) on my amd64 notebook.
Created attachment 229223 [details] tha ebuild The package unpacks into ${WORKDIR}/nightmode, and I simply renamed it into nightmode-0.1. Not sure if that conforms to your ebuild coding standards.
remove the src_unpack() function and add S="${WORKDIR}/${PN}" instead. SLOT should be 0, not 4 Replace SRC_URI="http://www.sharpley.org.uk/pages/software/nightmode/nightmode_0.1.tar.gz" with SRC_URI="http://www.sharpley.org.uk/pages/software/${PN}/${PN}_${PV}.tar.gz"
In the kde overlay as kde-misc/nightmode-0.2 Please test; after some positive feedback it will move to the main tree...
The sourcecode has unfortunately disappeared.
I have posted a message to the developer and apparently he messed up his website for a while. I'll also attach the ebuild for nightmode-0.2. Thanks.
Created attachment 260220 [details] ebuild for nightmode-0.2
Also, to speed things up a little, here is the link to the source of this nice plugin: http://kde-apps.org/content/show.php/Nightmode?content=123805
In tree. Thank you!