How is colors-waybar.css generated? #729
markg85
announced in
Announcements
Replies: 1 comment 3 replies
-
The color scheme files are created by pywal with colors from your current wallpaper. I will convert your question to a discussion. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
All themes have the include to
../../../../../.cache/wal/colors-waybar.css
which in this repo seems to be this template file: https://github.com/mylinuxforwork/dotfiles/blob/main/share/dotfiles/.config/wal/templates/colors-waybar.cssBut where in your project are you creating/filling that file?
I'm asking because i just want a subset of your, admittedly, amazing looking waybar theme! But copying these files just to their place gives me this error:
Which is this line:
Which makes me think this template (well the name already hints at it, it's a template...) is being updated/generated by something somewhere. But i can't find where. I'm guessing something somewhere with
pywal
but i can't find that for this file either.As an aside, yes, i know i'm making it more complicated for myself but just grabbing one part of your amazing work and trying to get it to work. I might want to play with more of it later but at the moment i just want my waybar to look nice :)
Beta Was this translation helpful? Give feedback.
All reactions