sb: gammastep in the background
This commit is contained in:
parent
669092aed6
commit
0f9a661a68
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ function screen_brightness_wlroots() {
|
|||
brightness="${1:-1}"
|
||||
temp="${2:-6500}"
|
||||
|
||||
gammastep -b "$brightness" -O "$temp"
|
||||
pkill -f "gammastep"
|
||||
gammastep -b "$brightness" -O "$temp" &
|
||||
}
|
||||
function screen_brightness_x11() {
|
||||
redshift -x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue