Awesome
Display Brightness
Adjust your display's brightness with Alfred
This workflow uses a modified version of screenbrightness.
Configuration Options
There are a number of options that can be changed through workflow variables. Click here for instructions on changing workflow variables.
Brightness Levels
- Variable:
brightness_levels
- Format: Comma-separated list of numbers between 0 and 100
- Default:
0,20,40,60,80,100
- Examples:
0,25,75,100
0,50,100
Minimum/Maximum Brightness
Keywords that you want to use to set your brightness to the minimum or maximum value (e.g. brightness min
)
- Variables:
keyword_min
andkeyword_max
- Format: String
- Defaults:
min
andmax
- Examples:
low
andhigh
dim
andbright
Minimum and maximum brightness values
- Variables:
value_min
andvalue_max
- Format: Number between 0 and 100
- Defaults:
0
and100
- Examples:
0
and100
(0
turns the screen completely off)2
and100
(2
is the lowest visible MacBook brightness)
Show minimum and maximum options? You can show the minimum option, maximum option, or both.
- Variables:
show_min
andshow_max
- Format: String;
true
orfalse
- Defaults: both
false
- Examples:
- Show both:
true
andtrue
- Show only minimum:
true
andfalse
- Show only maximum:
false
andtrue
- Show both: