post your .conkyrc :)
by ////// from LinuxQuestions.org on (#5NJM9)
hello guys/gals.
i have seen conky threads for linux, but i would like to see thread for *BSD's.
here is super simple conky for my bridge (openbsd 6.7).
Code:background yes
no_buffers yes
out_to_console no
top_cpu_separate no
cpu_avg_samples 2
net_avg_samples 3
update_interval 1
own_window yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type override
uppercase yes
override_utf8_locale yes
short_units no
pad_percents 0
text_buffer_size 1024
max_user_text 131072
use_xft yes
xftalpha 0.5
xftfont size=16
#-----Graphics Settings
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_shades no
draw_outline no
max_specials 4096
imlib_cache_size 0
#-----Layout Settings
alignment top_right
gap_x 50
gap_y 50
maximum_width 600
minimum_size 360 180
use_spacer right
TEXT
$sysname $kernel on $machine
${time %A}$alignr${time %F}
Uptime $alignr $uptime
$nodename $sysname $kernel on $machine
CPU0: ${freq}MHz $cpu% $cpubar
CPU1: ${freq}MHz $cpu% $cpubar
RAM ($memmax): $memperc% ${membar 6}$color
Swap ($swapmax): $swapperc% ${swapbar 6}$color
Hostname $alignr $nodename
re0 $alignr ${addr re0}
Download $alignr ${downspeed re0} kb/s
${downspeedgraph re0}
Upload $alignr ${upspeed re0} kb/s
${upspeedgraph re0}its not completed, just hacked it as a temporary one.
Attached Thumbnails
i have seen conky threads for linux, but i would like to see thread for *BSD's.
here is super simple conky for my bridge (openbsd 6.7).
Code:background yes
no_buffers yes
out_to_console no
top_cpu_separate no
cpu_avg_samples 2
net_avg_samples 3
update_interval 1
own_window yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type override
uppercase yes
override_utf8_locale yes
short_units no
pad_percents 0
text_buffer_size 1024
max_user_text 131072
use_xft yes
xftalpha 0.5
xftfont size=16
#-----Graphics Settings
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_shades no
draw_outline no
max_specials 4096
imlib_cache_size 0
#-----Layout Settings
alignment top_right
gap_x 50
gap_y 50
maximum_width 600
minimum_size 360 180
use_spacer right
TEXT
$sysname $kernel on $machine
${time %A}$alignr${time %F}
Uptime $alignr $uptime
$nodename $sysname $kernel on $machine
CPU0: ${freq}MHz $cpu% $cpubar
CPU1: ${freq}MHz $cpu% $cpubar
RAM ($memmax): $memperc% ${membar 6}$color
Swap ($swapmax): $swapperc% ${swapbar 6}$color
Hostname $alignr $nodename
re0 $alignr ${addr re0}
Download $alignr ${downspeed re0} kb/s
${downspeedgraph re0}
Upload $alignr ${upspeed re0} kb/s
${upspeedgraph re0}its not completed, just hacked it as a temporary one.
Attached Thumbnails