Hi-
Is there a way to run Redshift in Fluxbox 21, or another app that adjusts the display's color temperature?
Thank you.
MX Fluxbox-Redshift [Solved] [Solved]
MX Fluxbox-Redshift [Solved] [Solved]
Last edited by rej on Wed Feb 23, 2022 5:34 am, edited 2 times in total.
- alanc_2222
- Posts: 4
- Joined: Tue Feb 22, 2022 10:32 am
Re: MX Fluxbox-Redshift
Its in the package manager. You should just be able to install it and it will work.
Re: MX Fluxbox-Redshift
Or you can use the simplest & lightest one: sct
You can assign keybindings , say one for sct 2400
and the other just sct (to reset to normal)
You can also create launchers and icons on panel etc ...
You can assign keybindings , say one for sct 2400
and the other just sct (to reset to normal)
You can also create launchers and icons on panel etc ...
Re: MX Fluxbox-Redshift
Redshift-gtk is relatively heavy on resources (consumes nearly 20 Mb on my system) --> but you can run the base redshift application, which using less than 1 Mb of Ram,..
Just add " redshift & " to ~/fluxbox/startup - and bind the toggle command 'pkill -USR1 redshift' to a key-combo in ~/.fluxbox/keys
Edit: forgot to mention that I created a simple 'redshift.conf' configuration file in ~/.config/redshift/ directory:
Edit to your own requirements and settings
Just add " redshift & " to ~/fluxbox/startup - and bind the toggle command 'pkill -USR1 redshift' to a key-combo in ~/.fluxbox/keys
Edit: forgot to mention that I created a simple 'redshift.conf' configuration file in ~/.config/redshift/ directory:
Code: Select all
[redshift]
temp-day=6500
temp-night=4900
fade=0
gamma=0.9
adjustment-method=randr
location-provider=manual
[manual]
lat=51.92
lon=4.40
; Toggle command (handy if redshift in command line status)
; pkill -USR1 redshift
Last edited by ceeslans on Wed Feb 23, 2022 5:02 am, edited 1 time in total.
Sony Vaio VPCF23P (2011), Intel Core i7-2670, 6gb RAM, 240gb SSD, MX-Linux 23 based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+
Re: MX Fluxbox-Redshift
alanc_2222-
Thank you for your quick reply.
-------------------------
Huckleberry Finn-
Thanks for the tip - I had been looking for one that was more directly configurable, such as what antiX uses, and had not come across sct. The files are available on Github, so I will see how to install it.
------------------------
ceeslans-
I had installed it on an external HDD and apparently Fluxbox-Geoclue does not work in that setup. Installed directly on the laptop, it runs as expected. Redshift works on an external HDD with XFCE.
The information that you provided is excellent. Looks like the day/night color temperatures can be adjusted in the created home directory - Thank you for posting that!
----------------------
Thank you everyone for your help!
Thank you for your quick reply.
-------------------------
Huckleberry Finn-
Thanks for the tip - I had been looking for one that was more directly configurable, such as what antiX uses, and had not come across sct. The files are available on Github, so I will see how to install it.
------------------------
ceeslans-
I had installed it on an external HDD and apparently Fluxbox-Geoclue does not work in that setup. Installed directly on the laptop, it runs as expected. Redshift works on an external HDD with XFCE.
The information that you provided is excellent. Looks like the day/night color temperatures can be adjusted in the created home directory - Thank you for posting that!
----------------------
Thank you everyone for your help!
Re: MX Fluxbox-Redshift
If you mean sct it's already in MX Package Installer or simply you can:
Code: Select all
sudo apt update ; sudo apt install sct -y
Re: MX Fluxbox-Redshift [Solved]
Huckleberry Finn-
Thank you!! I did not think to check there. That is much easier.
Thank you!! I did not think to check there. That is much easier.