diff --git a/conky-bottom.conf b/conky-bottom.conf index eeb7937..7c50e0c 100644 --- a/conky-bottom.conf +++ b/conky-bottom.conf @@ -25,8 +25,7 @@ along with this program. If not, see . ]] conky.config = { - alignment = 'bottom_right', - xinerama_head = 1, + alignment = 'bottom_left', background = false, border_width = 1, cpu_avg_samples = 2, @@ -66,41 +65,41 @@ conky.config = { conky.text = [[ ${color}\ --- \ +::: \ ${top pid 1}\ :\ ${color 553D82}\ ${top name 1}\ ${color 3a2a59}\ ${top mem 1}${top cpu 1} \ -::: +-- ${color}\ --- \ +::: \ ${top pid 2}\ :\ ${color 433066}\ ${top name 2}\ ${color 32244D}\ ${top mem 2}${top cpu 1} \ -::: +-- ${color}\ --- \ +::: \ ${top pid 3}\ :\ ${color 32244D}\ ${top name 3}\ ${color 2B1F42}\ ${top mem 3}${top cpu 1} \ -::: +-- ${color}\ --- \ +::: \ ${top pid 4}\ :\ ${color 2B1F42}\ ${top name 4}\ ${color 251a38}\ ${top mem 4}${top cpu 4} \ -::: +-- ]] -- vim: set filetype=lua: diff --git a/conky-top.conf b/conky-top.conf index f0ee8ba..e2d29e9 100644 --- a/conky-top.conf +++ b/conky-top.conf @@ -25,8 +25,7 @@ along with this program. If not, see . ]] conky.config = { - alignment = 'top_right', - xinerama_head = 1, + alignment = 'top_left', background = false, border_width = 1, cpu_avg_samples = 2, @@ -65,7 +64,7 @@ conky.config = { } conky.text = [[ ----::\ +-----::\ $processes\ :\ $running_processes\ @@ -142,7 +141,7 @@ $color\ ${color 701461}\ $uptime_short\ $color\ -:::----- +:::--- ]] -- vim: set filetype=lua: