I am on Mint XFCE and Redshift is just so inconsistent and I have tried its forks, also inconsistent. So instead I have been using sct in the terminal to adjust the temperature, and have set a command that resets it back to normal every time that I log on. However, I was wondering if there is a way to make it so that “sct 2750” runs every day at 10 pm or during a specific period of time.

Edit: I figured out the solution which was to create a crontab with the following line in it: 0 22 * * * env DISPLAY=:0 XAUTHORITY=$HOME/.Xauthority /usr/bin/sct 2750

  • calm.like.a.bomb@lemmy.ml
    link
    fedilink
    English
    arrow-up
    19
    ·
    1 year ago

    You mean running systemd timers? Yes, they are great, but for a beginner I think understanding crontabs is still better.

    Also, who said crontabs are deprecated? Do you have a source for that?

    • ∟⊔⊤∦∣≶@lemmy.nz
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      9
      ·
      1 year ago

      Idk i remember reading that theres a new way. Maybe it isnt deprecated? Yes systemd timers is the new way

      • amyipdev@lib.lgbt
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        systemd timers are not actually universal. not everyone uses systemd, some use sysvinit, openrc, etc. systemd timers are also much more difficult to set up.

        cron is not “deprecated” and is still widely used industrially and locally.