Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

question: how to "change" colors on conky? #51

Closed
icf20 opened this issue Jul 19, 2017 · 3 comments
Closed

question: how to "change" colors on conky? #51

icf20 opened this issue Jul 19, 2017 · 3 comments

Comments

@icf20
Copy link

icf20 commented Jul 19, 2017

hello, is there anyway to use the colours generated by wal in conky ?

@dylanaraps
Copy link
Owner

I've never used conky before, this gives me an excuse to try it. :)

We should be able to reload the config with the following command: killall -SIGUSR1 conky The tricky part now is figuring out how to change the colors.

@icf20
Copy link
Author

icf20 commented Jul 20, 2017

well conky restarts and reload the conyrc file after a change

just start conky like this conky -c bla/bla/conkyrc

cat .cache/wal/colors.sh|grep 'color0='| cut -c10-15

give a color in terminal but conky

conky: can't parse X color 'cat.cache/wal/colors.sh|grep 'color0='| cut -c10-15'

i am doing something wrong and i dont know what

edit
old config files for conky
tail -n 15 .cache/wal/colors.sh|sed "s/[=\'#]/ /g" prints the list of colours
new config files

grep color .cache/wal/colors.sh|sed "s/$/,/g"

look like $exec{grep color .cache/wal/colors.sh|sed "s/$/,/g"} dont work i will try to find why

@icf20
Copy link
Author

icf20 commented Jul 20, 2017

closed because is not longer pywal issues is conky issue

@icf20 icf20 closed this as completed Jul 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants