[PR #1866] Add daily brightness automations #1297

Open
opened 2026-05-05 07:10:27 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/1866
Author: @TheEveEye
Created: 5/1/2026
Status: 🔄 Open

Base: mainHead: feat/daily-brightness-automations


📝 Commits (2)

  • e5dd583 Add daily brightness automations
  • afadba2 Revert development team setting

📊 Changes

6 files changed (+663 additions, -0 deletions)

View changed files

📝 MonitorControl.xcodeproj/project.pbxproj (+8 -0)
📝 MonitorControl/Enums/PrefKey.swift (+3 -0)
📝 MonitorControl/Support/AppDelegate.swift (+15 -0)
MonitorControl/Support/BrightnessAutomationManager.swift (+246 -0)
MonitorControl/Support/BrightnessAutomationWindowController.swift (+375 -0)
📝 MonitorControl/Support/MenuHandler.swift (+16 -0)

📄 Description

Adds a new UI panel for users to create automations for their screens' brightness to be set to a specified value at a set time, daily.
Solves #1865
Handles:

  • Device sleep: Sets the brightness to what it was supposed to be set to once able
  • Specific screens/all screens: Allows the user to select which screens should be affected
  • Enable/Disable: Users can enable and disable automations without deleting them

Dark mode:
Screenshot 2026-05-01 at 09 46 51
Screenshot 2026-05-01 at 09 47 01


Light mode:
Screenshot 2026-05-01 at 09 47 28
Screenshot 2026-05-01 at 09 47 35


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/MonitorControl/MonitorControl/pull/1866 **Author:** [@TheEveEye](https://github.com/TheEveEye) **Created:** 5/1/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/daily-brightness-automations` --- ### 📝 Commits (2) - [`e5dd583`](https://github.com/MonitorControl/MonitorControl/commit/e5dd583a29617950fc4215ca3e3775e735a5c7e4) Add daily brightness automations - [`afadba2`](https://github.com/MonitorControl/MonitorControl/commit/afadba2e57174d769b776cd7cdfbfcd18fec6b67) Revert development team setting ### 📊 Changes **6 files changed** (+663 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MonitorControl.xcodeproj/project.pbxproj` (+8 -0) 📝 `MonitorControl/Enums/PrefKey.swift` (+3 -0) 📝 `MonitorControl/Support/AppDelegate.swift` (+15 -0) ➕ `MonitorControl/Support/BrightnessAutomationManager.swift` (+246 -0) ➕ `MonitorControl/Support/BrightnessAutomationWindowController.swift` (+375 -0) 📝 `MonitorControl/Support/MenuHandler.swift` (+16 -0) </details> ### 📄 Description Adds a new UI panel for users to create automations for their screens' brightness to be set to a specified value at a set time, daily. Solves #1865 Handles: - Device sleep: Sets the brightness to what it was supposed to be set to once able - Specific screens/all screens: Allows the user to select which screens should be affected - Enable/Disable: Users can enable and disable automations without deleting them Dark mode: <img width="832" height="570" alt="Screenshot 2026-05-01 at 09 46 51" src="https://github.com/user-attachments/assets/4f357128-e3d8-41fb-a3e8-4def64b6423f" /> <img width="282" height="262" alt="Screenshot 2026-05-01 at 09 47 01" src="https://github.com/user-attachments/assets/607e288b-0755-4493-803e-c80c3b40499e" /> <br> Light mode: <img width="832" height="570" alt="Screenshot 2026-05-01 at 09 47 28" src="https://github.com/user-attachments/assets/7b72268c-1580-4839-a355-022c6543a6ef" /> <img width="282" height="262" alt="Screenshot 2026-05-01 at 09 47 35" src="https://github.com/user-attachments/assets/e8631134-bd4a-49b5-b1ef-e1ebc467d4d9" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 07:10:27 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/MonitorControl#1297
No description provided.