update screen position

This commit is contained in:
ray 2019-05-29 10:19:50 +01:00
parent dfac51dfe4
commit 36801724ba
2 changed files with 12 additions and 14 deletions

View File

@ -25,8 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
]]
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:

View File

@ -25,8 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
]]
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: