![]() |
Conky Configuration
Hi I have two questions regarding conky:
1) On my bar, I include the following information about upload and download: Code:
${color} Net: ${color e0e0e0}${font}${downspeed eth0} ${totaldown eth0} ${color} downloaded ${color e0e0e0} | ${color e0e0e0}${upspeed eth0} ${totalup eth0} ${color} uploaded2) My conky runs as a horizontal bar at the top of the screen. Sometimes the end of it gets cut off, however, even though it's only using 80% of screen width. Is there anyway to adjust this? Here is my entire .conkyrc Code:
|
Quote:
add another line substituting wlan0 for eth0 with another conditional ${if_up wlan0} code ${endif} Quote:
Try adjusting Code:
#to prevent window from movingCode:
maximum_width 1680 |
Thank you for your response. I edited the config to read as follow:
.conkyrc Code:
${color} Net: ${color e0e0e0}${font}${if_up eth0}${downspeed eth0} ${totaldown eth0}${endif}${if_up wlan0}${downspeed wlan0} ${totaldown wlan0}${endif} Could this be because ifconfig still displays eth0, lo and wlan0, so it thinks that the interface does exist? EDIT: Solved the wlan0/eth0 issue. I had to add a line to the file: Code:
if_up_strictness addressI am still having issues with the length of conky across top. I added the maximum_width and it did nothing. Still cuts off and only uses ~80% of screen width |
| All times are GMT -5. The time now is 09:57 AM. |