Conky
Dernière modification : 30 Mar 2020Mon Conky
~/.config/conky/conky.conf
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
conky.config = {
background = true,
own_window = true,
own_window_transparent = false,
own_window_argb_visual = true,
own_window_argb_value = 0.5,
own_window_colour = '000000',
own_window_class = 'Conky',
own_window_type = 'panel',
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
alignment = 'top_left',
gap_x = 4,
gap_y = 0,
minimum_height = 24,
cpu_avg_samples = 4,
net_avg_samples = 2,
draw_borders = false,
border_width = 0,
default_bar_height = 16,
default_bar_width = 153,
default_outline_color = '24A4E3',
default_shade_color = 'white',
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,
use_xft = true,
xftalpha = 1,
font = 'Unispace:bold:size=10',
default_color = 'A3A3A3',
color1 = '343434',
color2 = '24A4E3',
no_buffers = true,
double_buffer = true,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
stippled_borders = 0,
update_interval = 1.0,
uppercase = false,
use_spacer = 'none',
short_units = true,
show_graph_scale = false,
show_graph_range = false,
}
conky.text = [[
${voffset 6}${color1}${cpubar}${offset -86}${color}CPU${goto 6}${color2}${CPU}%${goto 164}${color1}${membar}${offset -86}${color}RAM${goto 166}${color2}${mem}${goto 324}${color1}${fs_bar /}${offset -90}${color}ROOT${goto 326}${color2}${fs_used /}${goto 484}${color1}${fs_bar /home}${offset -90}${color}HOME${goto 486}${color2}${fs_used /home}${goto 644}${color1}${fs_bar /home/rela/Raid}${offset -90}${color}RAID${goto 646}${color2}${fs_used /home/rela/Raid}${goto 779}${color2}${texeci 3600 cat /proc/mdstat | grep blocks | cut -c 42-43}${goto 804}${color1}${upspeedgraph enp5s0 16,152 -l -t}${offset -150}${color}UP ${color2}${upspeed enp5s0}${goto 964}${color1}${downspeedgraph enp5s0 16,152 -l -t}${offset -150}${color}DOWN ${color2}${downspeed enp5s0}${goto 1124}${color1}${execbar 16,152}${offset -140}${color}VPN ${color2}${texeci 10 nordvpn status | grep Status | cut -c 9-20}${goto 1284}${color1}${execbar 16,152 sensors | grep temp1 | cut -c16-17}${offset -86}${color}CPU${goto 1286}${color2}${execi 10 sensors | grep temp1 | cut -c16-17}°${goto 1444}${color1}${execbar 16,152 nvidia-settings -q gpucoretemp | grep Arch-Q9:0.0 | cut -c 42-43}${offset -86}${color}GPU${goto 1446}${color2}${nvidia temp}°${goto 1604}${color1}${execbar 16,152 telnet 127.0.0.1 7634 | cut -c 97-98}${offset -86}${color}SSD${goto 1606}${color2}${hddtemp}°${goto 1764}${color1}${execbar 16,152 sensors | grep temp2 | cut -c16-17}${offset -86}${color}MOB${goto 1766}${color2}${execi 10 sensors | grep temp2 | cut -c16-17}°
]]
Police Unispace (libre de droits)
Haut de page