Conky Showoff thread

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
zacklyke

Re: Conky Showoff thread

Post by zacklyke »

I'm in Gimp trying to get this right. Then I get distracted by code or SuperTux Kart and well, I'll finish it up soon I promise. Just didn't want to leave it hanging.
McLovin

Re: Conky Showoff thread

Post by McLovin »

This is my newest 4 part conky, it has a system monitor, weather report, gmail display, and a large clock in the center of the screen.
Image
click on image to see full size
I have also attached a tar file containing the config files and scripts required to get this running
kruijf

Re: Conky Showoff thread

Post by kruijf »

I saw that sector11 is also here, and he helpt me on the #! forum whit my script.
It whas working good till this week, the conkeforecast for the weather is not giving me my weather info any more.
In the terminal i get this:

Code: Select all


conkyForecast --datatype=CN --verbose
*** INITIAL OPTIONS:
    config: ~/.conkyForecast.config
    location: None
    datatype: CN
    start day: None
    end day: None
    spaces: 1
    template: None
    locale: None
    imperial: False
    beaufort: False
    metrespersecond: False
    night: False
    shortweekday: False
    hideunits: False
    hidedegreesymbol: False
    minuteshide: None
    centeredwidth: None
    refetch: False
    verbose: True
    errorlogfile: None
    infologfile: None
*** CONFIG OPTIONS:
    CACHE_FOLDERPATH: /home/bas/.cache/
    CONNECTION_TIMEOUT: 5
    EXPIRY_MINUTES: 30
    TIME_FORMAT: %H:%M
    DATE_FORMAT: %Y-%m-%d
    LOCALE: nl
    XOAP_PARTNER_ID: xxxxxxxxxx
    XOAP_LICENCE_KEY: xxxxxxxxxx
    DEFAULT_LOCATION: NLXX0022
    MAXIMUM_DAYS_FORECAST: 4
    BASE_XOAP_URL: http://xoap.weather.com/weather/local/<LOCATION>?cc=*&dayf=5&link=xoap&prod=xoap&par=<XOAP_PARTNER_ID>&key=<XOAP_LICENCE_KEY>&unit=m
INFO: Locale set to nl
INFO: Looking for translation file for 'nl' under /usr/share/conkyforecast/locale
INFO: Translation file found for 'nl'
INFO: Translation installed for 'nl'
INFO: Not using a proxy as none is defined
INFO: Fetching weather data from http://xoap.weather.com/weather/local/NLXX0022?cc=*&dayf=5&link=xoap&prod=xoap&par=xxxxxxxxxxx&key=xxxxxxxxxxxxxxx&unit=m
ERROR: Error reading weather data: no element found: line 1, column 0
ERROR: Location NLXX0022 is not in cache.
ERROR: Failed to load the location cache
ERROR: Location NLXX0022 is not in cache.
ERROR: Failed to load the location cache
Has more people this problems on LMDE?
zacklyke

Re: Conky Showoff thread

Post by zacklyke »

As promised eons ago (it's not done yet as I'd like to use some custom docks and menus, but it's at least something to play around with):

Zack's Unofficial Linux Mint Conky
Image

I use conkyForecast and conkyBanshee.

Current resolution: 1366 (1360) x 768.
If I get lots of requests, I'll do what I can on uploading wallpapers at different resolutions. I'll leave the x/y coordinates of the text and templates up to you :) (That's half the fun isn't it!)

If you're not familiar with conkyForecast, check out the links above. You'll need to have a decent understanding of it in order to actually implement it.

Since there is a custom font in use and a conkyForecast template file in addition to any rc's, I've packaged it all with a readme.

I'm using mediafire for now. If the link expires, I'll throw it up on my personal website.
Click here to download.
kruijf

Re: Conky Showoff thread

Post by kruijf »

My problem is solved thanks to Sector11.
McLovin

Re: Conky Showoff thread

Post by McLovin »

kruijf wrote:My problem is solved thanks to Sector11.
What was the solution? I'm actually having that issue myself, and cannot for the life of me figure out what is going on.
Sector11

Re: Conky Showoff thread

Post by Sector11 »

McLovin wrote:
kruijf wrote:My problem is solved thanks to Sector11.
What was the solution? I'm actually having that issue myself, and cannot for the life of me figure out what is going on.
The solution on the CrunchBang forums ... you do not need to be a member to read it.
zacklyke

Re: Conky Showoff thread

Post by zacklyke »

Request: More Mint-themed Conkys.
McLovin

Re: Conky Showoff thread

Post by McLovin »

Sector11 wrote:
McLovin wrote:
kruijf wrote:My problem is solved thanks to Sector11.
What was the solution? I'm actually having that issue myself, and cannot for the life of me figure out what is going on.
The solution on the CrunchBang forums ... you do not need to be a member to read it.
Excelent, all is working again, thank you ery much
Sector11

Re: Conky Showoff thread

Post by Sector11 »

McLovin wrote:Excelent, all is working again, thank you ery much
No problem - helping makes for good neighbours.
ben2talk

Re: Conky Showoff thread

Post by ben2talk »

Displayed from the top right corner
(with a small gap at the top) - Image
Code I wrote to start it (easy to add extra conky launchers here)

Code: Select all

#!/bin/bash
#
# Script to refresh apps
killall conky
sleep 0.5
conky -d -c /home/ben/Admin/CONKY/short.conky
The conky script:

Code: Select all

#     Hands off!!!! It's MY.CONKY!!!! Feel free to steal and modify as you wish but don't take my copy.
#
# Thanks to             http://linuxoutlaws.com/
# Thanks to             http://crunchbang.org/
# Thanks to             http://ubuntuforums.org/
# 
# Any comments, interesting versions, cool ideas, rude comments, threats, TO:
#			http://identi.ca/ben2talk/
# 
#	You have a great conky? 
#	    Please go upload it to a forum.
#
################################################################################
# Methodology - use terminator or three terminals and run two conky's
#
#		1 [code] conky -d -c /home/username/Admin/my.conky
#		2 conky -d -c /home/username/Admin/my.conky2
#		3 killall conky
#   Edit/cut/paste/save  between conky2 (tester) and conky
#   

################################################################################
##########################
####    START HERE    ####
##########################

#>>>>>> COLOURS  <<<<<<<<<<<<<<	##  [also border colors]


#>>>>>>>>>>>>>>>>>>>>>>  cOLoUR ViEWeR <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
# TO VIEW AND ADJUST YOUR 9 COLOR VARIABLES - COPY AND PASTE LINES 202-203 WITHOUT THE #ASH (pound?)
#${font Bitstream Vera Sans Mono:bold:size=10}${color1}1 ${color2}2 ${color3}3 ${color4}4 ${color5}5 ${color6}6 ${color7}7 ${color8}8 ${color9}9

default_color 		ccc09e
default_shade_color 	slategray
default_outline_color 	gray

# 		1 lcars blue
color1 3151eb
# 		2 cafe creme	
color2 ccc08e
# 		3 bright green	
color3 51d651
# 		4 dark green
color4 3e7e3c
# 		5 bloody
color5 913030
# 		6 Cyan
color6 77cccc
# 		7 Darkest Grey
color7 555555
# 		8 Burned Orange		
Color8 E77320
#		9  dusky blue			
color9 728fa5

# Conky forked in the background (process?)
background yes

# TWEAKING THE WINDOW
use_spacer yes
use_xft yes
own_window yes
own_window_colour black
# fake transparency (opaque replica of desktop)
own_window_transparent no
own_window_type override
#own_window_type desktop
own_window_type normal 
#use this if you want a nice shadow to appear around conky
background no
# If own_window is yes, these window manager hints may be used
own_window_hints undecorated,below,sticky
# xftfont Verdana:size=8
xftfont DejaVu Sans:size=8
# xftfont Droid Sans:size=9

# MINIMUM SIZE OF TEXT AREA
minimum_size 250 640
# border_inner_margin -100

# Text alpha when using Xft
xftalpha 0.8

# UPDATE INTERVAL in seconds
update_interval 02
# This is the number of times Conky will update before quitting.
total_run_times 0

# 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 borders around graphs
draw_graph_borders yes
# Stippled borders?
stippled_borders 1
# border width
border_width 1

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

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 1184
gap_y 5

# 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 3

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

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

# Shows the maximum value in scaled graphs.
show_graph_scale yes

# Shows the time range covered by a graph.
show_graph_range no

# Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
max_port_monitor_connections 256

# Maximum number of special things, e.g. fonts, offsets, aligns, etc.
#max_specials 512

# Maximum size of buffer for user text, i.e. below TEXT line.
#max_user_text 16384

# Timing interval for music player thread, e.g. mpd, audacious
#music_player_interval (update_interval is default)

# Strictness of if_up. One of: up, link or address. The later ones imply the further ones.
# Defaults to up.
#if_up_strictness address

# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument

text_buffer_size 2048
################################################################################
#      Variable         Arguments                  Description                

# 	addr              (interface)   IP address for an interface
# 	acpiacadapter                   ACPI ac adapter state.                   
# 	acpifan                         ACPI fan state                           
# 	acpitemp                        ACPI temperature.                        
# 	adt746xcpu                      CPU temperature from therm_adt746x       
# 	adt746xfan                      Fan speed from therm_adt746x             
# 	alignr            (num)         Right-justify text, with space of N
# 	alignc                          Align text to centre
# 	battery           (num)         Remaining capasity in ACPI or APM        
# 					battery. ACPI battery number can be      
# 					given as argument (default is BAT0).     
# 	buffers                         Amount of memory buffered                
# 	cached                          Amount of memory cached                  
# 	color             (color)       Change drawing color to color            
# 	cpu                             CPU usage in percents                    
# 	cpubar            (height)      Bar that shows CPU usage, height is      
# 					bar's height in pixels                 
# 	cpugraph          (height),(width) (gradient colour 1) (gradient colour 2)
# 					CPU usage graph, with optional colours in hex,
# 					minus the #.
# 	downspeed         net           Download speed in kilobytes              
# 	downspeedf        net           Download speed in kilobytes with one     
# 					decimal                                  
# 	downspeedgraph    net (height),(width) (gradient colour 1) (gradient colour 2)
# 					Download speed graph, colours defined in
# 					hex, minus the #.
# 	exec              shell command Executes a shell command and displays    
# 					the output in conky. warning: this      
# 					takes a lot more resources than other    
# 					variables. I'd recommend coding wanted   
# 					behaviour in C and posting a patch :-).  
# 	execbar           shell command Same as exec, except if the first value
# 					return is a value between 0-100, it
# 					will use that number for a bar.
# 					The size for the bar is currently fixed,
# 					but that may change in the future.
# 	execgraph         shell command Same as execbar, but graphs values
# 	execi             interval, shell command
#  					Same as exec but with specific interval. 
# 					Interval can't be less than              
# 					update_interval in configuration.        
#	font		  font		Specify a different font.  Only applies
#					to one line.
# 	fs_bar            (height), (fs)Bar that shows how much space is used on 
# 					a file system. height is the height in   
# 					pixels. fs is any file on that file      
# 					system.                                  
# 	fs_free           (fs)          Free space on a file system available    
# 					for users.                               
# 	fs_free_perc      (fs)          Free percentage of space on a file       
# 					system available for users.              
# 	fs_size           (fs)          File system size                         
# 	fs_used           (fs)          File system used space                   
# 	hr                (height)      Horizontal line, height is the height in 
# 					pixels                                   
# 	i2c               (dev), type, n  I2C sensor from sysfs (Linux 2.6). dev   
# 					may be omitted if you have only one I2C  
# 					device. type is either in (or vol)       
# 					meaning voltage, fan meaning fan or
# 					temp/tempf (first in C, second in F)
# 					meaning temperature. n is number of the  
# 					sensor. See /sys/bus/i2c/devices/ on     
# 					your local computer.                     
# 	if_running        (process)     if PROCESS is running, display
# 					everything if_running and the matching $endif
# 	if_existing       (file)        if FILE exists, display everything between
# 					if_existing and the matching $endif
# 	if_mounted        (mountpoint)  if MOUNTPOINT is mounted, display everything between
# 					if_mounted and the matching $endif
# 	else                            Text to show if any of the above are not true
# 	kernel                          Kernel version                          
# 	linkstatus        (interface)   Get the link status for wireless connections
# 	loadavg           (1), (2), (3) System load average, 1 is for past 1     
# 					minute, 2 for past 5 minutes and 3 for   
# 					past 15 minutes.                         
# 	machine                         Machine, i686 for example                
# 	mails                           Mail count in mail spool. You can use    
# 					program like fetchmail to get mails from 
# 					some server using your favourite         
# 					protocol. See also new_mails.            
# 	mem                             Amount of memory in use                  
# 	membar            (height)      Bar that shows amount of memory in use   
# 	memmax                          Total amount of memory                   
# 	memperc                         Percentage of memory in use
# 	
# 	metar_ob_time
# 	metar_temp
# 	metar_tempf                     Temp in F
# 	metar_windchill
# 	metar_dew_point                 There are a bunch of these
# 	metar_rh                        and they are self-explanatory
# 	metar_windspeed
# 	metar_winddir
# 	metar_swinddir
# 	metar_cloud
# 	metar_u2d_time
# 	
# 	ml_upload_counter               total session upload in mb
# 	ml_download_counter             total session download in mb
# 	ml_nshared_files                number of shared files
# 	ml_shared_counter               total session shared in mb, buggy
# 					in some mldonkey versions
# 	ml_tcp_upload_rate              tcp upload rate in kb/s
# 	ml_tcp_download_rate            tcp download rate in kb/s
# 	ml_udp_upload_rate              udp upload rate in kb/s
# 	ml_udp_download_rate            udp download rate in kb/s
# 	ml_ndownloaded_files            number of completed files
# 	ml_ndownloading_files           number of downloading files
# 	
#mpd
mpd_host localhost
mpd_port 6600
# 	mpd_artist			Artist in current MPD song
# 					(must be enabled at compile)
# 	mpd_album			Album in current MPD song
# 	mpd_bar           (height)      Bar of mpd's progress
# 	mpd_bitrate                     Bitrate of current song
# 	mpd_status                      Playing, stopped, et cetera.
# 	mpd_title			Title of current MPD song
# 	mpd_vol				MPD's volume
# 	mpd_elapsed                     Song's elapsed time
# 	mpd_length                      Song's length
# 	mpd_percent                     Percent of song's progress
# 	new_mails                       Unread mail count in mail spool.         
# 	nodename                        Hostname                                 
# 	outlinecolor      (color)       Change outline color                     
# 	pre_exec          shell command Executes a shell command one time before 
# 					conky displays anything and puts output 
# 					as text.                                 
# 	processes                       Total processes (sleeping and running)   
# 	running_processes               Running processes (not sleeping),        
# 					requires Linux 2.6                       
# 	shadecolor        (color)       Change shading color                     
# 	stippled_hr       (space),      Stippled (dashed) horizontal line        
# 			(height)        
# 	swapbar           (height)      Bar that shows amount of swap in use     
# 	swap                            Amount of swap in use                    
# 	swapmax                         Total amount of swap                     
# 	swapperc                        Percentage of swap in use                
# 	sysname                         System name, Linux for example           
# 	offset            pixels        Move text over by N pixels
# 	tail              logfile, lines (interval)
# 					Displays last N lines of supplied text
# 					text file.  If interval is not supplied,
# 					Conky assumes 2x Conky's interval.
# 					Max of 30 lines.
# 					Max of 30 lines can be displayed.
# 	time              (format)      Local time, see man strftime to get more 
# 					information about format                 
# 	totaldown         net           Total download, overflows at 4 GB on     
# 					Linux with 32-bit arch and there doesn't 
# 					seem to be a way to know how many times  
# 					it has already done that before conky   
# 					has started.                            
# 	top               type, num     This takes arguments in the form:
# 					top <name> <number>
# 					Basically, processes are ranked from 
# 					highest to lowest in terms of cpu
# 					usage, which is what <num> represents.
# 					The types are: "name", "pid", "cpu", and
# 					"mem".
# 					There can be a max of 10 processes listed.
# 	top_mem           type, num     Same as top, except sorted by mem usage
# 					instead of cpu
# 	totalup           net           Total upload, this one too, may overflow 
# 	updates                         Number of updates (for debugging)        
# 	upspeed           net           Upload speed in kilobytes                
# 	upspeedf          net           Upload speed in kilobytes with one       
# 					decimal                                  
# 	upspeedgraph      net (height),(width)  (gradient colour 1) (gradient colour 2)
# 					Upload speed graph, colours defined in
# 					hex, minus the #.
# 	uptime                          Uptime                                   
# 	uptime_short                    Uptime in a shorter format               
################################################################################
# ${color3}Standard Output:${color1}
# ${font Bitstream Vera Sans Mono:size=14}${execi 1800 conkyForecast --location=THXX0002 --datatype=CT}${font}
# ${font ConkyWeather:style=Bold:size=40}${execi 1800 conkyForecast --location=THXX0002 --datatype=WF}   ${font ConkyWindNESW:size=40}${execi 1800 conkyForecast --location=THXX0002 --datatype=BS}${font}
# ${execi 1800 conkyForecast --location=THXX0002 --datatype=HT --centeredwidth=4}/${execi 1800 conkyForecast --location=THXX0002 --datatype=LT --centeredwidth=4}  ${execi 1800 conkyForecast --location=THXX0002 --datatype=WS --imperial} - ${execi 1800 conkyForecast --location=THXX0002 --datatype=WD}
# ${hr 2}
################################################################################
#   ${execpi 1800 conkyForecast --location=THXX0002 --template=~//Admin/conkyForecast.template}                              **
################################################################################



################################################################################
# My Pastebin
#${top name 5} $alignr ${top pid 5} =${top cpu 5}
#${top name 6} $alignr ${top pid 6} =${top cpu 6}
#${top name 7} $alignr ${top pid 7} =${top cpu 7}
#${top name 8} $alignr ${top pid 8} =${top cpu 8}
#${top name 9} $alignr ${top pid 9} =${top cpu 9}
#${top name 10} $alignr ${top pid 10} =${top cpu 10}
################################################################################
# ${top_mem name 4} ${alignr} ${top_mem cpu 4}  ${top_mem mem 4}
# ${top_mem name 5} ${alignr} ${top_mem cpu 5}  ${top_mem mem 5}
# ${top_mem name 6} ${alignr} ${top_mem cpu 6}  ${top_mem mem 6}
################################################################################


##########################################################
#########                                        #########
####                                                  ####                         
##                   START HERE                         ##
#                                                        #
##            stuff after the word 'TEXT'               ##
####          will be formatted on screen             ####
#########                                        #########
##########################################################
#         PASTEBIN - you can move lines up here to comment them out

#${font :bold:size=16}${color1} 1${color2} 2${color3} 3${color4} 4${color5} 5${color6} 6${color7} 7${color8} 8${color9} 9 

# Adding new media - simply search and replace '/media/usb'
# ${if_existing /media/usb/}${font :italic:bold:size=7}${color9}${voffset 10}${goto 6}usb${color }${goto 75}|${fs_size /media/usb}${color }    ${voffset 0}${goto 110}${fs_bar 6,50 /media/usb}${else}${endif}

#${if_existing /proc/net/route wlan0}${execpi 1800 conkyForecast --location=THXX0002 --template=/home/ben/Admin/weather/bangkok.template}${else}${if_existing /proc/net/route wlan0} ${endif}${else} ${endif}${color7}
# ${font :bold:size=16}${color1} 1${color2} 2${color3} 3${color4} 4${color5} 5${color6} 6${color7} 7${color8} 8${color9} 9 
# ${execpi 1800 conkyForecast --location=THXX0002 --template=/home/ben/Admin/weather/conkyforecast.template}
# ${voffset -20}${hr}
# ${exec nvclock -i | grep temp}${goto 145}${color3}
# ${goto 26}${font :bold:size=16}${color1} 1${color2} 2${color3} 3${color4} 4${color5} 5${color6} 6${color7} 7${color8} 8${color9} 9 
# lua_load ~/Admin/CONKY/scripts/rings.lua
# lua_draw_hook_pre main_rings              


TEXT
${image ~/Admin/CONKY/pix/lcars_base.png -p 0,0 -s 250x650}${font lucida sans:bold:size=6}
${if_running audacious2}
${goto 26}${color white}${font dejavu:bold:size=8}${goto 25}${scroll 12 ${exec audtool --current-song}}${alignr} ${exec audtool current-song-output-length}/${exec audtool current-song-length}
${goto 26}${execbar expr 100 \* $(audtool --current-song-output-length-seconds) \/ $(audtool --current-song-length-seconds)}${else}
${goto 23}${color1}${hr}${color }
${goto 26}${font dejavu:bold:size=7}${execi 60 fortune -s | fold -w45}
${voffset -2}${color1}${hr}${endif}
${color3}${goto 23}${voffset -2}${font openlogos:size=14}u${voffset -8}${font}${font sans:bold:size=9}${font lucida sans:bold:italic:size=8}$kernel~$nodename${font sans:bold:size=7}${alignr}${color6}${uptime_short}${color8}
${goto 23}${voffset -4}${color1}${hr}${color }
${goto 26}${font ds9cr :size=8}${color }500G: ${color orange}${exec nc localhost 7634 | cut -f 4 -d "|"}°C |${color } 1500G:${color orange}${exec nc localhost 7634 | cut -f 4 -d "|"}°C | ${color}GPU ${execi 60 nvidia-settings -query GPUCoreTemp | perl -ne 'print $1 if /GPUCoreTemp.*?: (\d+)./;'} °C ${font }
${goto 20}${font sans:bold:size=7}${color}${cpu cpu1}% @${freq 0} ${color5}${cpubar 6 cpu1}${font DS9cr:size=1}  
${goto 20}${font sans:bold:size=7}${color}${cpu cpu2}% @${freq 1} ${color5}${cpubar 6 cpu2}${color6}
${voffset -7}${color1}${hr}
${voffset -4}${color3 }${font DS9cr:size=7}${alignc}Cable: (${tcp_portmon 1 65535 count} Connections)${font }
${goto 20}${color3 }${font PizzaDude Bullets:size=10}U ${voffset -5}${font ds9cr :size=11}${downspeedf eth0}${color8} ${goto 140}${font PizzaDude Bullets:size=10} O ${voffset -5}${font ds9cr :size=11}${upspeedf eth0} ${font }
${voffset -5}${goto 20}${color2}${downspeedgraph eth0 60,130 008000 00FF00}${alignr}${upspeedgraph eth0 60, 100 000000 grey}
${if_existing /proc/net/route wlan0}${font } ${color}${voffset -7}${font Poky:size=10}Y ${font} ${wireless_link_bar 8,100 wlan0}   ${wireless_link_qual wlan0}%
${color2}${font PizzaDude Bullets:size=10}U${font}${downspeed wlan0}${totaldown wlan0}${font } ${alignr}${color2}${voffset 0}${font PizzaDude Bullets:size=10}O${font} ${upspeed wlan0}${totalup wlan0}${font }
${color3 }${font DS9cr:size=8}Wireless${font }
${voffset -5}${color2}${downspeedgraph wlan0 60,110 008000 00FF00}${alignr}${upspeedgraph wlan0 60, 90 000000 grey}${else}${if_existing /proc/net/route wlan0}${endif}${else}${font PizzaDude Bullets:size=16}${color red}4${font lucida sans:bold:size=20}   diskə'nektid${endif}${color9}${goto 20}${color3}${voffset -10}${membar 8}${font DS9cr:size=2}
${goto 25}${color4}${font sans:bold:size=7}$mem of $memmax ${goto 160} Buffers:$buffers
${color9}${font :bold:italic:size=7}${goto 20}${color}ROOT /${goto 60}|${fs_size /}${goto 110}${fs_bar 5,50 /}
${font :bold:italic:size=7}${color9}${goto 6}${goto 20}${color }HOME${goto 60}|${fs_size /home/}${goto 110}${fs_bar 6,100 /home/}${color }
${if_existing /media/Storage}${voffset 0}${font :bold:size=7} ${color9}${voffset 0}${goto 20}${font :italic:bold:size=7}STORE${color }${goto 60}|${fs_size /media/Storage}${color }    ${voffset 0}${goto 110}${fs_bar 9,140 /media/Storage}${else}${endif}
${if_existing /media/Spare}${voffset 0}${font :bold:size=7} ${color9}${voffset 0}${goto 20}${font :italic:bold:size=7}SPARE${color }${goto 60}|${fs_size /media/Spare}${color }    ${voffset 0}${goto 110}${fs_bar 6,80 /media/Spare}${else}${endif} ${if_existing /media/NDRIVE}${voffset 12}${font :italic:bold:size=7}${color9}${voffset 0}${goto 20}NDRIVE${color }${goto 60}|${fs_size /media/NDRIVE}${color }    ${voffset 0}${goto 110}${fs_bar 5,80 /media/NDRIVE}${else}${endif}
${color9}${font DS9cr:bold:size=9}${color orange}${goto 20}The  Crunchers ${font }${alignr}PID_/_CPU
${goto 30}${color }${top name 1}${goto 135}${top pid 1}$alignr ${top cpu 1}
${goto 30}${top name 2}${goto 135} ${top pid 2} $alignr ${top cpu 2}
${goto 30}${top name 3}${goto 135} ${top pid 3} $alignr ${top cpu 3}
${goto 30}${top name 4}${goto 135} ${top pid 4} $alignr ${top cpu 4}
${goto 30}${top name 5}${goto 135} ${top pid 5} $alignr ${top cpu 5}
${goto 30}${top name 6} ${goto 135}${top pid 6} $alignr ${top cpu 6}
${color9}${font DS9cr:bold:size=9}${color orange}${goto 20}The Sponges ${font }${alignr}MEM_/_CPU ${color }
${goto 30}${top_mem name 1} ${goto 135}${top_mem cpu 1} ${alignr} ${top_mem mem 1}
${goto 30}${top_mem name 2} ${goto 135}${top_mem cpu 2} ${alignr} ${top_mem mem 2}
${goto 30}${top_mem name 3} ${goto 135}${top_mem cpu 3} ${alignr} ${top_mem mem 3}
${goto 30}${top_mem name 4} ${goto 135}${top_mem cpu 4} ${alignr} ${top_mem mem 4}
${goto 30}${top_mem name 5} ${goto 135}${top_mem cpu 5} ${alignr} ${top_mem mem 5}
${goto 30}${top_mem name 6} ${goto 135}${top_mem cpu 6} ${alignr} ${top_mem mem 6}
${voffset -4}${color1}${goto 20}${hr 3}
${goto 50}${color orange}${font DS9cr:size=36}${time %H:%M}${font DS9cr:size=18}:${time %S}
${goto 35}${color6}${font DS9cr:size=12}${time %A %d %B}${color }
${font DS9cr:size=12}${color orange}${goto 35} ${utime %H:%M}${font :bold:size=10} GMT

McLovin

Re: Conky Showoff thread

Post by McLovin »

This is my latest conky, it has a now playing, using an "if" variable, so it shows which media player I'm running, or if I'm not listening to any music, it just displays what is shown in the screenshot. I also have a conky from server running in a screened shh session, so I don't need to have a terminal open for it to be running, which is really nice.
Image
and here it is with music playing
Image
here is a link to the config files for this, if you would like to check it out and see what you can do with it
http://www.4shared.com/file/h0BDdQpw/mu ... -1tar.html
dawgdoc

Re: Conky Showoff thread

Post by dawgdoc »

For those new to Conky and not knowing how to configure it or those just looking for an easier way to set up Conky, a new version of Conky-Colors has been released. It has a new style to display stats available as an option. See this article at OMG!Ubuntu! or visit the author's Deviant Art page
User avatar
Roken
Level 5
Level 5
Posts: 738
Joined: Fri Nov 19, 2010 4:55 pm
Location: Newport, S Wales

Re: Conky Showoff thread

Post by Roken »

I've modified my conky somewhat since I last posted in this thread (a long time ago) so here it is now.

The picture is a random slideshow based on my own script (and no smutty comments - that's my fiance), as are the Thunderbird mail count and clementine script (clementine isn't running just now, hence it isn't showing anything).

The clock is a cheat, and is actually a screenlet conveniently position in a space in the conky config left for that purpose :oops:

Guess I'm getting due for another tweaking of it soon :)
Kernel Linux Tex 5.12.14-zen1-1-zen, XFCE
Arch
Dual GTX1070 8Gb
AMD Ryzen 1800X
32Gb RAM
dawgdoc

Re: Conky Showoff thread

Post by dawgdoc »

Dino77 wrote:Good day, i don't know why Conky doesn't work with Gnome? KDE? How is it possible to do?
First: Did you set up Conky correctly? See this Ubuntu post as a guide. http://ubuntuforums.org/showthread.php?p=6365702
Second: If your Conky is flickering, see point 5 in the above post or point 3 from this Conky faq: http://conky.sourceforge.net/faq.html
Third: If you are running Compiz or other desktop effects, see point 6 from the ubuntuforums link or point 4 from the conky.sourceforge link.

Otherwise, you need to provide us with a step by step of what you have done to try to get Conky to work. That would be done better by starting a separate thread with an appropriate title.
RichTUK

Re: Conky Showoff thread

Post by RichTUK »

Image
Sector11

Re: Conky Showoff thread

Post by Sector11 »

The United Federation Starship Statler, call sign NCC 110·207 R, is a part of the United Federation of Conkys.

NCC 110·207 R's mission is to help Crunchbang complete it's Mission Statement.

As you see UFOC personnel have logged into local terminals and they are being monitored.
Image

The Captain's Location changes according to the desktop you are on. I renamed mine for this conky:
Image

RED ALERT (upper right) - someone needs to eject the garbage. All terminals are closed down except the Main Bridge Terminal
Image

Across the top:
  1. HHMMSS DD.MM.YY
  2. STARDATE is UNIX Epoc time in seconds
  3. UNIVERSAL EARTHDATE YYYjjjHHMMSS, and past Red Alert
  4. uptime short
You will need:
  1. conkyMisc - to calculate NEXT REFIT with conkyDateDiff & conkyDaysDiff
  2. conkyEmail - (or some other mails script program) for INCOMMING COMMUNICATIONS
jpr928

Re: Conky Showoff thread

Post by jpr928 »

Hi!, hier is my conky, somebody now a tutoriel to learn haw making sectors on the rings ?
Image
JP
jp734

Re: Conky Showoff thread

Post by jp734 »

Simple conky project of mine. Nothing especial. Since my desktop background changes every boot, I just wanted something that will look neat and readable on all of my desktop background collection.

http://members.cox.net/rdeperio/Screenshot.png
kruijf

Re: Conky Showoff thread

Post by kruijf »

The last update to update pack 3 to LMDE mest up my conky again.

Image

Have more people this problem? and what where your solution.
Locked

Return to “Compiz, Conky, Docks & Widgets”