2019-06-01 16:25:37 +00:00
|
|
|
--[[
|
|
|
|
Conky, a system monitor, based on torsmo
|
|
|
|
|
|
|
|
Any original torsmo code is licensed under the BSD license
|
|
|
|
|
|
|
|
All code written since the fork of torsmo is licensed under the GPL
|
|
|
|
|
|
|
|
Please see COPYING for details
|
|
|
|
|
|
|
|
Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
|
|
|
|
Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
|
|
|
|
All rights reserved.
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
]]
|
|
|
|
|
|
|
|
conky.config = {
|
|
|
|
lua_load = '~/.config/conky/functions.lua',
|
|
|
|
alignment = 'top_left',
|
|
|
|
background = false,
|
|
|
|
border_width = 1,
|
|
|
|
cpu_avg_samples = 2,
|
2019-07-04 21:07:35 +00:00
|
|
|
default_color = '544647',
|
|
|
|
color0 = '705d5e',
|
|
|
|
color1 = '8c7476',
|
2019-06-01 16:25:37 +00:00
|
|
|
default_outline_color = 'white',
|
|
|
|
default_shade_color = 'white',
|
|
|
|
draw_borders = false,
|
|
|
|
draw_graph_borders = true,
|
|
|
|
draw_outline = false,
|
|
|
|
draw_shades = false,
|
|
|
|
use_xft = true,
|
|
|
|
font = 'xos4 Terminus:size=12',
|
|
|
|
gap_x = 6,
|
|
|
|
gap_y = 117,
|
|
|
|
minimum_height = 5,0,
|
|
|
|
minimum_width = 5,
|
|
|
|
net_avg_samples = 2,
|
|
|
|
double_buffer = true,
|
|
|
|
no_buffers = true,
|
|
|
|
out_to_console = false,
|
|
|
|
out_to_ncurses = false,
|
|
|
|
out_to_stderr = false,
|
|
|
|
out_to_x = true,
|
|
|
|
extra_newline = false,
|
|
|
|
own_window = true,
|
|
|
|
own_window_class = 'Conky',
|
|
|
|
own_window_type = 'override',
|
|
|
|
own_window_transparent = true,
|
|
|
|
short_units = true,
|
|
|
|
stippled_borders = 0,
|
|
|
|
update_interval = 1.0,
|
|
|
|
uppercase = false,
|
2019-07-04 21:07:35 +00:00
|
|
|
use_spacer = 'left',
|
2019-06-01 16:25:37 +00:00
|
|
|
show_graph_scale = false,
|
|
|
|
show_graph_range = false
|
|
|
|
}
|
|
|
|
|
|
|
|
conky.text = [[
|
|
|
|
-----::\
|
2019-07-04 21:07:35 +00:00
|
|
|
${lua_parse sub_space 0 ${processes}}\
|
2019-06-01 16:25:37 +00:00
|
|
|
:\
|
2019-07-04 21:07:35 +00:00
|
|
|
${lua_parse sub_space 0 ${running_processes}}\
|
2019-06-01 16:25:37 +00:00
|
|
|
:\
|
|
|
|
${lua_parse pad - 3 ${cpu}}\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color0}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$cpu\
|
|
|
|
$color\
|
|
|
|
::\
|
|
|
|
$color\
|
|
|
|
$memmax\
|
|
|
|
$color\
|
|
|
|
-\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color1}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$mem\
|
|
|
|
$color\
|
|
|
|
=\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color0}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$memeasyfree\
|
|
|
|
${color}\
|
|
|
|
|$memfree.\
|
|
|
|
[\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color0}\
|
|
|
|
${lua_parse sub_space 0 ${swap}}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$color]\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color0}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$color\
|
|
|
|
::\
|
|
|
|
\
|
|
|
|
/\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color1}\
|
|
|
|
${lua_parse sub_space 0 ${fs_free /}}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$color\
|
|
|
|
:\
|
|
|
|
m/\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color0}\
|
|
|
|
${lua_parse sub_space 0 ${fs_free /mnt/manjaro}}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$color\
|
|
|
|
:\
|
|
|
|
4/\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color0}\
|
|
|
|
${lua_parse sub_space 0 ${fs_free /mnt/4tb}}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$color\
|
|
|
|
:\
|
|
|
|
4_2/\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color0}\
|
|
|
|
${lua_parse sub_space 0 ${fs_free /mnt/4tb_2}}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$color\
|
2019-06-12 19:50:49 +00:00
|
|
|
:\
|
|
|
|
i/\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color0}\
|
|
|
|
${lua_parse sub_space 0 ${fs_free /mnt/int_data}}\
|
2019-06-12 19:50:49 +00:00
|
|
|
$color\
|
2019-06-01 16:25:37 +00:00
|
|
|
::\
|
|
|
|
\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color0}\
|
|
|
|
${lua_parse sub_space 0 ${upspeed enp3s0}}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$color\
|
|
|
|
-\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color1}\
|
|
|
|
${lua_parse sub_space 0 ${downspeed enp3s0}}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$color\
|
|
|
|
-\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color0}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$nodename\
|
|
|
|
$color\
|
|
|
|
:\
|
|
|
|
$sysname\
|
|
|
|
:\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color0}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$kernel\
|
|
|
|
$color\
|
|
|
|
[\
|
|
|
|
$machine\
|
|
|
|
]\
|
|
|
|
::\
|
|
|
|
$color\
|
|
|
|
--\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color0}\
|
2019-06-01 16:25:37 +00:00
|
|
|
${time %Y.%m.%d}\
|
|
|
|
$color\
|
|
|
|
:\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color1}\
|
2019-06-01 16:25:37 +00:00
|
|
|
${time %H:%M}\
|
|
|
|
$color\
|
|
|
|
::\
|
2019-07-04 21:07:35 +00:00
|
|
|
$color\
|
|
|
|
${lua_parse sub_space 0 ${uptime_short}}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$color\
|
|
|
|
::\
|
2019-07-04 21:07:35 +00:00
|
|
|
${color0}\
|
|
|
|
${lua_parse sub_space 0 ${hwmon temp 1}}\
|
2019-06-01 16:25:37 +00:00
|
|
|
$color\
|
|
|
|
:\
|
2019-07-04 21:07:35 +00:00
|
|
|
${lua_parse sub_space 0 ${hwmon fan 1}}\
|
2019-06-01 16:25:37 +00:00
|
|
|
:::---
|
|
|
|
]]
|
|
|
|
|
|
|
|
-- vim: set filetype=lua:
|