Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HA
Posts
1
Comments
41
Joined
1 mo. ago

  • I use Redshift to change the color temp on my monitors.

    I have cron jobs at 1930 to change to night mode, and 0600 to revert back to day mode.

    I'm very certain the temp change can be scheduled within Redshift itself, but I'd have to leave the terminal open, figure out the documentation, arguments, etc. Creating the cron jobs was easier for me. 🤷

  • Another option is to run a Powershell command like this:

    while ($true) { [System.Windows.Forms.SendKeys]::SendWait("{F15}") Start-Sleep -Seconds 300 }

    Not only does it keep your Teams status Active, it also prevents the screensaver from kicking in. This causes some wonky stuff in Citrix apps, so be sure to stop the command before you launch anything Citrix-related.