The Technical Bits

… and pieces

Thursday, February 23, 2017

Conky rc File

alignment top_right
background yes
border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
#xxftfont Monospace:size=10
#xftfont Droid Sans Mono:size=10
xftfont Inconsolata:size=11
#xftfont Noto Mono:size=10
#xftfont Luxi Mono:size=11
#xftfont Fira Mono:size=10
#xftfont Roboto Mono:size=10
gap_x 84
gap_y 84
minimum_size 5 5
net_avg_samples 2
no_buffers yes
double_buffer yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_class Conky
#own_window_type desktop
#own_window_type normal
own_window_argb_visual yes
own_window_argb_value 255
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer right
show_graph_scale no
show_graph_range no
short_units yes
if_up_strictness address

TEXT
$nodename${goto 50}${color grey}$sysname $kernel ($machine)
${hr}
$color${time %A %e %B, %Y}${goto 240}${time %l.%M%p}

${color grey}Uptime:${goto 100}$color $uptime_short
${color grey}Desktop:${goto 100}$color $desktop_name 
${color grey}Frequency:${goto 100}$color $freq_g GHz
${color grey}Battery:${goto 100}$color $battery_percent% $battery_time

${color grey}CPU:${goto 100}$color $cpu%
${color grey}Load:${goto 100}$color ${loadavg 1}  $color${loadavg 2}  $color${loadavg 3}
${color grey}Processes:${goto 100} $color$running_processes${color grey}/ $color$processes
${color grey}Threads:${goto 100}$color $running_threads${color grey}/ $color$threads

${color grey}RAM:${goto 100}$color $mem ${color grey}/ $color$memmax ($memperc%)
${color grey}Swap:${goto 100}$color $swap ${color grey}/ $color$swapmax ($swapperc%)

${color grey}File systems:
 ${color grey}/${goto 100} $color${fs_used /} ${color grey}/ $color${fs_size /}
 ${color grey}/home${goto 100} $color${fs_used /home} ${color grey}/ $color${fs_size /home}

${color grey}Ethernet:${goto 100}$color ${addrs enp0s3}
 ${color grey}enp0s3${goto 100}$color ${upspeed enp0s3}  $color${downspeed enp0s3}

${color grey}Ethernet:${goto 100}$color ${addrs enp0s8}
 ${color grey}enp0s8${goto 100}$color ${upspeed enp0s8}  $color${downspeed enp0s8}

${color grey}Wireless:${goto 100}$color ${addrs wlp3s0}
 ${color grey}wlp3s0${goto 100}$color ${upspeed wlp3s0}  $color${downspeed wlp3s0}  ${wireless_link_qual wlp3s0}


${color grey}Name              PID    CPU    MEM 
${color lightgrey}${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey}${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey}${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey}${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color lightgrey}${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
${color lightgrey}${top name 6} ${top pid 6} ${top cpu 6} ${top mem 6}
${color lightgrey}${top name 7} ${top pid 7} ${top cpu 7} ${top mem 7}
${color lightgrey}${top name 8} ${top pid 8} ${top cpu 8} ${top mem 8}
# ${color lightgrey}${top name 9} ${top pid 9} ${top cpu 9} ${top mem 9}
# ${color lightgrey}${top name 10} ${top pid 10} ${top cpu 10} ${top mem 10}
posted by gurnaik at 10:59 am  

Powered by WordPress