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
morpheus2k12

Re: Conky Showoff thread

Post by morpheus2k12 »

Here's mine using 2 different conky scripts:

Image

Code: Select all

background no
font Sans:size=8
#xftfont Sans:size=10
use_xft yes
xftalpha 0.9
update_interval 3.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 220 5
maximum_width 220
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white
default_shade_color black
default_outline_color green
alignment top_left
gap_x 12
gap_y 35
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
uppercase yes # set to yes if you want all text to be in uppercase

TEXT
${color white}SYSTEM ${hr 1}${color}

Uptime: $alignr$uptime
Temp: ${alignr}${acpitemp}C
Battery: ${battery_percent BAT0}% ${alignr}${battery_bar 8,60 BAT0}
AC Power: ${alignr}${acpiacadapter}

CPU: ${alignr}${freq} MHz
Processes: ${alignr}$processes ($running_processes running)
Load: ${alignr}$loadavg

CPU1 ${alignr}${cpu cpu1}%
${cpubar 4 cpu1}
CPU2 ${alignr}${cpu cpu2}%
${cpubar 4 cpu2}
CPU3 ${alignr}${cpu cpu3}%
${cpubar 4 cpu3}
CPU4 ${alignr}${cpu cpu4}%
${cpubar 4 cpu4}

Ram ${alignr}$mem / $memmax ($memperc%)
${membar 4}
swap ${alignr}$swap / $swapmax ($swapperc%)
${swapbar 4}

Highest CPU $alignr CPU% MEM%
${top name 1}$alignr${top cpu 1}${top mem 1}
${top name 2}$alignr${top cpu 2}${top mem 2}
${top name 3}$alignr${top cpu 3}${top mem 3}

Highest MEM $alignr CPU% MEM%
${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}
${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}
${top_mem name 3}$alignr${top_mem cpu 3}${top_mem mem 3}

${color white}Filesystem ${hr 1}${color}

Root: ${alignr}${fs_free /} / ${fs_size /}
${fs_bar 4 /}
Home: ${alignr}${fs_free /home} / ${fs_size /home}
${fs_bar 4 /home}

${color white}NETWORK ${hr 1}${color}

${wireless_essid wlan0} (${wireless_link_qual wlan0}%)

Down ${downspeed wlan0} k/s ${alignr}Up ${upspeed wlan0} k/s
${downspeedgraph wlan0 25,107} ${alignr}${upspeedgraph wlan0 25,107}
Total ${totaldown wlan0} ${alignr}Total ${totalup wlan0}

Local Ip: ${alignr}${addr wlan0}
Public Ip: ${alignr}${execi 1 ~/.conky/ip.sh}

Code: Select all

background no
font Sans:size=20
#xftfont Sans:size=30
use_xft yes
xftalpha 0.9
update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 220 5
maximum_width 220
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white
default_shade_color black
default_outline_color green
alignment bottom_right
gap_x 12
gap_y 35
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
uppercase yes # set to yes if you want all text to be in uppercase

TEXT  
$alignc${color2}${time %H:%M:%S}
Script to display public IP

Code: Select all

#!/bin/bash

wget http://checkip.dyndns.org/ -q -O - |
grep -Eo '\<[[:digit:]]{1,3}(\.[[:digit:]]{1,3}){3}\>'
soccerz619

Re: Conky Showoff thread

Post by soccerz619 »

morpheus2k12 wrote:Here's mine using 2 different conky scripts:
What icon pack is that? It looks really good! And which version of Mint is that?
morpheus2k12

Re: Conky Showoff thread

Post by morpheus2k12 »

Here's my updated version, pretty happy with it now. I'm using the Awoken White icon pack with the latest version of linux mint 12.

Image

Awoken Folder Icon's:

Image

To customize the Awoken icon theme pack do this:

sudo add-apt-repository ppa:alecive/antigone
sudo apt-get update
sudo apt-get install awoken-icon-theme
awoken-icon-theme-customization

Then Follow Instructions.
lwfitz

Re: Conky Showoff thread

Post by lwfitz »

Havent got the transparency quite perfect but its getting there
snapshot1.png
edtheuniquegeek

Re: Conky Showoff thread

Post by edtheuniquegeek »

Sector11 wrote:
jompa89 wrote:I didn't install ant fonts on LMDE while I used that, and I don't know if there are any differences between this in LMDE and Mint 12.
Check your conky version.

Code: Select all

  23:20:45 ~
         $ conky --version
Conky 1.8.1 compiled Wed Sep  7 23:22:15 UTC 2011 for Linux 3.0.0-1-amd64 (x86_64)

Compiled in features:

System config file: /etc/conky/conky.conf
Package library path: /usr/lib/conky

 X11:
  * Xdamage extension
  * XDBE (double buffer extension)
  * Xft
  * ARGB visual

 Music detection:
  * Audacious
  * MPD
  * MOC
  * XMMS2

 General:
  * math
  * hddtemp
  * portmon
  * Curl
  * RSS
  * Weather (METAR)
  * Weather (XOAP)
  * wireless
  * support for IBM/Lenovo notebooks
  * nvidia
  * eve-online
  * config-output
  * Imlib2
  * apcupsd
  * iostats
  * ncurses
  * Lua

  Lua bindings:
   * Cairo
   * Imlib2

  23:20:55 ~
         $ 
you want to see the final bit:

Code: Select all

  * Lua

  Lua bindings:
   * Cairo
   * Imlib2
If your conky doesn't have that get another version that does.

I went from Mint 11 with Conky working fine to Mint 12 experiencing the same issue as jompa89. My Lua bindings are the same, see below.
Anyone know why Conky doesn't work properly in Mint 12? I have Cinnamon running in my install. Could that be an issue?

Code: Select all

ed@ed-Vostro-Mint12 ~ $ conky --version
Conky 1.8.1 compiled Wed Aug 10 16:02:54 UTC 2011 for Linux 2.6.24-27-server (x86_64)

Compiled in features:

System config file: /etc/conky/conky.conf
Package library path: /usr/lib/conky

 X11:
  * Xdamage extension
  * XDBE (double buffer extension)
  * Xft
  * ARGB visual

 Music detection:
  * MPD
  * MOC

 General:
  * math
  * hddtemp
  * portmon
  * Curl
  * RSS
  * Weather (METAR)
  * Weather (XOAP)
  * wireless
  * support for IBM/Lenovo notebooks
  * nvidia
  * eve-online
  * config-output
  * Imlib2
  * apcupsd
  * iostats
  * ncurses
  * Lua

  Lua bindings:
   * Cairo
   * Imlib2
User avatar
KittyKatt
Level 3
Level 3
Posts: 116
Joined: Sun Jun 14, 2009 12:12 pm
Contact:

Re: Conky Showoff thread

Post by KittyKatt »

Small, simple LUA-powered vertical bars. :)

Image
User avatar
Oscar799
Level 20
Level 20
Posts: 10393
Joined: Tue Aug 11, 2009 9:21 am
Location: United Kingdom

Re: Conky Showoff thread

Post by Oscar799 »

Moved to it's new home by moderator
Image
edtheuniquegeek

Re: Conky Showoff thread

Post by edtheuniquegeek »

Monitor 1
Image

Monitor 2
Image
Habitual

Re: Conky Showoff thread

Post by Habitual »

edtheuniquegeek:

Post the code for Monitor2 Please.

Thank you.
edtheuniquegeek

Re: Conky Showoff thread

Post by edtheuniquegeek »

Habitual wrote:edtheuniquegeek:

Post the code for Monitor2 Please.

Thank you.
It's not my original. I found it here:

http://ubuntuforums.org/showthread.php? ... &t=1156383

And tweaked it some.
Habitual

Re: Conky Showoff thread

Post by Habitual »

edtheuniquegeek wrote: It's not my original. I found it here:
http://ubuntuforums.org/showthread.php? ... &t=1156383
And tweaked it some.
+1. That's a nice flow.

Thanks.
Joe&Bug

Re: Conky Showoff thread

Post by Joe&Bug »

zacklyke wrote:This is taken from a somewhat existing layout. I'll be changing the large clock font up and I'm going to have email and RSS feeds in the space between the Banshee track and weather. I like integrating conky with the desktop behind it. Gives it kind of a zen feel, eh? I just wanted to upload with my progress. When it's done I'll share code / files / etc.

http://img225.imageshack.us/img225/8133/zacksconky.png
Would you mind to share the wallpaper source? Thanks!

EDIT:
Never mind. Found it! http://ultimate-wallpaper.com/render/ju ... fhp/0/0/0/
mmesantos1

Re: Conky Showoff thread

Post by mmesantos1 »

Ok so just 2 conky mod,s I made up by edited existing conkyrc's. Well hope you like them. :D


Conky Info: http://mmesantos1.deviantart.com/galler ... 2#/d4ec8pu
Image

Conky Info: http://mmesantos1.deviantart.com/galler ... 2#/d4uvk2t
Image
balbecdaze

Re: Conky Showoff thread

Post by balbecdaze »

I've Minted Conky Orange! (and used a calendar from VinDSL and weather from TeoBigusDickus):

Image
soccerz619

Re: Conky Showoff thread

Post by soccerz619 »

Wow, very nice balbecdze.
balbecdaze

Re: Conky Showoff thread

Post by balbecdaze »

Thanks, the 2 folder and 2 files I used are here:

https://www.dropbox.com/s/5vf5yoyx0y3so ... nge.tar.gz

1) Extract them all to your home folder.

2) Navigate to /HOME/.Accuweather_conky and open accuw_script in leafpad. I've made all the folders hidden, so you might need to Ctrl-H to see it.

3) Put your address in the script where it says to. You can find this by going to http://www.accuweather.com and finding your location then cutting and pasting the url on the page it lands on.

4) I' ve deleted some of the .conky_orange.lua as I only have one core, if you are dual core you can find the original here:

http://gnome-look.org/content/show.php?content=137503 If you do this you might want to change the colours again - the hex code is 9ACD32.

5) You need to have installed lm-sensors and hddtemp, and run sensors-detect (answering yes to everything).

Enjoy!
Prof_Stein

Re: Conky Showoff thread

Post by Prof_Stein »

New to the whole Linux thing, running Mint 12 on a old IBM ThinkCentre. Well...here's my conky!

Image

Code: Select all

background yes
use_xft yes
xftfont HandelGotD:size=8
xftalpha 0.1
update_interval 0.5
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent no
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 200 5
maximum_width 200
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color white
default_shade_color red
default_outline_color green
alignment top_right
gap_x 18
gap_y 48
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale no
use_spacer yes
TEXT
${color FF0000}$hr${color}
${font size=8}${color ffffff}${shadecolor 202020}$nodename$shadecolor$color$font - 
$sysname $kernel on $machine$font
${color FF0000}$hr${color}
${voffset -2}${color FF0000}${shadecolor 202020}STATUS :$shadecolor$color
${color FF0000}${voffset -6}$hr${color}
Uptime: $uptime - Load: $loadavg
${shadecolor 202020}CPU Temperature: $font $alignr ${acpitemp} C

${color FF0000}$hr${color}
${voffset -2}${color FF0000}${shadecolor 202020}PROCESSES: :$shadecolor$color
${color FF0000}${voffset -6}$hr${color}
Running: $processes
Active: $running_processes
Processes Detail: ${alignr}${offset -4}PID ${offset 4}CPU% MEM%
${color #00FFFF}${offset 17}${top name 1}${alignr}${offset -3}${top pid 1} ${top cpu 
1} ${top mem 1}$color
${offset 17}${top name 2}${alignr}${top pid 2} ${top cpu 2} ${top mem 2}
${offset 17}${top name 3}${alignr}${top pid 3} ${top cpu 3} ${top mem 3}
${offset 17}${top name 4}${alignr}${top pid 4} ${top cpu 4} ${top mem 4}
${offset 17}${top name 5}${alignr}${top pid 5} ${top cpu 5} ${top mem 5}

${color FF0000}$hr${color}
${voffset -2}${color FF0000}${shadecolor 202020}PROCESSOR :$shadecolor$color
${color FF0000}${voffset -6}$hr${color}
${cpugraph cpu0 60,299 04578a 597DB2}
${voffset -68}Intel Core 2 Duo @5300
Core 1: ${freq 1} MHz
${cpu cpu1}% ${color #00FFFF}${cpubar cpu1}$color
Core 2: ${freq 2} MHz
${cpu cpu2}% ${color #00FFFF}${cpubar cpu2}$color

${voffset -12}${color FF0000}$hr${color}
${voffset -2}${color FF0000}${shadecolor 202020}MEMORY :$shadecolor$color
${color FF0000}${voffset -6}$hr${color}
Corsair Value Select:
$mem / $memmax
$memperc% ${color #00FFFF}${membar}$color

${color}Memory Detail: ${alignr}${offset -4}PID ${offset 4}CPU% MEM%
${offset 17}${color #00FFFF} ${top_mem name 1}${alignr} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${offset 17}${color white} ${top_mem name 2}${alignr} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${offset 17}${color white} ${top_mem name 3}${alignr} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}

${color FF0000}$hr${color}
${voffset -2}${color FF0000}${shadecolor 202020}STORAGE :$shadecolor$color
${color FF0000}${voffset -6}$hr${color}
File systems:
System: ${fs_used /} / ${fs_size /}
${color #00FFFF}${fs_bar /}${color}
Rayonant

Re: Conky Showoff thread

Post by Rayonant »

Here is my Conky, a little modification from this one

Image
PhOG

Re: Conky Showoff thread

Post by PhOG »

Fairly new to linux, completely new to conky. Couldn't get it to work at first. Just a simple modification of an existing script but I will make it better as I learn more.

Image
mmesantos1

Re: Conky Showoff thread

Post by mmesantos1 »

Ok so made this conky mod, hope you all like it. :D

Download Link: http://mmesantos1.deviantart.com/#/d53amg1
Image
Locked

Return to “Compiz, Conky, Docks & Widgets”