dotfiles/.config/conky/conkyrc2

84 lines
2.9 KiB
Plaintext
Raw Normal View History

2019-02-17 18:22:29 +01:00
conky.config = {
2020-05-12 18:25:43 +02:00
alignment = 'top_right',
2019-02-17 18:22:29 +01:00
background = true,
cpu_avg_samples = 4,
xinerama_head = 1,
double_buffer = true,
font = 'xos4 Terminus:size=8',
draw_graph_borders = true,
2020-05-12 18:25:43 +02:00
draw_outline = true,
2019-02-17 18:22:29 +01:00
minimum_width = 260,
maximum_width = 260,
2020-05-12 18:25:43 +02:00
minimum_height = 0,
gap_x = 5,
2019-02-17 18:22:29 +01:00
gap_y = 5,
no_buffers = true,
own_window = true,
own_window_class = Conky,
own_window_type = 'override',
2019-12-11 00:44:07 +01:00
own_window_transparent = true,
2019-02-17 18:22:29 +01:00
own_window_colour = '#000000',
2019-09-09 18:40:36 +02:00
update_interval = 1.0,
2019-02-17 18:22:29 +01:00
use_xft = true,
default_color = 'A09F93',
format_human_readable = true,
short_units = true,
if_up_strictness = 'link',
2020-11-06 01:59:52 +01:00
use_spacer = right,
2020-05-12 18:25:43 +02:00
text_buffer_size = 2048,
2019-02-17 18:22:29 +01:00
color2 = 'F2F0EC',
font2 = 'xos4 Terminus:size=12',
template0 = [[${top_mem pid \1} ${top_mem name \1}${alignr}${top_mem mem_res \1} ${top_mem mem \1}%]]
};
conky.text = [[
${color 6699CC}$alignc${font xos4 Terminus:size=14}${time %A %d %B %Y}$font$color
${color2}${font2}Mémoire $hr$font$color
${memgraph}
${goto 140}${color 747369}${memwithbuffersbar}${color}${voffset -12}
RAM : $memperc%${goto 140}${if_match $memperc>85}${color F2777A}$else${if_match $memperc>70}${color FFCC66}$else${color 99CC99}$endif$endif${membar}$color
Util.: ${mem}${goto 140}Dispo.: ${memeasyfree}
Cache: ${cached}${goto 140}Libre : ${memfree}
Buff.: ${buffers}${goto 140}Total : ${memmax}
Swap : $swapperc%${goto 140}${if_match $swapperc>85}${color F2777A}$else${if_match $swapperc>70}${color FFCC66}$else${color 99CC99}$endif$endif${swapbar}$color
Util.: ${swap}${goto 140}Dispo.: ${swapfree}
${template0 1}
${template0 2}
${template0 3}
${template0 4}
${template0 5}
2019-04-19 22:18:25 +02:00
#${template0 6}
#${template0 7}
#${template0 8}
#${template0 9}
#${template0 10}
2019-02-17 18:22:29 +01:00
${color2}${font2}Réseau $hr$font$color
${voffset 2}Téléchargement ${downspeed enp6s0}${goto 140}Téléversement ${upspeed enp6s0}
${downspeedgraph enp6s0 25,125}${alignr}${upspeedgraph enp6s0 25,125}
Téléchargé ${totaldown enp6s0}${goto 140}Téléversé ${totalup enp6s0}
$alignc${addrs enp6s0}
$alignc${scroll left 39 2 1 ${v6addrs enp6s0 -n -s}}
2019-04-19 22:18:25 +02:00
$alignc${curl ifconfig.co/ip}${if_up tun0}
${color2}${font2}VPN $hr$font$color
${voffset 2}Téléchargement ${downspeed tun0}${goto 140}Téléversement ${upspeed tun0}
${downspeedgraph tun0 25,125}${alignr}${upspeedgraph tun0 25,125}
Téléchargé ${totaldown tun0}${goto 140}Téléversé ${totalup tun0}
$alignc${addrs tun0}
$alignc${scroll left 39 2 1 ${v6addrs tun0 -n -s}}
${endif}
2019-06-13 20:12:29 +02:00
${color2}${font2}Capteurs $hr$font$color${voffset 2}
2021-01-15 21:59:21 +01:00
CPU${goto 140}${if_match ${execi 5 sensors -j | jq '."zenpower-pci-00c3"."Tdie"."temp1_input"'}>70}${color F2777A}$endif${execi 5 sensors -j | jq '."zenpower-pci-00c3"."Tdie"."temp1_input"' | cut -d. -f1}°C${color}
2021-04-28 12:05:43 +02:00
Pièce${goto 140}${if_match ${execi 5 sensors -j | jq '."it8686-isa-0a60"."room"."temp2_input"'}>=25}${color F2777A}$endif${execi 5 sensors -j | jq '."it8686-isa-0a60"."room"."temp2_input"' | cut -d. -f1}°C${color}
2019-02-17 18:22:29 +01:00
${color2}${font2}Notes $hr$font$color${voffset 2}
${catp /home/breizh/notes}
]]