Redshift Tray by ltGuillaume
22 | Redshift by Jon Lund Steffensen
Redshift Tray is a no-frills GUI for the excellent screen temperature adjustment tool Redshift by Jon Lund Steffensen. Redshift Tray allows you to:
25 |It also includes a set of extra hotkeys. Admittedly, these are entirely based on my personal preferences, but since this program is put together in AutoHotkey, it’s easy to add your own hotkeys and remove the ones you think are rubbish.
36 |Hotkeys | |
Alt Home | Reset Redshift (press again to reset brightness) |
Alt Pause | Pause Redshift for the set amount of minutes |
Alt End | Disable Redshift |
Alt PgUp | Increase brightness |
Alt PgDn | Decrease brightness |
RAlt Home | Force night temperature (press again to reset brightness) |
RAlt End | End forced temperature |
RAlt PgUp | Increase forced temperature |
RAlt PgDn | Decrease forced temperature |
Extra Hotkeys | 49 ||
LCtrl LWin RWin RCtrl RAlt RCtrl Menu | Type to run |
LCtrl LWin x2 RWin x2 RCtrl RAlt x2 RCtrl Menu x2 | Windows Run dialog |
RAlt 9 | Toggle window on top click-through |
RAlt 0 | Toggle window always on top |
RAlt - | Decrease window opacity |
RAlt = | Increase window opacity |
RAlt . | Switch between open items (Alt Tab) |
RAlt , | Switch between open items (Shift Alt Tab) |
RAlt x2 | Close current browser tab / app window |
Menu + Arrows | Aero Snap |
Menu Pause | Suspend computer |
Menu Home | Restart computer |
Menu End | Hibernate computer |
Menu P | Presentation display mode |
Menu [ | MM: Previous |
Menu ] | MM: Next |
Menu Backspace | MM: Stop |
Menu Shift Menu Space | MM: Play/Pause |
Menu M | MM: Mute |
RCtrl Up | MM: Volume up |
RCtrl Down | MM: Volume down |
Wheel on taskbar | MM: Volume up/down |
Double-click on taskbar | Show desktop |
Middle-click on taskbar | Open Task Manager |
Ctrl click on taskbar | Toggle autohide taskbar |
Remote Desktop Mode | 75 ||
RCtrl x2 | Switch between RDP host/client |
scoop bucket add extras
, then scoop add redshift-tray
).daytemp=6500
).nighttemp=3500
).fullscreenmode=1
. If you wish to exclude some full-screen windows from full-screen mode (such as browsers), you can specify a list of their WinTitles in fullscreenignore. For example, fullscreenignore=ahk_class MozillaWindowClass|ahk_class Chrome_WidgetWin_1
will exclude Firefox and Chrome/Chromium windows from full-screen mode.nighttime=1800
and daytime=0600
, where the values depict 24h military time. Then, set customtimes=1
. At night, the nighttemp
value will be applied, while during the day, the daytemp
will be set.keepaliveseconds=5
to check for the Redshift process every 5 seconds. A value of 0 will turn it off.colorizecursor=1
and Redshift Tray will write MouseTrails=-1 to HKCU\Control Panel\Mouse in your registry to fix this. You'll need to save and exit the config file, then restart Windows or log off to get this working.hotkeys=1
will enable the set of hotkeys, while (big surprise) hotkeys=0
disables them. Similarly, you can control the extra set of hotkeys with the entry extrahotkeys.ctrlwforralt=ahk_class TTOTAL_CMD|ahk_exe gajim.exe
to use Ctrl+W for the Total Commander main window (which has tabs) and Gajim messenger windows.keepbrightness=1
you can apply the brightness setting even when you disable the gamma adjustment (when paused or disabled). This could help if your monitor starts humming or flickering with a low backlight brightness. You will lose some "color space", though.keepcalibration=1
to have Redshift Tray keep that into account. This will, however, require Redshift Tray to run as administrator (it will take care of that for you).nofading=1
.remotedesktop=1
. This way, you can run this gem in both environments, switch between local and remote sessions by double-tapping RCtrl, and change the local Redshift settings while in a remote screen.rdpnumlock=1
will take care of this.startdisabled=1
.runasadmin=1
so that Redshift Tray will try to run as admin, too. If this scenario doesn’t really occur on your system, leave the damn thing alone.traveling=1
after which the coordinates will be updated every time Redshift is enabled. It'll keep its mouth shut if there's no Internet connection, though. Be aware that each time this will trigger a query to the ipapi service (specifically to the URL https://ipapi.co/latlong
). Since the location is based on your IP, don't use this when a VPN is active.You. Are. Done!
107 |