My Screenshots

My Screenshots

Fiber-to-the-home broadband connections, or FTTH broadband connections

Clean and simple…

KFaenza Icons

Quite awesome, also background!

Here is the Background: http://wallpaperpassion.com/download-wallpaper/11646/fantasy-world-wallpaper

This is my current theme :smiley:

Window Theme: FormaN
Desktop Theme: GNOME-Shell-KDE
Colors: Oxygen Tooltip
Icons: FaenzaFlattr

Thought I would add my two cents:

Very nice Icons, what is the name of this Set, please ? :slight_smile:

They are the evolvere icons.

My current desk:

Nice, I found some new ideas because of this thread. :slight_smile:

I had some Ghost in the Shell wallpaper, but the ones from Netrunner really seem to complement that style.

Here’s my Desktop

For those interested in the Conky code:

# Netrunner-CONKY
# Config for Netrunner 14 KDE
#

# 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
own_window_argb_visual yes
own_window_argb_value 0

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

# fiddle with window
use_spacer right
use_xft yes

# Update interval in seconds
update_interval 1

#Maximum Width of Window
maximum_width 230
minimum_size 200

# Minimum size of text area


# Draw shades?
draw_shades no

# Text stuff
draw_outline no # amplifies text if yes
draw_borders no
xftfont Bitstream Vera Sans:size=6
uppercase no # set to yes if you want all text to be in 

# Stippled borders?
stippled_borders 0

# border margins
# border_margins 5

# border width
border_width 0

# Default colors and also border colors, grey90 == #e5e5e5
default_color 00FFFF

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

# stuff after ‘TEXT’ will be formatted on screen

TEXT

${font Bitstream Vera Sans:size=14}${alignc}${pre_exec lsb_release -d | cut -f 2 | cut -c1-12}$font
${alignc}$sysname $kernel on $machine

${color FF0000}Date and Time ${hr 2}$color
${font Bitstream Vera Sans:size=10}${alignc}${color}${time %T}
${alignc}${time %a,}${time %e %B %G}$color$font

${color FF0000}CPU ${hr 2}$color
${execi 1000 cat /proc/cpuinfo | grep 'model name' | cut -c 14-42 |sed -e 's/model name.*: //'| uniq}
${goto 5}${color 0000FF}${cpubar cpu0 10}
${voffset -12}${goto 5}${color 00FFFF}${font dodger:size=6}Total CPU Load${font}${goto 110}${voffset -0}${font DejaVu Sans Mono:size=6}${cpu cpu0} %$font$color

Temperature Core 1 ${goto 160}: ${execpi 5 sensors | grep temp1 | awk '{print $2}' | cut -c2-5 } C
Temperature Core 2  ${goto 160}: ${execpi 5 sensors | grep temp2 | awk '{print $2}' | cut -c2-5 } C

${color FF0000}Processes ${hr 2}$color
NAME              ${alignr}PID  CPU% MEM%
${color 00FFFF}${top name 1} ${alignr}${top pid 1}   ${top cpu 1}  ${top mem 1}
${top name 2} ${alignr}${top pid 2}   ${top cpu 2}  ${top mem 2}
${top name 3} ${alignr}${top pid 3}   ${top cpu 3}  ${top mem 3}
${top name 4} ${alignr}${top pid 4}   ${top cpu 4}  ${top mem 4}$color

${color FF0000}MEMORY ${hr 2}$color
RAM Used: ${mem}
RAM Free: ${memeasyfree} / ${memmax}
${goto 5}${color 0000FF}${membar 10}
${voffset -12}${goto 5}${color 00FFFF}${font dodger:size=6}Ram used${font}${goto 110}${voffset -0}${font DejaVu Sans Mono:size=6}${memperc}%$font$color
${goto 5}${color 0000FF}${swapbar 10}
${voffset -12}${goto 5}${color 00FFFF}${font dodger:size=6}Swap used${font}${goto 110}${voffset -0}${font DejaVu Sans Mono:size=6}${swapperc}%$font$color

${color FF0000}GPU ${hr 2}$color
GPU Temperature   ${goto 160}: ${nvidia temp}${goto 187}C
Total GPU Memory  ${goto 160}: ${execi 60 nvidia-smi --query-gpu=memory.total --format=csv,noheader,nounits}${goto 187}MiB
Used GPU Memory  ${goto 160}: ${execi 60 nvidia-smi --query-gpu=memory.used --format=csv,noheader,nounits}${goto 187}MiB
Free GPU Memory  ${goto 160}: ${execi 60 nvidia-smi --query-gpu=memory.free --format=csv,noheader,nounits}${goto 187}MiB

${color FF0000}DISK ${hr 2}$color
${goto 5}${color 0000FF}${fs_bar 10 /}
${voffset -12}${goto 5}${color 00FFFF}${font dodger:size=6}Root${font}${goto 110}${voffset -0}${font DejaVu Sans Mono:size=6}${fs_free_perc /}% free$font$color
${goto 5}${color 0000FF}${fs_bar 10 /home}
${voffset -12}${goto 5}${color 00FFFF}${font dodger:size=6}Home${font}${goto 110}${voffset -0}${font DejaVu Sans Mono:size=6}${fs_free_perc /home}% free$font$color
${goto 5}${color 0000FF}${fs_bar 10 /Programme}
${voffset -12}${goto 5}${color 00FFFF}${font dodger:size=6}Programme${font}${goto 110}${voffset -0}${font DejaVu Sans Mono:size=6}${fs_free_perc /Programme}% free$font$color
${goto 5}${color 0000FF}${fs_bar 10 /Medien}
${voffset -12}${goto 5}${color 00FFFF}${font dodger:size=6}Medien${font}${goto 110}${voffset -0}${font DejaVu Sans Mono:size=6}${fs_free_perc /Medien}% free$font$color

${color FF0000}NETWORK (${addr wlan0}) ${hr 2}$color
Upload Speed${goto 160}: ${upspeed wlan0}/s
Total Uploaded${goto 160}: ${totalup wlan0}
Download Speed${goto 160}: ${downspeed wlan0}/s
Total Downloaded${goto 160}: ${totaldown wlan0}
Wireless Bitrate ${goto 160}: ${wireless_bitrate wlan0}
Signal strength${goto 160}: ${wireless_link_qual wlan0}%

${color FF0000}Useless Info ${hr 2}$color
Uptime${goto 160}: $uptime
Updates${goto 160}: $updates

${color FF0000}Tagesanzeiger Headlines ${hr 2}$color
${scroll 70 ${execi 100 ~/.conky/rss.sh}}


For the Conky, you need just one script placed in ~/.conky the script is called rss.sh and must be executable by everyone

[code] # RSS Feed Oneline-Display Script by Hellf[i]re and Buzztardo v0.1

This script is designed for most any RSS Feed. As some feeds may not be

completely compliant, it may need a bit of tweaking

This script depends on curl.

Gentoo: emerge -av net-misc/curl

Debian: apt-get install curl

Homepage: http://curl.haxx.se/

Usage:

${scroll [length] /path/to/script/rss-ticker.sh}

Usage Example

$scroll 100{${execi 300 /home/youruser/scripts/rss-ticker.sh}}

#RSS Setup
URI=http://www.tagesanzeiger.ch/schweiz/rss.html #URI of RSS Feed
LINE=1 #Number of headline

#Environment Setup
EXEC=“curl -s” #Path to curl

#Loading Feeds
feed1=$($EXEC $URI | grep title | head -n $(($LINE + 2)) | sed ‘s/<[^>]>//g’ | tail -n $(($LINE)))
feed2=$($EXEC $URI | grep title | head -n $(($LINE + 3)) | sed 's/<[^>]
>//g’ | tail -n $(($LINE)))
feed3=$($EXEC $URI | grep title | head -n $(($LINE + 4)) | sed ‘s/<[^>]>//g’ | tail -n $(($LINE)))
feed4=$($EXEC $URI | grep title | head -n $(($LINE + 5)) | sed 's/<[^>]
>//g’ | tail -n $(($LINE)))
feed5=$($EXEC $URI | grep title | head -n $(($LINE + 6)) | sed ‘s/<[^>]>//g’ | tail -n $(($LINE)))
feed6=$($EXEC $URI | grep title | head -n $(($LINE + 7)) | sed 's/<[^>]
>//g’ | tail -n $(($LINE)))
feed7=$($EXEC $URI | grep title | head -n $(($LINE + 8)) | sed ‘s/<[^>]>//g’ | tail -n $(($LINE)))
feed8=$($EXEC $URI | grep title | head -n $(($LINE + 9)) | sed 's/<[^>]
>//g’ | tail -n $(($LINE)))
feed9=$($EXEC $URI | grep title | head -n $(($LINE + 10)) | sed ‘s/<[^>]>//g’ | tail -n $(($LINE)))
feed10=$($EXEC $URI | grep title | head -n $(($LINE + 11)) | sed 's/<[^>]
>//g’ | tail -n $(($LINE)))

#Work Start
echo $feed1 ++ $feed2 ++ $feed3 ++$feed4 ++ $feed5 ++ $feed6 ++ $feed7 ++ $feed8 ++ $feed9 ++ $feed10 [/code]

You can change the URI to the one you like

Simple customization using System Settings application.

Cool DE! Awesome!

New to Netrunner rolling and may or may not done it right. As didn’t have time or device for downing the new 2014.09 and relied on a dvd of the 2014.04 then just did massive upgrade. Appears everything went well and no major issues? Still trying it out and learning the manjaro way. As coming from SolydK KDE Debian way.

Netrunner KDE Rolling Dual Display Desktop Sept. 28th

Netrunner KDE Rolling Dual Display Desktop Sept. 28th - Apps

Netrunner KDE Rolling Homerun Menu Sept. 29th

Wallpaper is from my trip up to Trillium Lake for 3days for photo shoot. Nature and Serenity from the Big City. And using Evolvere Icons. Oxygen window theme Desktop theme is Orange Lightning and Colors is Obsidian Coast as like darker themes easier on these Old Eyes! :s

Working out problem of my Nook Color Tablet not mounting into dolphin or reconized by Calibre. And a couple of other issues. But use to googling and searching after posting problem for help from others.

So far liking what I see. Tho Octipi leaves something to be desired and not as professional looking with that ugly Pacman icon in the tray. But each their own as that is about personal tastes.
.

That looks really awesome! Care to share how you did it? Especially the programm launcher on the bottom.

Here is mine

[url=https://flic.kr/p/przqEm]

[url=https://flic.kr/p/pJ4bCJ]

Icons: plasma-next
theme: caledonia
Qtqurve theme : FlatZink
Conky: Both from zagortenay333 spectro and harmattan
wallpaper : mine

Narya, nice combination. Which font are you using? Btw, I loved your wallpapers :wink:

Thank you very much ! :shy:

The font is Linux Biolinum
And fxed width font is Monofur