update
This commit is contained in:
parent
b3c56aba5d
commit
789c82942e
|
@ -63,7 +63,7 @@ conky.config = {
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
short_units = true,
|
short_units = true,
|
||||||
stippled_borders = 0,
|
stippled_borders = 0,
|
||||||
update_interval = 1.0,
|
update_interval = 3.0,
|
||||||
uppercase = false,
|
uppercase = false,
|
||||||
use_spacer = 'left',
|
use_spacer = 'left',
|
||||||
show_graph_scale = false,
|
show_graph_scale = false,
|
||||||
|
|
|
@ -27,20 +27,20 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
conky.config = {
|
conky.config = {
|
||||||
lua_load = '~/.config/conky/functions.lua',
|
lua_load = '~/.config/conky/functions.lua',
|
||||||
xinerama_head=1,
|
xinerama_head=1,
|
||||||
alignment = 'tr',
|
alignment = 'top_left',
|
||||||
background = false,
|
background = false,
|
||||||
border_width = 1,
|
border_width = 1,
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
default_color = '917c7c',
|
default_color = '544647',
|
||||||
default_outline_color = '000000',
|
default_outline_color = '000000',
|
||||||
default_shade_color = 'white',
|
default_shade_color = '000000',
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
draw_graph_borders = true,
|
draw_graph_borders = true,
|
||||||
draw_outline = false,
|
draw_outline = true,
|
||||||
draw_shades = false,
|
draw_shades = true,
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'xos4 Terminus:size=22',
|
font = 'xos4 Terminus:size=22',
|
||||||
gap_x = 6,
|
gap_x = 12,
|
||||||
gap_y = 125,
|
gap_y = 125,
|
||||||
net_avg_samples = 2,
|
net_avg_samples = 2,
|
||||||
double_buffer = true,
|
double_buffer = true,
|
||||||
|
@ -58,23 +58,20 @@ conky.config = {
|
||||||
stippled_borders = 0,
|
stippled_borders = 0,
|
||||||
update_interval = 1.0,
|
update_interval = 1.0,
|
||||||
uppercase = false,
|
uppercase = false,
|
||||||
use_spacer = 'none',
|
use_spacer = 'left',
|
||||||
|
pad_pecents = 3,
|
||||||
show_graph_scale = false,
|
show_graph_scale = false,
|
||||||
show_graph_range = false
|
show_graph_range = false
|
||||||
}
|
}
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${lua_parse pad 0 6 $mem}\
|
|
||||||
$mem\
|
$mem\
|
||||||
\
|
\
|
||||||
${lua_parse pad 0 6 ${upspeed enp3s0}}\
|
|
||||||
${upspeed enp3s0}\
|
${upspeed enp3s0}\
|
||||||
\
|
\
|
||||||
${lua_parse pad 0 6 ${downspeed enp3s0}}\
|
|
||||||
${downspeed enp3s0}\
|
${downspeed enp3s0}\
|
||||||
\
|
\
|
||||||
${lua_parse pad 0 3 ${cpu}}\
|
${cpu}%\
|
||||||
$cpu% \
|
|
||||||
]]
|
]]
|
||||||
|
|
||||||
-- vim: set filetype=lua:
|
-- vim: set filetype=lua:
|
||||||
|
|
Loading…
Reference in New Issue