brightness keybind and remove from bar

This commit is contained in:
Chris Cochrun 2022-04-19 09:49:03 -05:00
parent 4fcc8d03e5
commit 11ff1a4829
7 changed files with 30 additions and 23 deletions

View file

@ -100,11 +100,11 @@ fading = true;
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
# fade-in-step = 0.028
fade-in-step = 0.08;
fade-in-step = 0.06;
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
# fade-out-step = 0.03
fade-out-step = 0.08;
fade-out-step = 0.06;
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
# fade-delta = 10