We need to have some tutorials on conky. What will it work on? What do you need to install? What can i use it for? How do we do it? Interested in stuff like this and weather and what ever. Haven’t used it don’t know anything about it. If it can be used on Cinnamon and Plasma etc.
I found these on the Manjaro forum a few months ago.
## conky
background no
# Window
own_window_argb_visual true
own_window_type desktop
own_window yes
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Graphics
double_buffer yes
override_utf8_locale yes
use_xft yes
xftfont NotoSans-Bold:size=14
xftalpha 1.0
update_interval 1
uppercase no
default_outline_color black
default_shade_color black
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
text_buffer_size 1028 # 256 is minimum
no_buffers yes
short_units yes
pad_percents 2
#top_name_width 10
# Layout
alignment tl
gap_x 30
gap_y 30
minimum_size 300 5
maximum_width 400
#color0 1a5adb
#color1 1a5adb
#color2 2f2f2f
color0 9a9a9a
color1 dddddd
#color2 2f2f2f
TEXT
$alignc ${color1}EndeavourOS
$alignc ${color1}${execi 10000 awk -F= '/TION/ {print $2}' /etc/lsb-release |sed 's/"//g'}${color0}
$alignc ${color1}${execi 10000 awk -F= '/EASE=/ {printf $2" "} /NAME/ {print $2}' /etc/lsb-release}${color0}
$alignc ${color1}${kernel}${color0}
$alignc Time
${color1}${time %A} ${alignr}${time %B %e}${color0}
Current Time ${color1}${alignr}${time %l:%M %p}${color0}
Uptime ${color1}${alignr}${uptime_short}${color0}
Julian ${color1}${alignr}${time %j}${color0}
$alignc CPU: ${color1}${hwmon 1 temp 1}°C ${color0}
CPU1: ${color1}${cpu cpu1}%${alignr}${color0}${cpubar cpu1 14,70}${color0}
CPU2: ${color1}${cpu cpu2}%${alignr}${color0}${cpubar cpu2 14,70}${color0}
$alignc RAM
$alignc ${color1}${mem} / ${memfree} / ${memmax} ${color0}
$alignc HDD
$alignc ${color1}${fs_used /} / ${fs_free /} / ${fs_size /} ${color0}
# | |__${color0}${fs_used /mnt/sda3} / ${fs_free /mnt/sda3} / ${fs_size /mnt/sda3} $alignr${fs_used_perc /mnt/sda3}%${color0}
$alignc PROCESSES
${color1}${top_mem name 1}${alignr}${top mem 1}%${color0}
${color1}${top_mem name 2}${alignr}${top mem 2}%${color0}
${color1}${top_mem name 3}${alignr}${top mem 3}%${color0}
${color1}${top_mem name 4}${alignr}${top mem 4}%${color0}
${color1}${top_mem name 5}${alignr}${top mem 5}%${color0}
${color1}${top_mem name 6}${alignr}${top mem 6}%${color0}
${color1}${top_mem name 7}${alignr}${top mem 7}%${color0}
${color1}${top_mem name 8}${alignr}${top mem 8}%${color0}
${color1}${top_mem name 9}${alignr}${top mem 9}%${color0}
#${color1}${top_mem name 10}${alignr}${top mem 10}%${color0}
#$alignc DISK I/O
#${color0}Read: ${color1}${diskio_read /dev/sda1}${alignr}${color0}${diskiograph_read 14,70}${color0}
#${color0}Write: ${color1}${diskio_write /dev/sda1}${alignr}${color0}${diskiograph_write 14,70}${color0}
#
$alignc NETWORK
DL: ${color1}${downspeed enp1s6}/s${alignr}${color0}${downspeedgraph enp1s6 14,70}${color0}
UL: ${color1}${upspeed enp1s6}/s${alignr}${color0}${upspeedgraph enp1s6 14,70}${color0}
The guages: cpu, cpu, ram, upspeed, downspeed
~ I like them because I can monitor what’s happening when I’m surfing.
guages conky
############# -- Conky settings -- by giancarlo64 --#
background no
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 2048
imlib_cache_size 0
minimum_size 150 26
maximum_width 200
alignment tl
gap_x 110
gap_y 2
own_window yes
own_window_argb_visual true
own_window_transparent yes
own_window_type desktop
#own_window_class Conky
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
border_inner_margin 0
border_outer_margin 0
# -- Graphics settings -- #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# -- Lua load -- #
lua_load /home/keith/.conky/gauges.lua
lua_draw_hook_post draw_panel
TEXT
gauges.lua
--[[SILVER_CONKY v1.0 by Giancarlo64 24 Sett. 2012
http://giancarlo64.deviantart.com
]]
require 'cairo'
local graphs={}
function conky_draw_panel()
local bar_settings={
x=0,y=0,
height=60, width=340,
corners={{"circle",20}, {"circle",20}, {"circle",20}},
colour={ {0 ,0x112e44,0},
{0.5 ,0xffffff,0},
{1 ,0x112e44,0}
},
}
main_colour={{0 ,0xffffff,0.7},
{0.50 ,0xffffff,0.7},
{0.80 ,0xffffff,0.7}
}
local widgets_settings={
--cpu circle
{
name="cpu", arg="cpu1", max=100,
xw=14 ,
yw=15,
xt=39,
yt=38,
font_size=12, bold=false,
angle=0,
h_align="c",
v_align="m",
radius=32,
-- thickness=5,
colour=main_colour,
start=0,
inverse=false
},
{
name="cpu", arg="cpu2", max=100,
xw=44 ,
yw=15,
xt=250, yt=38,
font_size=12, bold=false,
v_align="m",
start=0,
radius=32,
-- thickness=5,
colour=main_colour,
},
{
name="memperc", arg="", max=100,
xw=74 ,
yw=15,
xt=250, yt=38,
font_size=12, bold=false,
v_align="m",
start=0,
radius=32,
-- thickness=5,
colour=main_colour,
},
{
name="downspeedf", arg="enp1s6", max=100,
xw=104 ,
yw=15,
xt=250, yt=38,
font_size=12, bold=false,
v_align="m",
start=0,
radius=32,
-- thickness=5,
colour=main_colour,
},
{
name="upspeedf", arg="enp1s6", max=100,
xw=134 ,
yw=15,
xt=250, yt=38,
font_size=12, bold=false,
v_align="m",
start=0,
radius=32,
-- thickness=5,
colour=main_colour,
},
}
--END EXAMPLE 1}}
--------------END OF PARAMETERS----------------
if conky_window == nil then return end
if tonumber(conky_parse("$updates"))<3 then return end
local cs = cairo_xlib_surface_create(conky_window.display, conky_window.drawable, conky_window.visual, conky_window.width, conky_window.height)
if bar_settings.x == nil then bar_settings.x=0 end
if bar_settings.y == nil then bar_settings.y=0 end
display_background(cs,bar_settings)
for i,v in pairs(widgets_settings) do
v.number=i
if v.style=="graph" and graphs[i] == nil then
graphs[i]={}
print ("setup graph " .. tostring(i) .. " at update :" .. conky_parse("$updates"))
if v.width== nil then v.width=100 end
for x=1, v.width do graphs[i][x]=0 end
end
--graphs[i][1]=0
cr = cairo_create (cs)
cairo_translate(cr,bar_settings.x,bar_settings.y)
display_widget(v,bar_settings)
cairo_destroy(cr)
cr = nil
end
cairo_surface_destroy(cs)
end
function rgb_to_r_g_b2(tcolour)
local colour,alpha=tcolour[2],tcolour[3]
return ((colour / 0x10000) % 0x100) / 255., ((colour / 0x100) % 0x100) / 255., (colour % 0x100) / 255., alpha
end
function set_pattern(t,pts)
--this function set the pattern
if #t.colour==1 then
cairo_set_source_rgba(cr,rgb_to_r_g_b2(t.colour[1]))
else
local pat = cairo_pattern_create_linear (pts[1],pts[2],pts[3],pts[4])
for i=1, #t.colour do
cairo_pattern_add_color_stop_rgba (pat, t.colour[i][1], rgb_to_r_g_b2(t.colour[i]))
end
cairo_set_source (cr, pat)
cairo_pattern_destroy(pat)
end
end
function display_background(cs,b)
function table.copy(t)
local t2 = {}
for k,v in pairs(t) do
t2[k] = {v[1],v[2]}
end
return t2
end
function draw_corner(num,t)
local shape=t[1]
local radius=t[2]
local x,y = t[3],t[4]
if shape=="line" then
if num == 1 then cairo_line_to(cr,radius,0)
elseif num == 2 then cairo_line_to(cr,x,radius)
elseif num == 3 then cairo_line_to(cr,x-radius,y)
elseif num == 4 then cairo_line_to(cr,0,y-radius)
end
end
if shape=="circle" then
local PI = math.pi
if num == 1 then cairo_arc(cr,radius,radius,radius,-PI,-PI/2)
elseif num == 2 then cairo_arc(cr,x-radius,y+radius,radius,-PI/2,0)
elseif num == 3 then cairo_arc(cr,x-radius,y-radius,radius,0,PI/2)
elseif num == 4 then cairo_arc(cr,radius,y-radius,radius,PI/2,-PI)
end
end
if shape=="curve" then
if num == 1 then cairo_curve_to(cr,0,radius ,0,0 ,radius,0)
elseif num == 2 then cairo_curve_to(cr,x-radius,0, x,y, x,radius)
elseif num == 3 then cairo_curve_to(cr,x,y-radius, x,y, x-radius,y)
elseif num == 4 then cairo_curve_to(cr,radius,y, x,y, 0,y-radius)
end
end
end
local table_corners={"circle","curve","line"}
if b.draw_me==true then b.draw_me = nil end
if b.draw_me~=nil and conky_parse(tostring(b.draw_me)) ~= "1" then return end
--check values and set default values
if b.height == nil then b.height = conky_window.height end
if b.width == nil then b.width = conky_window.width end
b.w,b.h = b.width,b.height
if b.w == nil then b.w = conky_window.width end
if b.h == nil then b.h = conky_window.height end
if b.colour==nil then b.colour={{0 ,0xffffff,1},
--{0.5 ,0xeeeeee,1},
--{1 ,0xaaaaaa,1}
} end
if b.corners == nil then b.corners={ {"line",0} } end
local t_corners = {}
local t_corners = table.copy(b.corners)
--don't use t_corners=b.corners otherwise b.corners is altered
--complete the t_corners table if needed
for i=#t_corners+1,4 do
t_corners[i]=t_corners[#t_corners]
local flag=false
for j,v in pairs(table_corners) do flag=flag or (t_corners[i][1]==v) end
if not flag then print ("error in corners table :",t_corners[i][1]);t_corners[i][1]="curve" end
end
--this way :
-- t_corners[1][4]=x
-- t_corners[2][3]=y
--doesn't work
t_corners[1]={t_corners[1][1],t_corners[1][2],0,0}
t_corners[2]={t_corners[2][1],t_corners[2][2],b.width,0}
t_corners[3]={t_corners[3][1],t_corners[3][2],b.width,b.height}
t_corners[4]={t_corners[4][1],t_corners[4][2],0,b.height}
for i=1, #b.colour do
if #b.colour[i]~=3 then
print ("error in background color table")
bar.colour[i]={1,0xFFFFFF,1}
end
end
cr = cairo_create (cs)
set_pattern(b,{b.x,b.y,b.x,b.x+b.height})
--cairo_rectangle(cr,b.x,b.y,b.width,b.height)
cairo_translate(cr, b.x, b.y)
local tc=t_corners
cairo_move_to(cr,tc[1][2],0)
cairo_line_to(cr,b.w-tc[2][2],0)
draw_corner(2,tc[2])
cairo_line_to(cr,b.w,b.h-tc[3][2])
draw_corner(3,tc[3])
cairo_line_to(cr,tc[4][2],b.h)
draw_corner(4,tc[4])
cairo_line_to(cr,0,tc[1][2])
draw_corner(1,tc[1])
cairo_fill(cr)
cairo_destroy(cr)
end
function display_text(t,b,te)
-- if t.clear then
-- cairo_set_operator(cr,CAIRO_OPERATOR_CLEAR)
--else
-- set_pattern(t,{0,0,0,b.height})
--end
cairo_save(cr)
cairo_translate(cr,t.xt,t.yt)
cairo_rotate(cr,t.angle*math.pi/180)
local mx,my=0,0
if t.h_align=="c" then
mx=-te.width/2-te.x_bearing
elseif t.h_align=="r" then
mx=-te.width
end
if t.v_align=="m" then
my=-te.height/2-te.y_bearing
elseif t.v_align=="t" then
my=-te.y_bearing
end
cairo_move_to(cr,mx,my)
cairo_show_text(cr,t.text)
cairo_stroke(cr)
cairo_restore(cr)
end
function display_widget(t,bar)
if t.draw_me==true then t.draw_me = nil end
if t.draw_me~=nil and conky_parse(tostring(t.draw_me)) ~= "1" then return end
--set default values if needed
if t.style == nil then t.style = "circle" end
if t.style ~= "text" then
if t.name==nil and t.arg==nil then
print ("No input values ... use parameters 'name' with 'arg' or only parameter 'arg' ")
return
end
if t.max==nil then
print ("No maximum value defined, use 'max'")
return
end
end
if t.name==nil then t.name="" end
if t.arg==nil then t.arg="" end
if t.text==nil then t.text="" end
if t.xt==nil then t.xt = bar.width/2 end
if t.yt==nil then t.yt = bar.height/2 end
if t.angle==nil then t.angle=0 end
if t.colour==nil then t.colour={{1,0xFFFFFF,1}} end
if t.font_name==nil then t.font_name="Free Sans" end
if t.font_size==nil then t.font_size=14 end
if t.italic==nil then t.italic=false end
if t.oblique==nil then t.oblique=false end
if t.bold==nil then t.bold=false end
if t.radius == nil then t.radius = 90 end
--if t.radius > 100 then t.radius = 100 end
if t.start==nil then t.start = 0 end
if t.inverse==nil then t.inverse=false end
if t.hand==nil then t.hand=0 end
if t.thickness== nil then t.thickness = 2 end
if t.draw_border==nil then t.draw_border=true end
if t.width== nil then t.width = 100 end
if t.height==nil then t.height=10 end
if t.t_align== nil then t.t_align = "l" end
if t.b_align== nil then t.b_align = "l" end
if t.h_align==nil then t.h_align="l" end
if t.v_align==nil then t.v_align="b" end
if t.style=="text" and t.yt==nil then t.yt = conky_window.height/2 end
if t.style=="bar" then
if t.xw == nil then t.xw = bar.width/2 end
if t.yw == nil then t.yw = bar.height*0.52 end
if t.width == nil then t.width = 100 end
if t.height == nil then t.height = 10 end
end
if t.style=="circle" then
if t.yw == nil then t.yw = bar.height/2 end
if t.xw == nil then t.xw = bar.width/2 end
end
if t.style=="graph" then
if t.xw == nil then t.xw = bar.width/2 end
if t.yw == nil then t.yw = bar.height*0.52 end
if t.auto_scale== nil then t.auto_scale=false end
if t.fill_graph== nil then t.fill_graph=false end
end
if t.xw == nil then t.xw = t.xt end
if t.yw == nil then t.yw = t.yt end
if t.yt == nil then t.yt = t.yw end
-- if t.h_align==nil then t.h_align="l" end
-- if t.v_align==nil then t.v_align="b" end
--if t.reflection_alpha == nil then t.reflection_alpha=0 end
--if t.reflection_length == nil then t.reflection_length=1 end
--if t.reflection_scale == nil then t.reflection_scale=1 end
--if t.skew_x==nil then t.skew_x=0 end
--if t.skew_y==nil then t.skew_y=0 end
local slant = CAIRO_FONT_SLANT_NORMAL
local weight = CAIRO_FONT_WEIGHT_NORMAL
if t.italic then slant = CAIRO_FONT_SLANT_ITALIC end
if t.oblique then slant = CAIRO_FONT_SLANT_OBLIQUE end
if t.bold then weight = CAIRO_FONT_WEIGHT_BOLD end
for i=1, #t.colour do
if #t.colour[i]~=3 then
print ("error in color table")
t.colour[i]={1,0xFFFFFF,1}
end
end
cairo_select_font_face(cr, t.font_name, slant,weight)
cairo_set_font_size(cr,t.font_size)
local te=cairo_text_extents_t:create()
tolua.takeownership(te)
t.text=conky_parse(t.text)
cairo_text_extents (cr,t.text,te)
if t.clear then
cairo_set_operator(cr,CAIRO_OPERATOR_CLEAR)
else
--set_pattern(t,{bar.height/2,0,-bar.height/2,0})
set_pattern(t,{0,0,0,bar.height})
end
if t.style=="circle" then
display_circle(t,bar,te)
elseif t.style=="bar" then
display_bar(t,bar,te)
elseif t.style == "text" then
display_text(t,bar, te)
elseif t.style=="graph" then
display_graph(t,bar, te)
end
end
function get_value(t)
local value = 0
if t.name ~="" then
value = tonumber(conky_parse(string.format('${%s %s}', t.name, t.arg)))
--$to_bytes doesn't work when value has a decimal point,
--https://garage.maemo.org/plugins/ggit/browse.php/?p=monky;a=commitdiff;h=174c256c81a027a2ea406f5f37dc036fac0a524b;hp=d75e2db5ed3fc788fb8514121f67316ac3e5f29f
--http://sourceforge.net/tracker/index.php?func=detail&aid=3000865&group_id=143975&atid=757310
--conky bug?
--value = (conky_parse(string.format('${%s %s}', t.name, t.arg)))
--if string.match(value,"%w") then
-- value = conky_parse(string.format('${to_bytes %s}',value))
--end
else
value = tonumber(t.arg)
end
if value==nil then value =0 end
return value
end
function display_circle(t,b,te)
if t.text ~= "" then display_text(t,b,te) end
cairo_save(cr)
cairo_translate(cr,t.xw,t.yw)
cairo_rotate(cr,-math.pi/2)
local r = b.height*t.radius/200
cairo_set_line_width(cr,t.thickness)
if t.xw == nil then
t.xw = r+te.height+t.thickness
else
t.xw= t.xw-t.xt
end
if t.draw_border then
cairo_arc(cr,0,0,r,0,2*math.pi)
cairo_stroke(cr)
end
local pct = get_value(t)/t.max
cairo_move_to(cr,0,0)
cairo_rotate(cr,t.start*math.pi/180)
if t.hand >0 then
cairo_set_line_cap(cr,CAIRO_LINE_CAP_ROUND)
if t.inverse then
cairo_rotate(cr,-2*math.pi*pct)
else
cairo_rotate(cr,-2*math.pi*(1-pct))
end
cairo_line_to(cr,t.hand*r/100,0)
cairo_stroke(cr)
else
if t.inverse then
cairo_arc_negative(cr,0,0,r,0,-2*math.pi*pct)
else
cairo_arc(cr,0,0,r,0,-2*math.pi*(1-pct))
end
end
cairo_fill(cr)
cairo_restore(cr)
end
function display_bar(t,b,te)
if t.text ~= "" then display_text(t,b,te) end
cairo_translate(cr,t.xw,t.yw)
cairo_save(cr)
cairo_set_line_width(cr,t.thickness)
if t.draw_border then
cairo_rectangle(cr,0,0,t.width,t.height)
cairo_stroke(cr)
end
local pct = get_value(t)/t.max
cairo_move_to(cr,0,0)
if t.inverse then
cairo_rectangle(cr,t.width*(1-pct),0,t.width-t.width*(1-pct),t.height)
else
cairo_rectangle(cr,0,0,t.width*pct,t.height)
end
cairo_fill(cr)
cairo_restore(cr)
end
function display_graph(t,b,te)
if t.text ~= "" then display_text(t,b,te) end
cairo_translate(cr,t.xw,t.yw)
cairo_save(cr)
cairo_set_line_width(cr,t.thickness)
if t.draw_border then
cairo_rectangle(cr,0,0,t.width,t.height)
cairo_stroke(cr)
end
local pct = get_value(t)/t.max
for i=2,t.width do
graphs[t.number][i-1]=graphs[t.number][i]
end
graphs[t.number][t.width]=get_value(t)
local automax=0
if t.auto_scale then
for i=1,t.width do
automax = math.max (automax,graphs[t.number][i])
end
else
automax=t.max
end
for i=1,t.width do
if t.inverse then
cairo_line_to(cr, i, (automax-graphs[t.number][t.width-i+1])/automax*t.height)
else
cairo_line_to(cr, i, (automax-graphs[t.number][i])/automax*t.height)
end
end
if t.fill_graph then
cairo_line_to(cr,t.width,t.height)
cairo_line_to(cr,0,t.height)
cairo_close_path(cr)
cairo_fill(cr)
else
cairo_stroke(cr)
end
cairo_restore(cr)
end
Here’s mine:
A basic EOS Conky adapted on Endeavour wallpaper that you could get below.
To download the wallpaper
To download conky_eos.zip
Click on View Code to download files…
Unzip the conky_eos.zip folder in your /home/username/.conky and you are done, knowing you already installed Conky.
To replace the network enp25s0 by your identifier you will get it with
ip link
For those who use wifi, you will need to add your identifier something like wsp1s0. To get it :
wconfig
To install Conky
pacman -S conky
or you could also install Conky Manager a graphic interface to manage your Conky.
pacman -S conky-manager
That`s my conky.
Really nice Conky, but… as I like my desktop clean, would it be possible to hide a Conky row like yours with one click, and bring it back the same way?
/The Conky Noob/Idiot
If you want an easy fast way to active or desactive Conky use conky-manager is a graphic interface where you see your active conky that you could desactive and more.
pacman -S conky-manager
It turned out to be a symbiosis, I took it here on the forum, only the sections show why it’s not right, the installation of the base on the wiki, while I’m just learning. How can I fix something to show sections root,home separately?
Hi @newuserskay, neat a fan of Vic20 here ! Welcome to EndeavourOS.
So open with Mousepad or in the Terminal your conky file generally at /home/username/.conky/yourconkyfile then adapt it with this code below :
SYSTEM: ${fs_used /} > $fs_size
${fs_bar 8,160 /}
HOME: ${fs_used /home} > ${fs_size /home}
${fs_bar 8,160 /home}
In Terminal :
nano /home/username/.conky/conkyfilename
Hi, for some reason, the same values are not determined, the same sda2-root sda4-home.
Here is the code
conky
background no
Window
own_window_argb_visual yes
own_window_type desktop
own_window yes
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
Graphics
double_buffer yes
override_utf8_locale yes
use_xft yes
xftfont Inter-Medium size=12
xftalpha 1.0
update_interval 1
uppercase no
default_outline_color black
default_shade_color black
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
text_buffer_size 1028 # 256 is minimum
no_buffers yes
short_units yes
pad_percents 2
#top_name_width 10
Layout
alignment top_right
gap_x 30
gap_y 30
minimum_size 300 5
maximum_width 400
#color0 1a5adb
#color1 1a5adb
#color2 2f2f2f
color0 9a9a9a
color1 dddddd
#color2 2f2f2f
own_window_argb_value 0
own_window_colour 000000
TEXT
$alignc ${color1}${execi 10000 awk -F= ‘/TION/ {print $2}’ /etc/lsb-release |sed ‘s/"//g’}${color0}
$alignc ${color1}${execi 10000 awk -F= ‘/EASE=/ {printf $2" "} /NAME/ {print $2}’ /etc/lsb-release}${color0}
$alignc ${color1}${kernel}${color0}
$alignc Time
${color1}${time %A} ${alignr}${time %e %B %H:%M}${color0}
Current Time ${color1}${alignr}${time %l:%M %p}${color0}
Uptime ${color1}${alignr}${uptime_short}${color0}
User ${color1}${alignr}${time %j}${color0}
$alignc SYSTEM
${color2}SYSTEM:$color${fs_used /} > ${color2}${fs_size}
${fs_bar 8,300 /}
${color2}HOME:$color${fs_used /home} > ${color2}${fs_size /home}
${fs_bar 8,300 /}
${color2}CPU: $color${exec cat /proc/cpuinfo | grep ‘model name’ | cut -c 14-30 | uniq}
${color2}${cpugraph 15,300}${voffset -21}
${alignc}${cpu cpu0}%
${color2}FREQ: $color${freq} MHz
${color2}TEMP: $color${hwmon 0 temp 1} °C
${color2}FAN : $color${exec sensors | grep fan | cut -c 15-21}
${color2}RAM : $color$mem > ${color2}$memmax
${membar 8,300}
${color2}SWAP: $color$swap > ${color2}$swapmax
${swapbar 8,300}
$alignc PROCESSES
${color1}${top_mem name 1}${alignr}${top mem 1}%${color0}
${color1}${top_mem name 2}${alignr}${top mem 2}%${color0}
${color1}${top_mem name 3}${alignr}${top mem 3}%${color0}
${color1}${top_mem name 4}${alignr}${top mem 4}%${color0}
${color1}${top_mem name 5}${alignr}${top mem 5}%${color0}
${color1}${top_mem name 6}${alignr}${top mem 6}%${color0}
${color1}${top_mem name 7}${alignr}${top mem 7}%${color0}
${color1}${top_mem name 8}${alignr}${top mem 8}%${color0}
${color1}${top_mem name 9}${alignr}${top mem 9}%${color0}
#${color1}${top_mem name 10}${alignr}${top mem 10}%${color0}
#$alignc DISK I/O
#${color0}Read: ${color1}${diskio_read /dev/sda3}${alignr}${color0}${diskiograph_read 14,70}${color0}
#${color0}Write: ${color1}${diskio_write /dev/sda3}${alignr}${color0}${diskiograph_write 14,70}${color0}
$alignc NETWORK
${color2}IP: $color${addr enp3s}
DL: ${color1}${downspeed enp3s0}/s${alignr}${color0}${downspeedgraph enp3s0 14,70}${color0}
UL: ${color1}${upspeed enp3s0}/s${alignr}${color0}${upspeedgraph enp3s0 14,70}${color0}
Look, there may be an error in it, please. I installed it manually, in general, everything works well, except for Conky
sda1-boot sda2-root sda3-swap sda4-home standard breakdown
Where did you place your conky file exatly ?
Your code seems to be ok about / and /home
Could you give me the feedback in the Terminal from :
df /dev/sda*
[user@ArchLinux ~]$ df /dev/sda*
Файловая система 1K-блоков Использовано Доступно Использовано% Cмонтировано в
dev 8175340 0 8175340 0% /dev
dev 8175340 0 8175340 0% /dev
/dev/sda2 308587328 28548508 264293796 10% /
dev 8175340 0 8175340 0% /dev
dev 8175340 0 8175340 0% /dev
So it’s not sda your disk ! I don’t see the HOME ?
Mine for exemple is on sdh and it gives :
$ df /dev/sdh*
Sys. de fichiers blocs de 1K Utilisé Disponible Uti% Monté sur
dev 4033264 0 4033264 0% /dev
/dev/sdh1 293296 280 293016 1% /boot/efi
/dev/sdh2 28706812 9532904 17692644 36% /
/dev/sdh3 267876000 325116 253873880 1% /home
dev 4033264 0 4033264 0% /dev
That’s why Conky recognize it…
[user@ArchLinux ~]$ df /dev/sda
Файловая система 1K-блоков Использовано Доступно Использовано% Cмонтировано в
dev 8175340 0 8175340 0% /dev
Could you open your hard drive on GPARTED and send me a screenshoot you have a soft for it SCREEN CAPTURE already installed by default
Thanks like you see your /HOME doesn’t appears, there is NO MOUNTPOINT for it, that’s why Conky doesn’t recognize it, and I don’t know why you put your SWAP in the middle ? look mine :
Let’s do this and give me feedback :
lsblk -f
Here the icons are unmounted, everyone is standing, but does not see conky.
I don’t understand what’s the matter