fix: fixed bar going offscreen
This commit is contained in:
parent
3de8465cca
commit
b231b1aafa
1 changed files with 2 additions and 2 deletions
|
@ -118,10 +118,10 @@ DateTimeStyle: %a %F %R %Z
|
|||
#DateTimeLocale: de_DE.utf8
|
||||
|
||||
# Adds a audio input(aka. microphone) widget
|
||||
AudioInput: true
|
||||
AudioInput: false
|
||||
|
||||
# Sets the audio slider to be on reveal (Just like the sensors) when true. Only affects the bar.
|
||||
AudioRevealer: false
|
||||
AudioRevealer: true
|
||||
|
||||
# Sets the rate of change of the slider on each scroll. In Percent
|
||||
AudioScrollSpeed: 5
|
||||
|
|
Loading…
Reference in a new issue