Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1689  / 1 Year ago, fri, november 18, 2022, 10:17:36

My current conky config file looks like below and I find it pretty ugly.




TEXT



Temp: ${color e0e0e0}${acpitemp}${color} | Uptime: ${color
e0e0e0}${uptime_short}${color} | Cpu: ${color e0e0e0}${cpu}%${color}
Ram: ${color e0e0e0}${mem}${color} Swap: ${color
e0e0e0}${swapperc}%${color} Disk: ${color e0e0e0}${fs_used_perc
/}%${color}




Now when I try changing it to the below format it disturbs my conky's layout.




TEXT



Temp: ${color e0e0e0}${acpitemp}${color} |



Uptime: ${color e0e0e0}${uptime_short}${color} |



Cpu: ${color e0e0e0}${cpu}%${color} Ram: ${color
e0e0e0}${mem}${color} Swap: ${color e0e0e0}${swapperc}%${color}
Disk: ${color e0e0e0}${fs_used_perc /}%${color}




Currently



enter image description here



After changing



enter image description here



Now you can see as soon as I change my config file's format it changes my conky's layout.



So, my question is there any way through which I can keep my current conky layout but format/align my config file's text in a better way so that it is easy to understand and edit.


More From » conky

 Answers
1

I don't think it's possible to align or arrange the text in your config file without influencing the conky itself, but maybe setting a Highlight Mode in the text editor you use can help to get better oversight of the text. I use 'Scientific matlab' in gedit, you get different colors for different kinds of items...


[#37245] Saturday, November 19, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
kilusy

Total Points: 171
Total Questions: 110
Total Answers: 128

Location: Cayman Islands
Member since Sat, Dec 5, 2020
3 Years ago
;