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

Colors in Text files #77

Open
hollysheep opened this issue Jun 7, 2023 · 0 comments
Open

Colors in Text files #77

hollysheep opened this issue Jun 7, 2023 · 0 comments

Comments

@hollysheep
Copy link

Conky is starting a little script that ask the router for all active network devices. At the end i have a simple list

192.168.178.21 tv
192.168.178.22 notebook
192.168.178.23 smartphone

I want to customize the script so that some of the lines are red or green or what else. I have to do this in the script so that the text file passed to conky already contains the color information. something like:

192.168.178.21 tv
${color #ffc11f}192.168.178.22 notebook
192.168.178.23 smartphone

or

192.168.178.21 tv
${color #ffc11f}192.168.178.22 notebook
192.168.178.23 smartphone

But both doesn't work. How can i add color information to the text file so that conky can use it?

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

1 participant