change a litle the layout for it to became more compact and a litle more betifoul
This commit is contained in:
parent
ab9b8354fb
commit
db7ef6f15b
1 changed files with 2 additions and 4 deletions
|
@ -104,10 +104,8 @@ conky.config = {
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${color cyan}${USER}@${nodename}
|
${color cyan}${USER}@${nodename}
|
||||||
${color white}-----------------------------------------------------
|
${color white}-----------------------------------------------------
|
||||||
${color cyan}OS:${color white} ${distribution} ${machine}
|
${color cyan}OS:${color white} ${distribution} ${machine}${alignr}${kernel}${color cyan} :Kernel
|
||||||
${color cyan}Kernel:${color white} ${kernel}
|
${color cyan}Uptime:${color white} ${uptime}${alignr}${acpitemp}°C${color cyan} :ACPI temperature
|
||||||
${color cyan}Uptime:${color white} ${uptime}
|
|
||||||
${color cyan}ACPI temperature:${color white} ${acpitemp}°C
|
|
||||||
${color cyan}RAM Usage: ${color white}${membar 7,150}${alignr}${mem}/${memmax} (${memperc}%)
|
${color cyan}RAM Usage: ${color white}${membar 7,150}${alignr}${mem}/${memmax} (${memperc}%)
|
||||||
${color cyan}SWAP Usage: ${color white}${swapbar 7,150}${alignr}${swap}/${swapmax} (${swapperc}%)
|
${color cyan}SWAP Usage: ${color white}${swapbar 7,150}${alignr}${swap}/${swapmax} (${swapperc}%)
|
||||||
${color cyan}cpu average: ${color white}${cpubar cpu0}
|
${color cyan}cpu average: ${color white}${cpubar cpu0}
|
||||||
|
|
Loading…
Reference in a new issue