nikp123 / xava

X11 Audio Visualizer for ALSA
http://nikp123.github.io/xava
Other
134 stars 15 forks source link

Gradient not working #54

Closed VardanHeroic closed 7 months ago

VardanHeroic commented 1 year ago

Color part of my config

background = 'black'
foreground = '#5106db'

# This adjusts the opacity of the bars (must have transparency for it to work)
; foreground_opacity = 1.0

# And this does the same but for the background (under the same condition as above)
; background_opacity = 1.0

# Gradient mode, only hex defined colors are supported, background must also be
# defined in hex or remain commented out.
# To enable gradients, just change gradient_count to the number of colors you
# have specified (0 = disabled)
gradient_count = 2
gradient_color_1 = '#5106db'
gradient_color_2 = '#ff1593'

image

nikp123 commented 1 year ago

Yeah I didn't migrate that code. Will do when I get available time.

UserNameBlank commented 7 months ago

fixed with #58