LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop > Linux - Member Desktop Screenshots
User Name
Password
Linux - Member Desktop Screenshots This forum is for the discussion and display of Linux Desktop screenshots. Please remember that many members browse LQ from work, so NSFW screenshots are not appropriate.

Notices


Reply
  Search this Thread
Old 01-01-2012, 10:58 PM   #16
Ion Silverbolt
Member
 
Registered: Sep 2004
Distribution: Gentoo/Xfce, Manjaro/Xfce, SolydXK
Posts: 194

Rep: Reputation: 36

Conky running on my hp110 netbook.

 
Old 01-14-2012, 08:19 PM   #17
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
After stealing some ideas from Juako's conkyrc.
Attached Thumbnails
Click image for larger version

Name:	slackware_ss_5.png
Views:	192
Size:	116.3 KB
ID:	8836  
 
Old 01-15-2012, 07:45 AM   #18
Roken
Member
 
Registered: Oct 2011
Location: Warrington, UK
Distribution: Arch local, Debian on VPS, several RPIs.
Posts: 300
Blog Entries: 1

Rep: Reputation: 55
I can never pass up the opportunity to show off my conky, so here it is.

Uses a couple of custom scripts (for example, the appointments are pulled from Google Calendar) and the slideshow is a small script to select and scale the image. I've been using this a while, though I tweak it, add to it, and remove from it often.
Attached Thumbnails
Click image for larger version

Name:	Screenshot - 150112 - 13:39:56.png
Views:	155
Size:	127.9 KB
ID:	8842  
 
Old 01-27-2012, 06:48 PM   #19
pyroscope
LQ Newbie
 
Registered: Jan 2012
Distribution: Debian / Ubuntu
Posts: 15

Rep: Reputation: 2
I must admit that I switched to screenlets some time ago, but sill use conky for this...
 
Old 04-18-2013, 09:12 AM   #20
steak1987
Member
 
Registered: Jan 2012
Posts: 130

Rep: Reputation: Disabled
Question

I couldnt find any other conky threads here, so I'll be posting here. This is my current setup:



Here is my conky config :

Code:
# maintain spacing between certain elements
use_spacer yes

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

use_xft yes

# Xft font when Xft is enabled
xftfont Bitstream Vera Sans Mono-9
#xftfont Andale Mono-9
#xftfont Clean-9
#xftfont cubicfive10:pixelsize=10
#xftfont squaredance10:pixelsize=14
#xftfont swf!t_v02:pixelsize=12

# Text alpha when using Xft
xftalpha 0.65

mail_spool $MAIL

# Update interval in seconds
update_interval 1.0

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

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

# Minimum size of text area
minimum_size 230
maximum_width 320

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no # amplifies text

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 0

# border width
border_width 2

# Default colors and also border colors, grey90 == #e5e5e5
default_color grey90
default_shade_color black
default_outline_color DarkGrey

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

# Gap between borders of screen and text
gap_x 10
gap_y 25

# Subtract file system buffers from used memory?
no_buffers yes

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

# stuff after 'TEXT' will be formatted on screen

## IF I WANT TO ADD THE WEATHER BACK IN...
#${color #ffcb48}WEATHER$color ${color #ffcb48}${hr 2}$color
# ${execi 1800 /home/jeff/.conky-weather/weather.sh 02155}
##

## IF I WANT THE HDD TEMPERATURE BACK IN...
# temp:$color ${hddtemp /dev/sda}
##

## IF I WANT BATTERY STATE BACK IN...
#${color #ffcb48}BATTERY STATE$color ${color #ffcb48}${stippled_hr}$color
# $battery (time left: ${battery_time})
##

TEXT

$color
${color #dc0e0e}System ${hr 2}$color
${color white}$nodename $sysname $kernel on $machine
Uptime:$uptime
${color white}${time %A %B %e, %G} ${color #00ff00}${time %I:%M:%S}${time %p} ${time %Z}

${color #dc0e0e}Cpu ${hr 2}$color
${color white}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'}


${color white}Usage:${color green}${cpu}% ${color #DFDFDF}${cpubar}
${color #DFDFDF}${cpugraph} ${color #DFDFDF}
${color white}Processes:${color green} $processes ${color white}Running:${color green} $running_processes ${color white}

${color #dc0e0e}HDD ${hr 2}$color
${color white}used:${color green} ${fs_used_perc /}% ($fs_used/$fs_size) $alignr ${color white}
${color #DFDFDF}${fs_bar 6 /}$color
${color white}disk IO:${color green} $diskio

${color #dc0e0e}RAM ${hr 2}$color
${color white}RAM used:${color green} $memperc% ($mem/$memmax)
${color #DFDFDF}${membar 6}$color
${color white}swap used:${color green} $swapperc% ($swap/$swapmax)
${color #DFDFDF}${swapbar 6}$color

${color #dc0e0e}NETWORKING ${hr 2}$color
${color white}Down: ${color green}${downspeed eth0} k/s ${alignr}${color white}Up:${color green} ${upspeed eth0} k/s
${color #DFDFDF}${downspeedgraph eth0 25,140 FF8200 ff0000} ${alignr}${upspeedgraph eth0
25,140 FF0000 FF9900}$color
${color white}Total: ${color green}${totaldown eth0} ${alignr}${color white}Total:${color green} ${totalup eth0}
${color white}Inbound:${color green} ${tcp_portmon 1 32767 count}
${color white}Outbound:${color green} ${tcp_portmon 32768
61000 count}${alignr}${color white}Total:${color green} ${tcp_portmon 1 65535 count}


${color}Name              PID     CPU%   MEM%
${color #ddaa00} ${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}Mem usage
${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
I kinda have two questions:

1 - My CPU has been listed twice. How would I change this ?
2 - I would really like a graph showing ram usage, similar to the CPU usage above(as in, something that shows the changes in ram usage over time). How would I go about doing this, preferably in the same colour ?

Last edited by steak1987; 04-20-2013 at 08:54 AM. Reason: Fixed image URL
 
Old 04-18-2013, 02:28 PM   #21
Sector11
Member
 
Registered: Feb 2010
Distribution: BunsenLabs (Debian Stable)
Posts: 132

Rep: Reputation: Disabled
WoW!!!! I forgot all about this thread .... I just updated my weather conky when I got an email about steak1987's contribution. That reminded me it's here so here's mine.

Weather on the left has nothing below TEXT - just uses two LUA scripts mrpeachy's v9000 weather script and draw-bg.lua (they all use that)
Email Currency exchange on the bottom uses conkyEmail
Conky on the right uses mounted.lua to show when External devices are plugged in and mounted. It can "all" mounted devices but since I have no need to show M|6 or M|7 (dev/sda6, dev/sda7) I just set up the external devices:


and with a couple of external devices plugged in:

Any code available on request ... all of it will be too much for one post.

Last edited by Sector11; 04-18-2013 at 02:42 PM.
 
Old 04-18-2013, 02:39 PM   #22
Sector11
Member
 
Registered: Feb 2010
Distribution: BunsenLabs (Debian Stable)
Posts: 132

Rep: Reputation: Disabled
CAUTION: See the next post by TobiSGD before using response to Question 1.
Code:
grep 'model name' /proc/cpuinfo|sed -e 's/model name.*: //'|uniq
Quote:
Originally Posted by steak1987 View Post
I kinda have two questions:

1 - My CPU has been listed twice. How would I change this ?
2 - I would really like a graph showing ram usage, similar to the CPU usage above(as in, something that shows the changes in ram usage over time). How would I go about doing this, preferably in the same colour ?
1. change your line:
Code:
 18 Apr 13 | 16:32:06 ~
         $ cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'
AMD Athlon(tm) II X3 450 Processor
AMD Athlon(tm) II X3 450 Processor
AMD Athlon(tm) II X3 450 Processor
 
 18 Apr 13 | 16:32:10 ~
         $ cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq
AMD Athlon(tm) II X3 450 Processor
 
 18 Apr 13 | 16:33:23 ~
         $
2. memgraph:
Quote:
memgraph
(height),(width) (gradient colour 1) (gradient colour 2) (scale) (-t) (-l)

Memory usage graph. Uses a logarithmic scale (to see small numbers) when you use the -l switch. Takes the switch '-t' to use a temperature gradient, which makes the gradient values change depending on the amplitude of a particular graph value (try it and see).

Last edited by Sector11; 04-20-2013 at 09:24 AM.
 
Old 04-18-2013, 04:13 PM   #23
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Sector11 View Post
Code:
cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq
Using grep with cat is unnecessary and bad style, you can shorten that to
Code:
grep 'model name' /proc/cpuinfo|sed -e 's/model name.*: //'|uniq
 
Old 04-18-2013, 05:58 PM   #24
Sector11
Member
 
Registered: Feb 2010
Distribution: BunsenLabs (Debian Stable)
Posts: 132

Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Using grep with cat is unnecessary and bad style, you can shorten that to
Code:
grep 'model name' /proc/cpuinfo|sed -e 's/model name.*: //'|uniq
AWESOME!!!! I didn't know that, I found that line in a conky LUA script just yesterday that's why I used it here ... I'm totally green behind the ears with this kind of stuff ...

Thank you kindly for the input.

I'll edit my previous post ... and conky

Last edited by Sector11; 04-18-2013 at 06:02 PM.
 
Old 04-19-2013, 09:27 AM   #25
steak1987
Member
 
Registered: Jan 2012
Posts: 130

Rep: Reputation: Disabled
So
Code:
${color white}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'}
Should be:

Code:
${color white}${execi 1000 grep 'model name' /proc/cpuinfo|sed -e 's/model name.*: //'|uniq}
?

I insert memgraph into my conky config :

Code:
${color #dc0e0e}RAM ${hr 2}$color
${color white}RAM used:${color green} $memperc% ($mem/$memmax)
${color #DFDFDF}${membar 6}$color
${color #DFDFDF}${memgraph 6}$color
${color white}swap used:${color green} $swapperc% ($swap/$swapmax)
${color #DFDFDF}${swapbar 6}$color
However, that bar is really small (vertically). How do I increase the vertical height ? I tried google, and stumbled upon this beautiful conky file:

http://dancingpenguinsoflight.com/20...iguring-conky/



But I cant seem to figure out how to make the memgraph thicker.
 
Old 04-19-2013, 12:52 PM   #26
Sector11
Member
 
Registered: Feb 2010
Distribution: BunsenLabs (Debian Stable)
Posts: 132

Rep: Reputation: Disabled
Quote:
Originally Posted by steak1987 View Post
So
Code:
${color white}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'}
Should be:

Code:
${color white}${execi 1000 grep 'model name' /proc/cpuinfo|sed -e 's/model name.*: //'|uniq}
?
Yes, that's it.

Quote:
Originally Posted by steak1987 View Post
I insert memgraph into my conky config :

Code:
${color #dc0e0e}RAM ${hr 2}$color
${color white}RAM used:${color green} $memperc% ($mem/$memmax)
${color #DFDFDF}${membar 6}$color
${color #DFDFDF}${memgraph 6}$color
${color white}swap used:${color green} $swapperc% ($swap/$swapmax)
${color #DFDFDF}${swapbar 6}$color
However, that bar is really small (vertically). How do I increase the vertical height ? I tried google, and stumbled upon this beautiful conky file:
From: http://conky.sourceforge.net/variables.html
Quote:
memgraph
(height),(width) (gradient colour 1) (gradient colour 2) (scale) (-t) (-l)

Memory usage graph. Uses a logarithmic scale (to see small numbers) when you use the -l switch. Takes the switch '-t' to use a temperature gradient, which makes the gradient values change depending on the amplitude of a particular graph value (try it and see).
so:
Code:
${memgraph 6}
= a height of 6
try something like:
Code:
${memgraph 20,100}
20 high - 100 wide
 
Old 04-20-2013, 08:52 AM   #27
steak1987
Member
 
Registered: Jan 2012
Posts: 130

Rep: Reputation: Disabled
Talking

Quote:
Originally Posted by Sector11 View Post
Yes, that's it.



From: http://conky.sourceforge.net/variables.html


so:
Code:
${memgraph 6}
= a height of 6
try something like:
Code:
${memgraph 20,100}
20 high - 100 wide

Ah, beautiful, it worked perfectly. This is what my conky config looks like now:



Which is the way I want it right now.


Here is my updated conky config :

Code:
# maintain spacing between certain elements
use_spacer yes

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

use_xft yes

# Xft font when Xft is enabled
xftfont Bitstream Vera Sans Mono-9
#xftfont Andale Mono-9
#xftfont Clean-9
#xftfont cubicfive10:pixelsize=10
#xftfont squaredance10:pixelsize=14
#xftfont swf!t_v02:pixelsize=12

# Text alpha when using Xft
xftalpha 0.65

mail_spool $MAIL

# Update interval in seconds
update_interval 1.0

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

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

# Minimum size of text area
minimum_size 230
maximum_width 320

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no # amplifies text

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 0

# border width
border_width 2

# Default colors and also border colors, grey90 == #e5e5e5
default_color grey90
default_shade_color black
default_outline_color DarkGrey

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

# Gap between borders of screen and text
gap_x 10
gap_y 25

# Subtract file system buffers from used memory?
no_buffers yes

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

# stuff after 'TEXT' will be formatted on screen

## IF I WANT TO ADD THE WEATHER BACK IN...
#${color #ffcb48}WEATHER$color ${color #ffcb48}${hr 2}$color
# ${execi 1800 /home/jeff/.conky-weather/weather.sh 02155}
##

## IF I WANT THE HDD TEMPERATURE BACK IN...
# temp:$color ${hddtemp /dev/sda}
##

## IF I WANT BATTERY STATE BACK IN...
#${color #ffcb48}BATTERY STATE$color ${color #ffcb48}${stippled_hr}$color
# $battery (time left: ${battery_time})
##

TEXT

$color
${color #dc0e0e}System ${hr 2}$color
${color white}$nodename $sysname $kernel on $machine
Uptime:$uptime
${color white}${time %A %B %e, %G} ${color #00ff00}${time %I:%M:%S}${time %p} ${time %Z}

${color #dc0e0e}Cpu ${hr 1}$color
${color white}${execi 1000 grep 'model name' /proc/cpuinfo|sed -e 's/model name.*: //'|uniq}


${color white}Usage:${color green}${cpu}% ${color #DFDFDF}${cpubar}
${color #DFDFDF}${cpugraph} ${color #DFDFDF}
${color white}Processes:${color green} $processes ${color white}Running:${color green} $running_processes ${color white}

${color #dc0e0e}HDD ${hr 2}$color
${color white}used:${color green} ${fs_used_perc /}% ($fs_used/$fs_size) $alignr ${color white}
${color #DFDFDF}${fs_bar 6 /}$color
${color white}disk IO:${color green} $diskio

${color #dc0e0e}RAM ${hr 2}$color
${color white}RAM used:${color green} $memperc% ($mem/$memmax)
${color #DFDFDF}${membar 6}$color
${color #DFDFDF}${memgraph 25,320}$color
${color white}swap used:${color green} $swapperc% ($swap/$swapmax)
${color #DFDFDF}${swapbar 6}$color

${color #dc0e0e}NETWORKING ${hr 2}$color
${color white}Down: ${color green}${downspeed eth0} k/s ${alignr}${color white}Up:${color green} ${upspeed eth0} k/s
${color #DFDFDF}${downspeedgraph eth0 25,140 FF8200 ff0000} ${alignr}${upspeedgraph eth0
25,140 FF0000 FF9900}$color
${color white}Total: ${color green}${totaldown eth0} ${alignr}${color white}Total:${color green} ${totalup eth0}
${color white}Inbound:${color green} ${tcp_portmon 1 32767 count}
${color white}Outbound:${color green} ${tcp_portmon 32768
61000 count}${alignr}${color white}Total:${color green} ${tcp_portmon 1 65535 count}


${color}Name              PID     CPU%   MEM%
${color #ddaa00} ${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}Mem usage
${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}

Last edited by steak1987; 04-20-2013 at 08:55 AM.
 
Old 04-20-2013, 10:07 AM   #28
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by steak1987 View Post
I couldnt find any other conky threads here, so I'll be posting here.
That's a sad commentary considering http://www.linuxquestions.org/questions/tags/conky/
 
Old 04-20-2013, 12:35 PM   #29
steak1987
Member
 
Registered: Jan 2012
Posts: 130

Rep: Reputation: Disabled
Quote:
Originally Posted by Habitual View Post
That's a sad commentary considering http://www.linuxquestions.org/questions/tags/conky/
Oh, my bad, I tried using the search tool but this thread seemed to be the most relevant, plus I didnt want to hijack other peoples threads.
 
Old 05-17-2013, 06:49 AM   #30
Randicus Draco Albus
Senior Member
 
Registered: May 2011
Location: Hiding somewhere on planet Earth.
Distribution: No distribution. OpenBSD operating system
Posts: 1,711
Blog Entries: 8

Rep: Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635
Two Conkies, until I can get an analogue clock working and get ride of the Cairo-clock.
The top portion:
Code:
alignment top_left
background no
border_width 1
cpu_avg_samples 2
default_color white
default_outline_color black
default_shade_color black
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades yes
use_xft yes
xftfont nimbus mono L:size=11
gap_x 20
gap_y 30
minimum_size 5 5
net_avg_samples 2
double_buffer yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_transparent yes
own_window_class Conky
own_window_type desktop
own_window_argb_visual yes
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

TEXT
${font Olde Englishe:size=18}Debian GNU-Linux
$color ${font nimbus mono L:size=13}${execpi 60 DJS=`date +%-d`; cal -h| sed s/"\(^\|[^0-9]\)$DJS"'\b'/'\1${color blue}'"$DJS"'$color'/}
The bottom:
Code:
alignment top_left
background no
border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color black
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades yes
use_xft yes
xftfont nimbus mono L:size=11
gap_x 5
gap_y 220
minimum_size 5 5
net_avg_samples 2
no_buffers 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_argb_visual yes
own_window_argb_value 0
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

TEXT
$hr
${font Olde Englishe:size=14}$color RAM Usage:$color ${font Nimbus Roman No9 L:size=11}$memperc% ${membar 6} 
${font Olde Englishe:size=14}Swap Usage:$color ${font Nimbus Roman No9 L:size=11}$swapperc% ${swapbar 6} 
${font Olde Englishe:size=14}CPU Usage:${font Nimbus Roman No9 L:size=11} $cpu% ${cpubar 6}
${font Olde Englishe:size=14}Processes:$color ${font Nimbus Roman No9 L:size=11} $processes  $color ${font Olde Englishe:size=14} Running:$color ${font Nimbus Roman No9 L:size=11} $running_processes
${font Olde Englishe:size=14}File systems: ${font Nimbus Roman No9 L:size=10}/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /} 
${font Olde Englishe:size=14}Networking:
${font Nimbus Roman No9 L:size=11}Up:$color ${upspeed eth0} $color Down:$color ${downspeed eth0}
${if_match "${battery}"!="charged" }${font Olde Englishe:size=14}Battery: ${font Nimbus Roman No9 L:size=9}${battery BAT0}${battery_time BAT0} ${battery_bar 6 BAT0}
$hr
$color ${font Nimbus Roman No9 L:size=11}Name              PID   CPU%   MEM%
$color ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
$color ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
$color ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
$color ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
$hr
Attached Thumbnails
Click image for larger version

Name:	Untitled.png
Views:	115
Size:	100.8 KB
ID:	12535  
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
conky question: passing conky-variable to shell-script zlin50 Linux - Software 2 12-29-2012 06:47 PM
LXer: Conky Colors Makes Your Conky Beautiful In Seconds (Version 3.20 Released) LXer Syndicated Linux News 0 08-01-2010 11:21 AM
'Casting away const'ness' in C jrtayloriv Programming 3 03-11-2008 04:32 PM
Conky on Suse 10.0 - *** buffer overflow detected *** conky terminated Slidex Linux - Software 1 03-17-2006 11:50 AM
newbie-ness newbiebob LinuxQuestions.org Member Intro 2 07-15-2005 04:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop > Linux - Member Desktop Screenshots

All times are GMT -5. The time now is 07:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration