prototypic conky

Add functionality to your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
PROTOLINUX

prototypic conky

Post by PROTOLINUX »

this is the prototypic conky that i have customized for myself, where each section have color graphs!
try to edit the existing conky by cut, copy and paste!

# Conky settings #
background no
update_interval 1

cpu_avg_samples 2
net_avg_samples 2

override_utf8_locale yes

double_buffer yes
no_buffers yes

text_buffer_size 2048
#imlib_cache_size 0

temperature_unit fahrenheit

# Window specifications #

own_window yes
own_window_type normal
own_window_transparent no
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

border_inner_margin 0
border_outer_margin 0

minimum_size 200 250
maximum_width 200

alignment top_right
gap_x 0
gap_y 0

# Graphics settings #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# Text settings #
use_xft yes
override_utf8_locale yes
xftfont Neuropolitical:size=8
xftalpha 0.8
uppercase no

temperature_unit celsius

default_color FFFFFF


own_window_argb_value 76
own_window_argb_visual yes
own_window_colour 000000
TEXT
${voffset 10}${font Neuropolitical:size=8}${color 339900}${alignr}HOME${font}
${font Neuropolitical:size=8}${color FFFFFF}${alignr}temp: ${weather http://weather.noaa.gov/pub/data/observ ... /stations/ LQBK temperature temperature 30} °C${font}
${hr}
${color FFFFFF}${font Neuropolitical:size=8}Uptime: ${uptime_short}
${color FFFFFF}${font Neuropolitical:size=8}Processes: ${processes}
${color FFFFFF}${font Neuropolitical:size=8}Running: ${running_processes}
${color 339900}${goto 125}${voffset 5}CPU
${color FFFFFF}${goto 125}${cpu cpu0}%
${offset 105}${font Ubuntu:size=8,weight:normal}${color4}${top name 1}${alignr}${top cpu 1}%
${offset 105}${font Ubuntu:size=8,weight:normal}${color1}${top name 2}${alignr}${top cpu 2}%
${offset 105}${font Ubuntu:size=8,weight:normal}${color2}${top name 3}${alignr}${top cpu 3}%
${offset 105}${font Ubuntu:size=8,weight:normal}${color3}${top name 4}${alignr}${top cpu 4}%
${offset 105}${font Ubuntu:size=8,weight:normal}${color3}${top name 5}${alignr}${top cpu 5}%
${voffset -10}$color1${color 008000}${cpugraph 40,200}$color${goto 90}${voffset 10}${alignr}
${color 339900}${goto 125}${voffset 5}RAM
${color FFFFFF}${goto 125}${memperc}%
${offset 105}${font Ubuntu:size=8,weight:normal}${color4}${top_mem name 1}${alignr}${top_mem mem 1}%
${offset 105}${font Ubuntu:size=8,weight:normal}${color1}${top_mem name 2}${alignr}${top_mem mem 2}%
${offset 105}${font Ubuntu:size=8,weight:normal}${color2}${top_mem name 3}${alignr}${top_mem mem 3}%
${offset 105}${font Ubuntu:size=8,weight:normal}${color3}${top_mem name 4}${alignr}${top_mem mem 4}%
${offset 105}${font Ubuntu:size=8,weight:normal}${color3}${top_mem name 4}${alignr}${top_mem mem 5}%
${voffset -10}$color1${color FF0000}${memgraph 30,200}$color${goto 90}
${goto 35}${font Impact:size=8}${voffset -3}$color1${memperc}$color${goto 65}%${font}${goto 90}${voffset -8}$color1${mem}$color${voffset 9}${goto 90}${membar 3,40}${voffset -8}
${voffset 12}${goto 5}${font}${voffset -3}${color 339900} SWAP » $color1${swapperc}%$color - $color1$swap$color
${color 339900}${goto 125}${voffset 5}Root
${color FFFFFF}${goto 125}${fs_used_perc /}%
${offset 2}${voffset 1}${color FFFF00}${diskiograph 30,200}
${font Dejavu Sans:size=8}I/O: Disk Read/Write» $color1${diskio}$color${alignr 5}
${offset 2}${voffset 2}${fs_bar 3,23 /}${goto 30}${voffset -2}${font Dejavu Sans:size=9:condensed:bold}$color1 ${fs_used_perc /} %$color${goto 70}${offset 2}${voffset 2}${fs_bar 3,23 /home}${goto 100}${voffset -2}$color1 ${fs_used_perc /home} %$color
${color 339900}${goto 125}${voffset 5}Home
${color FFFFFF}${goto 125}${fs_used_perc /home}%
${offset 15}${font Ubuntu:size=8,weight:bold}${color1}Free: ${font Ubuntu:size=8,weight:normal}${fs_free /}${alignr}${font Ubuntu:size=8,weight:bold}Used: ${font Ubuntu:size=8,weight:normal}${fs_used /}
${offset 15}${font Ubuntu:size=8,weight:bold}${color1}Free: ${font Ubuntu:size=8,weight:normal}${fs_free /home}${alignr}${font Ubuntu:size=8,weight:bold}Used: ${font Ubuntu:size=8,weight:normal}${fs_used /home}
${offset 15}${font Ubuntu:size=8,weight:bold}${color1}Free: ${font Ubuntu:size=8,weight:normal}${fs_free /media/Data}${alignr}${font Ubuntu:size=8,weight:bold}Used: ${font Ubuntu:size=8,weight:normal}${fs_used /media/Data}
${color 339900}${goto 130}${voffset 5}Net
${color FFFFFF}${goto 100}Downspeed: ${downspeed eth0}
${color FFA500}${downspeedgraph eth0 25,200}$color
${color FFFFFF}${goto 100}Upspeed: ${upspeed eth0}
${color 00FFFF}${upspeedgraph eth0 25,200}$color
${color FFFFFF}${font Neuropolitical:size=7}${alignr}${nodename}
${color FFFFFF}${font Neuropolitical:size=7}${alignr}${pre_exec cat /etc/issue.net} $machine
${color FFFFFF}${font Neuropolitical:size=7}${alignr}Kernel: ${kernel}
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Habitual

Re: prototypic conky

Post by Habitual »

Code: Select all

Is there a question here?
NM5TF

Re: prototypic conky

Post by NM5TF »

Habitual wrote:

Code: Select all

Is there a question here?
maybe he meant to post in the Conky Show Off thread :?

in the conky.rc file he first sets temp units to Fahrenheit, but further down it gets set to Celcius :?: :?:
Locked

Return to “Compiz, Conky, Docks & Widgets”