From cc1da18479dc9de8b061f66f2ee6c47478a7e9b4 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 19 Oct 2019 11:35:21 -0400 Subject: [PATCH] fix alignment in default conf --- data/conky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/conky.conf b/data/conky.conf index e75b5f11..9a244b08 100644 --- a/data/conky.conf +++ b/data/conky.conf @@ -77,7 +77,7 @@ ${color grey}File systems: ${color grey}Networking: Up:$color ${upspeed} ${color grey} - Down:$color ${downspeed} $hr -${color grey}Name PID CPU% MEM% +${color grey}Name PID CPU% MEM% ${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2} ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}