You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Conky is starting a little script that ask the router for all active network devices. At the end i have a simple list
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:
or
But both doesn't work. How can i add color information to the text file so that conky can use it?
The text was updated successfully, but these errors were encountered: