Browse Source

Update cava-colors

Fixes as an error that does not display cava and gives this error-
```Error loading config. Only 'ncurses' output method supports HTML colors. Please change the colours or the output method.
As of version 0.7.0 ncurses is no longer the default output method
Gradient color 1 is invalid. It must be HTML color of the form '#xxxxxx'.```
pull/202/head
Tobi 2 years ago committed by GitHub
parent
commit
d372978571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      config/wal/templates/cava-colors

2
config/wal/templates/cava-colors

@ -86,7 +86,7 @@ source = auto
# 'raw' defaults to 200 bars, which can be adjusted in the 'bars' option above.
#
# 'sdl' uses the Simple DirectMedia Layer to render in a graphical context.
; method = ncurses
method = ncurses
# Visual channels. Can be 'stereo' or 'mono'.
# 'stereo' mirrors both channels with low frequencies in center.

Loading…
Cancel
Save