My Screenshots

It is XFCE
I really like KDE Netrunner desktop, but don’t know how to get it back :frowning:

Uploaded with ImageShack.us
[hr]
lucky me, got my KDE back :slight_smile:

Uploaded with ImageShack.us

What tool is displaying your system information on your wallpaper like that? Thats really cool!

It is conky. I can post the code if you wish!
[hr]

Uploaded with ImageShack.us

install conky - sudo apt-get install conky
edit conky with - sudo kate /etc/conky/conky.conf
replace the code and save, start it with - conky
you may change text color, name of the machine, or eth0 if you have cable, if you have more cpus then two, just add new line, with the cpu nimber
change whatever you wish :

background yes
use_xft yes
xftfont monospace:pixelsize=11
xftalpha 0.8
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_argb_visual yes
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
stippled_borders 0
border_margin 4
border_width 0
default_color red
default_shade_color black
default_outline_color white
alignment top_right
gap_x 12
gap_y 12
no_buffers yes
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer yes

maximum_width 550

TEXT

${alignr}${offset -32} ${font DejaVu Sans Mono:pixelsize=14}put some name here
${alignr}${offset 76} $font └─────────── ${sysname}
${alignr}$font β”‚
${alignr}$font ${nodename} -──
${alignr}$font < ${kernel} > kernel -── β”‚
${alignr}$font < $machine > machine -── β”‚
${alignr}$font < $uptime > uptime -β”€β”˜ β”‚
${alignr}$font β”‚
${alignr}$font system -──
${alignr}$font cpu -── β”‚
${alignr}$font used -── β”‚ β”‚
${alignr}$font < ${cpu 1}% > cpu1 -── β”‚ β”‚ β”‚
${alignr}$font < ${cpu 2}% > cpu2 -β”€β”˜ β”‚ β”‚ β”‚
${alignr}$font freq -── β”‚ β”‚
${alignr}$font < ${freq 1}mhz > cpu1 -── β”‚ β”‚ β”‚
${alignr}$font < ${freq 2}mhz > cpu2 -β”€β”˜ β”‚ β”‚ β”‚
${alignr}$font < $loadavg > load -── β”‚ β”‚
${alignr}$font < ${top name 1} ${top cpu 1} > -── β”‚ β”‚
${alignr}$font < ${top name 2} ${top cpu 2} > -── β”‚ β”‚
${alignr}$font < ${top name 3} ${top cpu 3} > -── β”‚ β”‚
${alignr}$font < ${top name 4} ${top cpu 4} > -── β”‚ β”‚
${alignr}$font < ${top name 5} ${top cpu 5} > -── β”‚ β”‚
${alignr}$font < ${top name 5} ${top cpu 6} > -β”€β”˜ β”‚ β”‚
${alignr}$font processes -── β”‚
${alignr}$font < $processes > total -── β”‚ β”‚
${alignr}$font < $running_processes > running -β”€β”˜ β”‚ β”‚
${alignr}$font β”‚
${alignr}$font resources -──
${alignr}$font < $diskio_read > read -── β”‚
${alignr}$font < $diskio_write > write -── β”‚
${alignr}$font ram -── β”‚
${alignr}$font < $memperc% > used -── β”‚ β”‚
${alignr}$font < $mem/$memmax > -β”€β”˜ β”‚ β”‚ β”‚
${alignr}$font < ${top_mem name 1} ${top_mem mem 1} > -── β”‚ β”‚
${alignr}$font < ${top_mem name 2} ${top_mem mem 2} > -── β”‚ β”‚
${alignr}$font < ${top_mem name 3} ${top_mem mem 3} > -── β”‚ β”‚
${alignr}$font < ${top_mem name 4} ${top_mem mem 4} > -── β”‚ β”‚
${alignr}$font < ${top_mem name 5} ${top_mem mem 5} > -β”€β”˜ β”‚ β”‚
${alignr}$font < $swapperc% - $swap/$swapmax > swap -── β”‚
${alignr}$font < ${swapbar 5,120} > -β”€β”˜ β”‚ β”‚
${alignr}$font β”‚
${alignr}$font net -β”€β”˜
${alignr}$font < ${tcp_portmon 1 65535 count} > connections -──
${alignr}$font < ${tcp_portmon 1 32767 count} > in / locale -──
${alignr}$font < ${tcp_portmon 1 32767 rhost 0} ${tcp_portmon 1 32767 lservice 0} > -── β”‚
${alignr}$font < ${tcp_portmon 1 32767 rhost 1} ${tcp_portmon 1 32767 lservice 1} > -── β”‚
${alignr}$font < ${tcp_portmon 1 32767 rhost 2} ${tcp_portmon 1 32767 lservice 2} > -β”€β”˜ β”‚
${alignr}$font < ${tcp_portmon 32768 61000 count} > out / remote -──
${alignr}$font < ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0} > -── β”‚
${alignr}$font < ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1} > -── β”‚
${alignr}$font < ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2} > -── β”‚
${alignr}$font < ${upspeed wlan0} k/s > up -──
${alignr}$font < ${upspeedgraph wlan0 8,120 8b2132 fe8608} > -β”€β”˜ β”‚
${alignr}$font < ${downspeed wlan0} k/s > down -β”€β”˜
${alignr}$font < ${downspeedgraph wlan0 8,120 8b2132 fe8608} > -β”€β”˜
${execi 60 sensors | grep -A 0 β€˜temp1’ | cut -c 15-21}
${execi 300 nc localhost 7634 | cut -c 29-30 ;}C Β°C

http://youtu.be/5OS0hHpP4nc

Here is my current desktop.

What about this one:
[align=center][/align]

Mr Jack-of-all-trades, i really dont know Russian and how to pronounce your name.
But here goes:
Thank You for your conky code.:angel:
Here is my screenie.

In my eyes Netrunner is reincarnation of Mandrake Linux. Same soul different bodies.
http://postimg.org/image/ve3bbdqjn/
http://postimg.org/image/s5jzm96x9/

Pamtux, you have created some of the most beautiful and awesome desktops I have ever seen! I would love to duplicate these if you would be kind enough to tell us which themes, icons, conkys, desklets, screenlets, etc. you are using and where they can be found. I would be very grateful for any information you could provide.

Hey sekter7, no prob mate …here goes…
The tron like theme that im using is β€˜ghost’. Click on get new them in dekstop theme and search for it and install its straightforward.
im not using conky. i dont have time to play anymore with lua and the .conkyrc. SO now i use gkrellm. The bar that monitors everything on the right is gkrellm. Its available in the repos, install it directly. The diferent themes are here: <-- gkrellmall -->
The icons are also directly available and can be installed, its called β€˜iceglass’.
There are no screenlets, desklets etc. Its called widgets and can be controlled from your desktop…
Cheers mate.:smiley:

Enigma5

Great, pamtux, thanks very much for the very helpful information! I was able to find and install all of the Ghost themes (plasma, windows border, colors, etc.). I got the icon theme and will be adding the Ghost widgets when I have the time.

Gkrellm - Wow! I forgot all about it. I played around with it a couple of years ago. I’ll be taking another look at it. I like what I see.

Just one thing I haven’t been able to find and that’s your wallpaper. It’s a perfect match for the Ghost theme. Can you let me know where I can find it?

Thanks for sharing! :slight_smile:

No idea where i got those walls! just a random pic from google search.
Neways there are much better walls…
http://wall.alphacoders.com/big.php?i=324619
http://www.wallsave.com/wallpaper/1366x768/sci-fi-planet-x-pixels-tagged-195190.html

Here are some walls i made at kde-looks:
http://kde-look.org/usermanager/search.php?username=pamfeuer&action=contents
:stuck_out_tongue:

Wow - thanks for your response and the links for these awesome wallpapers, pamtux! I did some Internet searching myself but couldn’t find any as good as these. This now completes my awesome desktop! :slight_smile:

This is my KDE. There are many others like it, but this one is mine.

Clean:

Dirty:

Here is my desktop, nothing special. My own wallpaper and some plasmas.

I’m very minimalist and use krunner for everything. I have both my monitors set on a slideshow of science fiction, fantasy, and astronomy images, changing every 5 minutes.

[attachment=74]

technomancer:
jpg or png?

Thanks for the Conky setup information, I am currently working it into my laptop and love what I have got working so far.

I downloaded Ksnapshot and got it in .png. Here is my desktop attached.

The mine is very simple, with a mixture of ROSA icons and MAC:

Lo mio es muy sencillo, con una mezcla de iconos ROSA y MAC:

[attachment=118]

[attachment=119]