1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | background yes
double_buffer yes
text_buffer_size 1024
out_to_console no
out_to_stderr no
extra_newline no
update_interval 0.5
#Posição
gap_x 350
gap_y 40
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
own_window yes
own_window_type override
own_window_transparent yes
#use_xft yes
xftalpha 1
override_utf8_locale yes
#font
xftfont Monospace:style=Bold:size=9
TEXT
${#ffffff}CPU: ${color}${#747474}${hwmon 0 temp 1}°C${color} ${#ffffff}GPU: ${#747474}${exec nvidia-settings -t -q [gpu:0]/GPUCoreTemp}°C${color} ${#ffffff}CPU1 ${cpugraph cpu0 10,40 747474 FF0000 -t} ${#747474}${cpu cpu0}% ${color} ${#ffffff}CPU2 ${cpugraph cpu1 10,40 747474 FF0000 -t} ${#747474}${cpu cpu1}% ${color} ${#ffffff}CPU3 ${cpugraph cpu2 10,40 747474 FF0000 -t} ${#747474}${cpu cpu2}% ${color} ${#ffffff}CPU4 ${cpugraph cpu3 10,40 747474 FF0000 -t} ${#747474}${cpu cpu3}% ${color} ${#ffffff}MEM ${color}${membar 10,40 747474 FF0000 -t} ${#747474}$memperc% ${color}${#ffffff}System${color} ${#ffffff}${fs_bar 10,40 }${color} ${#747474}${fs_free /}${color} ${#ffffff}Home ${color}${#ffffff}${fs_bar 10,40}${color} ${#747474}${fs_used /home}${color} ${#ffffff}Down ${color}${downspeedgraph enp3s0 10,40 747474 FF0000 -t} ${#747474}${downspeed enp3s0}${color} ${#ffffff}UP ${color}${upspeedgraph enp3s0 10,40 747474 FF0000 -t} ${#747474}${upspeed enp3s0}${color}
|
x
Notes
The intention was to combine a Conky model with the simplicity of i3.
A very simple configuration, monitors temperature and CPU usage (4 core) and Nvidia. Use of HD and memory. Down and Upload.
wagmic said about 7 years ago
nice work
IzacCF said about 7 years ago
Tks!
:)