I’ve been wanting a reason to learn rust and decided to update a bash script I had on the AUR. If you’ve got any suggestions for improvements, feel free to create an issue / merge.

  • Nuuskis9@feddit.nl
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    Does it have option to add or remove certain percentage with one command?

    Since it supports multiple monitors, is there finally desktop monitors with brightness support??! Pretty perfect to use function keys (XF86KeySum on laptops) and just a modifier/shift for second monitor. Awesome!

    • DevorlonOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      10 months ago

      Does it have option to add or remove certain percentage with one command?

      I believe the value used when running brightness [value] is a percentage of your monitors total brightness. e.g. If one monitor can reach 400/nits and another 900/nits, then brightness 50 would set it to 200/nits and 450/nits respectively.

      XF86KeySum on laptops

      DDCUtil which is what this is based on unfortunately doesn’t support laptops.

      is there finally desktop monitors with brightness support?

      The program effectively changes the brightness via the monitors on screen display.

      OSD