change position of conky
This commit is contained in:
parent
00675b6542
commit
db0adbeafd
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,7 @@ conky.config = {
|
|||
-- screen related
|
||||
alignment = 'top_right',
|
||||
gap_x = 200,
|
||||
gap_y = 150,
|
||||
gap_y = 55,
|
||||
|
||||
-- font
|
||||
font = '0xProto:size=11.25',
|
||||
|
@ -107,6 +107,7 @@ ${color white}-----------------------------------------------------
|
|||
${color cyan}OS:${color white} ${distribution} ${conky_build_arch}
|
||||
${color cyan}Kernel:${color white} ${kernel}
|
||||
${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}SWAP Usage: ${color white}${swapbar 7,150}${alignr}${swap}/${swapmax} (${swapperc}%)
|
||||
${color cyan}cpu average: ${color white}${cpubar cpu0}
|
||||
|
|
Loading…
Reference in a new issue