Centralize all brightness commands

This commit is contained in:
David Heinemeier Hansson
2026-01-19 17:49:53 -04:00
parent 713b6e3a36
commit 5e1ce16358
4 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Adjust brightness on the most likely display device.
# Usage: omarchy-cmd-brightness <step>
# Usage: omarchy-brightness-display <step>
step="${1:-+5%}"