Conky Support, Codes and Screenshots

Snap

@ jedi

Thanks!!! Some fun for a lazying sunday evening. I will steal the satellite part only, but will keep the whole thing in my conky code collection. (Apologies for that, VastOne  :D  )

jedi

This is my top horizontal version of VastOne's default Conky;



background yes
update_interval 2.0
text_buffer_size 1024
total_run_times 0
double_buffer yes

alignment top_left
gap_x 60
gap_y 0
minimum_size 1320 30
maximum_width 1320
own_window yes
own_window_type normal #override
own_window_transparent yes
own_window_hints undecorated,sticky,skip_taskbar,skip_pager
own_window_argb_visual yes
own_window_argb_value 255
# font defaults:
use_xft yes
xftfont Caviar Dreams:weight=bold:size=12
xftalpha 0.9
override_utf8_locale yes

## NOTE: Other fonts can be called up during the TEXT formatting
#  these fonts are found through the normal path, or ~/.fonts
#  OpenLogos

## images, buffering, shading
imlib_cache_size 60
double_buffer yes
draw_shades no
#default_shade_color 777777

## misc text formatting
short_units yes
pad_percents 0
border_inner_margin 0
uppercase no
use_spacer right

## outlines and borders
draw_outline no
draw_borders no
draw_graph_borders no
border_width 0

## stdout/console printing
out_to_ncurses no
out_to_console no

## process settings
top_name_width 5
#no_buffers yes

#### end config

#### Begin display information
## everything below 'TEXT' is drawn on screen

lua_load /home/jedi/Conky/LUA/draw-bg.lua
lua_draw_hook_pre draw_bg 15 0 15 0 25 0x000000 0.8
## color was 09ECC8 and 2D4863 and 021A30

TEXT
${voffset 15}${color #3881C7}${goto 10}Up: ${color 949494}$uptime  \
${color #3881C7}Kern: ${color 949494}${kernel}  \
${color #3881C7}CPU Use: ${color 949494}${cpu cpu0}%  \
${color #3881C7}CPU Temp: ${color 949494}${hwmon 2 temp 1}º \
${color #3881C7}MoBo Temp: ${color 949494}${hwmon 1 temp 1}º \
${color #3881C7}GPU Temp:${color 949494} ${nvidia temp}º \
${color #3881C7} MEM: ${color 949494}$memperc% $mem/$memmax \
${color #3881C7}NET:  \
${color #3881C7}Up: ${color 949494}${upspeed wlan0} k/s  \
${color #3881C7}Down: ${color 949494}${downspeed wlan0}k/s${color} \
#${color #3881C7} Battery: ${color 949494}${battery_percent BAT0}%  ${battery_time BAT0}



This is the top right weather Conky which depends on conkyForecast;


# conky configuration

# set to yes if you want Conky to be forked in the background
background yes

# Use Xft?
use_xft yes
xftfont mono:size=12
xftalpha 0.8

# Update interval in seconds
update_interval 1.0

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no
draw_graph_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_inner_margin 0

# border width
border_width 1

# Default colors and also border colors
default_color white
default_shade_color black
default_outline_color black

alignment tr
gap_x 10
gap_y 5
minimum_size 375 330
maximum_width 375

# Text alignment, other possible values are commented

#alignment top_right
#alignment bottom_left
#alignment bottom_right

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 1

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 1

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none

# grey
color1 CCCCCC

# orange
#color2 DA7020
# blue
color2 7095BB

text_buffer_size 1024
max_specials 1024
own_window_title conky_forecast

TEXT
${color1}${execpi 900 conkyForecast --imperial USME0330 -t /home/jedi/Conky/Templates/conkyforecast.jed1}


and the template for the weather conky;


${alignc}[datatype=LF] | ${color FFA07A}[--datatype=CN], Your location here.
${color 547EC8}${stippled_hr 5 1}
Today's Forecast: ${color9}High: [--datatype=HT --startday=0] ${color7} Low: [--datatype=LT --startday=0]
${goto 15} ${color3}Current Temp: [--datatype=HT]   ${color}Feels Like: [--datatype=LT]
${goto 80}  ${color4}[--datatype=CC]
${alignc}${image [--datatype=WI --night] -p 125,80 -s 80x80}


${goto 100} ${color3}Hum: ${color}[--datatype=HM]
${goto 100} ${color3}Vis: ${color}[--datatype=VI]
${alignc} ${color3}Wind: ${color}[--datatype=WD] ${color3}@ ${color}[--datatype=WS]${color}
${color 547EC8} ${hr}
${goto 27}[--datatype=DW --startday=1] ${goto 170}[--datatype=DW --startday=2]${goto 295}[--datatype=DW --startday=3]
${goto 27}${color9}H: [--datatype=HT --startday=1]  ${goto 170}${color9}H: [--datatype=HT --startday=2]${goto 295}${color9}H: [--datatype=HT --startday=3]
${color7}${image [--datatype=WI --startday=1] -p 27,248 -s 40x40}${image [--datatype=WI --startday=2] -p 170,248 -s 40x40}${image [--datatype=WI --startday=3] -p 300,248 -s 40x40}

${goto 27}${color9}L: [--datatype=LT --startday=1]  ${goto 170}${color9}L: [--datatype=HT --startday=2]  ${goto 300}${color9}L: [--datatype=HT --startday=3]


Requested from Google+ by Yannik W. in regards to this scrot...
Forum Netiquette

"No matter how smart you are you can never convince someone stupid that they are stupid."  Anonymous

VastOne

#407
^ Jedi, what is that GMB widget you are using in that one?

I like it but do not recognize it.. it is similar to the Taped Paper but different

Edit - I took a closer look and realized it is one of mine... One of the Thin layouts

I am getting too old for this shit!
VSIDO      VSIDO Change Blog    

    I dev VSIDO

jedi

hehe, VastOne's Thin Layout II   ???
glad you like it!!!   :D
Forum Netiquette

"No matter how smart you are you can never convince someone stupid that they are stupid."  Anonymous

Snap

#409
Got conky updated today (1.10.0). Got a warning about the new lua format used. I hardly ever use lua, so no concerns at first instance, but now conky shows like a regular window. The suggested doc /usr/share/doc/conky-all/conky.conf doesn't seem to help. Any suggestions to get back to a transparent borderless conky stuck to the background?

## For OpenBox
own_window yes
##own_window_type desktop
own_window_type normal
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below


I added this to my conky a while ago when I was living in OpenBox and Crunchbang, (Other WMs and DEs sometimes need different settings) It always worked for me in fluxbox until this update.

VastOne

I got the same update yet I have not seen any changes ...

These are my settings which are exactly what the default in VSIDO are, you might want to see what Jedi thinks of this as well


# .conkyrc - Edited from various examples across the 'net
# Used by VastOne on VSIDO

# Create own window instead of using desktop (required in nautilus)
#own_window yes
#own_window_type normal
#own_window_transparent no
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# fiddle with window
# use_spacer right

# Use Xft?
use_xft yes
xftfont Liberation Sans:size=13.8
xftalpha 0.9
text_buffer_size 2048

# Update interval in seconds
update_interval 1

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
#minimum_size 1024 0
#maximum_width 1024

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no
own_window_argb_visual yes
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window yes
own_window_transparent yes
own_window_class conky-semi

# Stippled borders?
stippled_borders 0

# border margins
# border_margin 0

# border width
border_width 1

# Default colors and also border colors
#default_color grey
#color2=white
#color3=grey
#default_shade_color black
#default_outline_color grey
own_window_colour 000000

# Text alignment, other possible values are commented
#alignment top_middle
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 0
gap_y 5
minimum_size 1250 29
maximum_width 1700
# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

imlib_cache_size 0 

# number of cpu samples to average set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none

#lua_load ~/Conky/LUA/draw-bg.lua
#lua_draw_hook_pre draw_bg 10 0 0 0 0 0x000000 0.3
##    ${voffset -3} ${color 7D8C93}OD ${color 55688A} ${execi 600 inxi -W63882 | cut -c32-34}°
TEXT
${image /usr/local/bin/images/vsidoorb_blk.png -s 40x40 -p 1,-.5}       ${voffset 10} ${color 55688A} $kernel ${color 7D8C93} ${color lime green}${uptime_short} ${color 7D8C93} CPU ${color 55688A}${cpu cpu0}%  ${color 7D8C93}MEM ${color 55688A}${memperc}% ${mem} / ${memmax} ${color 7D8C93} CPU ${color 55688A}${platform it87.552 temp 2}° ${color 7D8C93} MB ${color 55688A}${platform it87.552 temp 1}° ${color 7D8C93} ${color 7D8C93}GPU ${color 55688A} ${execi 5 sensors nouveau-pci-0400 | grep temp1 | awk '{print $2}' | cut -c2-3}° ${color 7D8C93} HD${color 55688A} ${execi 5 hddtemp -n /dev/sdb}° ${color 7D8C93} NET${color 55688A}  ${voffset 2}${downspeedgraph bond0 12,90 000000 00ff00}  ${upspeedgraph bond0 12,90 000000 ff0000}${color 7D8C93}
VSIDO      VSIDO Change Blog    

    I dev VSIDO

Snap


jedi

Totally lost and getting really tired of Debian BS...   :-[
Forum Netiquette

"No matter how smart you are you can never convince someone stupid that they are stupid."  Anonymous

PackRat

I installed conky-all from the repos and it worked as expected.

The version in the repos seems to be ahead the official released version , or is there a different page - other than the git site which is 1.10.x - to download conky now?
I am tired of talk that comes to nothing.
-- Chief Joseph

...the sun, the darkness, the winds are all listening to what we have to say.
-- Geronimo

jedi

Yes, Conky works fine, however, LUA is screwed...    ::)
Forum Netiquette

"No matter how smart you are you can never convince someone stupid that they are stupid."  Anonymous

VastOne

Those famous words by some hack keep ringing in my ears...

FUCK CONKY!

(perhaps I should trademark that)

T-shirt anyone?

(I hope a certain Someone11 is shitting bricks)
VSIDO      VSIDO Change Blog    

    I dev VSIDO

ozitraveller

Quote from: VastOne on July 04, 2015, 04:59:41 AM
Those famous words by some hack keep ringing in my ears...

FUCK CONKY!

(perhaps I should trademark that)

T-shirt anyone?

(I hope a certain Someone11 is shitting bricks)

+1

I've just looked down to the bottom of the screen, after read comments above, and the bloody things has gone just disappeared.

Haven't been around lately, been trying to get my own house in order.

I think my desktop looks better without it!

Snap

QuoteT-shirt anyone?

Send me one.  :D

Come on, guys. Conky is a nice system monitor to have on sight. If you don't get too crazy about it it's a great thingy. I just want the time and date, RAM and CPU usage. That's it. Don't over do it. Well, and a tiny and simplistic conkymoc just to see what moc is playing when it's on. I hate my desktop bloated. The default Vsido conky has already too much stuff and colors and it's too much in the way for me.

dizzie

Quote from: VastOne on July 04, 2015, 04:59:41 AM
(I hope a certain Someone11 is shitting bricks)


Bwahahaha!! I lost my shit there! THANKS  :D
Reclaim your culture, it's within your reach!

My Blog | Facebook | Twitter | G+ | VSIDO |

VastOne

#419
You are absolutely correct Snap  conky is perfect as a system monitor. It was how I found it years ago as a gkrellem replacement

As for the default in VSIDO I do need to change it and remove the network and the colors since there is no easy way to know the interface cards. Thanks Snap.

BTW, I am always open to any replacements in VSIDO. The conky default can be replaced at anytime, just shoot me the config and lets vote on it


VSIDO      VSIDO Change Blog    

    I dev VSIDO