update screen position
This commit is contained in:
parent
dfac51dfe4
commit
36801724ba
|
@ -25,8 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
conky.config = {
|
conky.config = {
|
||||||
alignment = 'bottom_right',
|
alignment = 'bottom_left',
|
||||||
xinerama_head = 1,
|
|
||||||
background = false,
|
background = false,
|
||||||
border_width = 1,
|
border_width = 1,
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
|
@ -66,41 +65,41 @@ conky.config = {
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${color}\
|
${color}\
|
||||||
-- \
|
::: \
|
||||||
${top pid 1}\
|
${top pid 1}\
|
||||||
:\
|
:\
|
||||||
${color 553D82}\
|
${color 553D82}\
|
||||||
${top name 1}\
|
${top name 1}\
|
||||||
${color 3a2a59}\
|
${color 3a2a59}\
|
||||||
${top mem 1}${top cpu 1} \
|
${top mem 1}${top cpu 1} \
|
||||||
:::
|
--
|
||||||
${color}\
|
${color}\
|
||||||
-- \
|
::: \
|
||||||
${top pid 2}\
|
${top pid 2}\
|
||||||
:\
|
:\
|
||||||
${color 433066}\
|
${color 433066}\
|
||||||
${top name 2}\
|
${top name 2}\
|
||||||
${color 32244D}\
|
${color 32244D}\
|
||||||
${top mem 2}${top cpu 1} \
|
${top mem 2}${top cpu 1} \
|
||||||
:::
|
--
|
||||||
${color}\
|
${color}\
|
||||||
-- \
|
::: \
|
||||||
${top pid 3}\
|
${top pid 3}\
|
||||||
:\
|
:\
|
||||||
${color 32244D}\
|
${color 32244D}\
|
||||||
${top name 3}\
|
${top name 3}\
|
||||||
${color 2B1F42}\
|
${color 2B1F42}\
|
||||||
${top mem 3}${top cpu 1} \
|
${top mem 3}${top cpu 1} \
|
||||||
:::
|
--
|
||||||
${color}\
|
${color}\
|
||||||
-- \
|
::: \
|
||||||
${top pid 4}\
|
${top pid 4}\
|
||||||
:\
|
:\
|
||||||
${color 2B1F42}\
|
${color 2B1F42}\
|
||||||
${top name 4}\
|
${top name 4}\
|
||||||
${color 251a38}\
|
${color 251a38}\
|
||||||
${top mem 4}${top cpu 4} \
|
${top mem 4}${top cpu 4} \
|
||||||
:::
|
--
|
||||||
]]
|
]]
|
||||||
|
|
||||||
-- vim: set filetype=lua:
|
-- vim: set filetype=lua:
|
||||||
|
|
|
@ -25,8 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
conky.config = {
|
conky.config = {
|
||||||
alignment = 'top_right',
|
alignment = 'top_left',
|
||||||
xinerama_head = 1,
|
|
||||||
background = false,
|
background = false,
|
||||||
border_width = 1,
|
border_width = 1,
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
|
@ -65,7 +64,7 @@ conky.config = {
|
||||||
}
|
}
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
---::\
|
-----::\
|
||||||
$processes\
|
$processes\
|
||||||
:\
|
:\
|
||||||
$running_processes\
|
$running_processes\
|
||||||
|
@ -142,7 +141,7 @@ $color\
|
||||||
${color 701461}\
|
${color 701461}\
|
||||||
$uptime_short\
|
$uptime_short\
|
||||||
$color\
|
$color\
|
||||||
:::-----
|
:::---
|
||||||
]]
|
]]
|
||||||
|
|
||||||
-- vim: set filetype=lua:
|
-- vim: set filetype=lua:
|
||||||
|
|
Loading…
Reference in New Issue