Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradient not working #54

Closed
VardanHeroic opened this issue Sep 24, 2023 · 2 comments
Closed

Gradient not working #54

VardanHeroic opened this issue Sep 24, 2023 · 2 comments

Comments

@VardanHeroic
Copy link

VardanHeroic commented Sep 24, 2023

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
Copy link
Owner

nikp123 commented Sep 24, 2023

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

@UserNameBlank
Copy link
Contributor

fixed with #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants