Page 3 of 7

Re: Desktop Screenshots Thread - February 2012

Posted: Wed Feb 15, 2012 9:33 pm
by colyn
My new Linux Mint 12 Cinnamon desktop..

Image

Re: Desktop Screenshots Thread - February 2012

Posted: Wed Feb 15, 2012 9:37 pm
by tdockery97
Nice Colyn. Just noticed your weather in the screenshot. I lived in Dallas from 1969 to 1973 (Navy stationed at NAS Dallas in Grand Prairie). :D

Re: Desktop Screenshots Thread - February 2012

Posted: Wed Feb 15, 2012 9:56 pm
by colyn
tdockery97 wrote:Nice Colyn. Just noticed your weather in the screenshot. I lived in Dallas from 1969 to 1973 (Navy stationed at NAS Dallas in Grand Prairie). :D
Thanks..

Navy myself 1970-1980...

The Naval Air Station was closed in the 90's and moved to the old Carswell AFB here in Fort Worth. It's now Naval Air Station Joint Reserve Base and is less than a mile from where I live..

Re: Desktop Screenshots Thread - February 2012

Posted: Wed Feb 15, 2012 10:27 pm
by Lumikki
delicious wrote:I opened terminal and typed 'conky' and it opens up, but its like set in that 1 spot and doesnt let me move or edit/adjust it at all. Can anyone shed any light on that?
You add in you home folder .conkyrc file what has just text what defines how everyting looks and what is shown. Then you just have to make conky start with your computer.
Basic: http://community.linuxmint.com/tutorial/view/13
Show off: http://forums.linuxmint.com/viewtopic.php?f=60&t=30209
Some more: http://mylinuxramblings.wordpress.com/2 ... m-monitor/

Re: Desktop Screenshots Thread - February 2012

Posted: Thu Feb 16, 2012 2:57 am
by delicious
Lumikki wrote:
delicious wrote:I opened terminal and typed 'conky' and it opens up, but its like set in that 1 spot and doesnt let me move or edit/adjust it at all. Can anyone shed any light on that?
You add in you home folder .conkyrc file what has just text what defines how everyting looks and what is shown. Then you just have to make conky start with your computer.
Basic: http://community.linuxmint.com/tutorial/view/13
Show off: http://forums.linuxmint.com/viewtopic.php?f=60&t=30209
Some more: http://mylinuxramblings.wordpress.com/2 ... m-monitor/
Thanks for the help! I didnt find that .conkyrc file on my computer in that directory.. So what i did was copied a code from an example you said and saved it as '.conkyrc' however when i tried to run it onthing happened (or came up)

this is the code i used

Code: Select all

# Use Xft?
use_xft yes
xftfont verdana:size=10
xftalpha 0.8

alignment top_right

update_interval 5.0

#maximum_width 250

#Window settings
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

double_buffer yes
draw_shades no
draw_outline no
draw_borders no

#Stippled (dashes)
stippled_borders 1

#Border Settings
border_margin 4
border_width 1

# Gap between borders of screen and text
#gap_x 3
gap_y 7


default_shade_color grey
default_outline_color black
default_color BADCDD
#use_spacer none

#no_buffers yes
uppercase no
color1 F8DF58

#original color: 5dd445

TEXT
   ${color 000000}${font Radio Space:size=8} Kernel: ${color 174acb}${font Verdana:size=8}$kernel ${color 000000}${font Radio Space:size=8}System: ${color 174acb}${font Verdana:size=8}$machine

   ${color 000000}${font Radio Space:size=32}${alignc}${time %H:%M:%S} 
   ${color 174acb}${font Radio Space:size=16:bold}${alignc}${time %A %d %Y}
   ${color 174acb}${hr 2}
   ${color 000000}${font Radio Space:size=12}${alignc} CPU 1:    ${font}${cpu cpu0}% ${color 3e74ff} ${cpubar cpu0 15,50}

   ${color 000000}${font Radio Space:size=12}${alignc} CPU 2:    ${font}${cpu cpu1}% ${color 3e74ff} ${cpubar cpu1 15,50}

   ${color 000000}${font Radio Space:size=10:bold}${alignc}  RAM: ${color 000000}${font verdana:size=10:bold}$memperc%${color 174acb}   /${font}$memmax
   ${color 174acb}${hr 2}
   ${color 174acb}${font Radio Space:size=12:bold} Linux: ${color 000000}${font} ${fs_used_perc /}% ${color 174acb}${fs_bar 12,140 /}   

   ${color 000000}${font Radio Space:size=10} Windows: ${font} ${fs_used_perc /mnt/windows}% ${fs_bar 12,140 /mnt/windows}
   ${color 000000}${font Radio Space:size=10} Disk 2: ${font} ${fs_used_perc /mnt/disk2}% ${fs_bar 12,150 /mnt/disk2}   
   ${color 000000}${font Radio Space:size=10} Disk 3: ${font} ${fs_used_perc /mnt/disk3}%${fs_bar 12,150 /mnt/disk3}
   ${color 000000}${font Radio Space:size=10} Disk 4: ${font} ${fs_used_perc /mnt/disk4}% ${fs_bar 12,150 /mnt/disk4}
   
${color 174acb}
   ${hr 2}
   ${font Radio Space:size=12}
   NAME          CPU%         MEM%   
   ${color 000000}${font Radio Space:size=9}${top name 1}       ${font}${top cpu 1}          ${top mem 1}
   ${color 000000}${font Radio Space:size=9}${top name 2}       ${font}${top cpu 2}       ${top mem 2}
   ${color 000000}${font Radio Space:size=9}${top name 3}       ${font}${top cpu 3}       ${top mem 3}
   ${color 000000}${font Radio Space:size=9}${top name 4}       ${font}${top cpu 4}       ${top mem 4}
   ${color 000000}${font Radio Space:size=9}${top name 5}       ${font}${top cpu 5}       ${top mem 5}
   ${color 174acb}${hr 2}   
   ${color 000000}${font Radio Space:size=10}Uptime:${font}    $uptime_short        ${color 3e74ff}${font OpenLogos:size=25} ${color 3e74ff}t${color 3e74ff} P${color 3e74ff} U
It gave me mnt/disk1 -4 errors so i changed i to 'gateway' cuz thats the only hard drive i mount usually but now its giving me these errors
also tried
${color 000000}${font Radio Space:size=10} Windows: ${font} ${fs_used_perc /mnt/media/Gateway}% ${fs_bar 12,140 /mnt/media/Gateway}
and still got errors with the below errors. ;/

Code: Select all


user@admin ~ $ conky
Conky: /home/user/.conkyrc: 27: no such configuration: 'border_margin'
Conky: desktop window (1000023) is subwindow of root window (b0)
Conky: window type - override
Conky: drawing to created window (0x3c00001)
Conky: drawing to double buffer
EDIT: I tried removing the whole

#Border Settings
border_margin 4
border_width 1

section from the code and changed the /mnt/Gateway to just /media/gateway and /home on the hard drives, but im getting the above error - the border margin error. It says all the stuff, but nothing shows up on my desktop?

Re: Desktop Screenshots Thread - February 2012

Posted: Thu Feb 16, 2012 4:47 am
by tdockery97
Just wanted to show off the beta 1 release of Ikey's SolusOS:

Image

Re: Desktop Screenshots Thread - February 2012

Posted: Thu Feb 16, 2012 4:48 am
by lKingjr
tdockery97 wrote:Just wanted to show off the beta 1 release of Ikey's SolusOS:

Image
hmmm, beat me to it. :lol: :D

Re: Desktop Screenshots Thread - February 2012

Posted: Thu Feb 16, 2012 10:14 am
by Lumikki
delicious wrote: section from the code and changed the /mnt/Gateway to just /media/gateway and /home on the hard drives, but im getting the above error - the border margin error. It says all the stuff, but nothing shows up on my desktop?
You are getting errors because in the .conkyrc has something what doesn't fit in your computer. Example you don't necessary have in your computer some directory what someone else has. You have to try to edit the scripts so that it works for you. All scripts are personal. Try some other, more simpler Conky code.

Code: Select all

# UBUNTU-CONKY
# A comprehensive conky script, configured for use on
# Ubuntu / Debian Gnome, without the need for any external scripts.

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_hints undecorated,below,skip_taskbar
background no

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

# fiddle with window
use_spacer yes
use_xft yes

# Update interval in seconds
update_interval 1.0

# Minimum size of text area
minimum_size 160 5

# Draw shades?
draw_shades yes

# Text stuff
draw_outline no # amplifies text if yes
draw_borders no

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

# Stippled borders?
stippled_borders 8

# border margins
border_margin 4

# border width
border_width 1

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

own_window_colour brown
own_window_transparent yes

# 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

override_utf8_locale no
xftfont Terminus:size=8
xftalpha 0.8

TEXT

${font LCDMono:size=25}${time %R}${font LCDMono:size=10}:${time %S}${font}
${color }${time %A %e %B}

${color slate grey}UpTime: ${color }$uptime

${color slate grey}CPU speed ${color } ${freq} MHz
${color slate grey}CPU ${color } ${cpu cpu}%
${color slate grey}Load: ${color }$loadavg
${cpugraph 20,130 000000 ffffff}

${color slate grey}MEM:     ${color } $memperc%  $memmax
${membar 3,100}
${color slate grey}HOME:    ${color }${fs_used_perc /home}%  ${fs_size /home}
${fs_bar 3,100 /home}

${color slate grey}NET up:   ${color}${upspeed eth0}/s
${upspeedgraph eth0 20,130 000000 ffffff}  
${color slate grey}NET Down: ${color}${downspeed eth0}/s${color}
${downspeedgraph eth0 20,130 000000 ffffff}
Also I suggest you to open new thread for Conky questions. Lets not use this thread for it, what is for Desktop Screenshots.

Re: MyLisa

Posted: Thu Feb 16, 2012 12:04 pm
by SurfaceUnits
ibm450 wrote:
SurfaceUnits wrote:Image
horrid colours dude ... sorry :shock:
I'd have to get a sex change operation like you did to be a dude,,,narrow minded sexist pig

Re: Desktop Screenshots Thread - February 2012

Posted: Thu Feb 16, 2012 12:06 pm
by Oscar799
Let's not have the thread descend into slinging insults
Thanks

Re: Desktop Screenshots Thread - February 2012

Posted: Thu Feb 16, 2012 12:09 pm
by lKingjr
ok, here's my SolusOS...
Image

Re: Desktop Screenshots Thread - February 2012

Posted: Thu Feb 16, 2012 8:44 pm
by vrkalak
Image

Latest release of #!Crunchbang-Statler v20120207

Basically a 'crunchified' Debian-Squeeze (stable+backports) with Openbox WM

Customized the theme, menu, tint2, conky and colorized everything.

Great wallpaper I found here: http://teddybearcholla.deviantart.com/a ... -285302486

Re: MyLisa

Posted: Thu Feb 16, 2012 10:06 pm
by sagirfahmid3
SurfaceUnits wrote:
ibm450 wrote:
SurfaceUnits wrote:Image
horrid colours dude ... sorry :shock:
I'd have to get a sex change operation like you did to be a dude,,,narrow minded sexist pig
Somebody's had a bad day...Lets just chill out? *hands over can of Coke (I'm too young to drink alcoholic beverages)* :mrgreen:

Re: Desktop Screenshots Thread - February 2012

Posted: Fri Feb 17, 2012 4:17 am
by bimsebasse
Cinnamon Holo'ed out

Image

Re: Desktop Screenshots Thread - February 2012

Posted: Fri Feb 17, 2012 8:03 am
by KittyKatt
bimsebasse wrote:Cinnamon Holo'ed out

Image
Nice Ice Cream Sandwich theme ya got going there. :)

Re: Desktop Screenshots Thread - February 2012

Posted: Fri Feb 17, 2012 8:36 am
by Bobbo
Here's my contribution!
:mrgreen: Image :mrgreen:

Just noticed how the date from uname is so off! :shock: (ed: I just learned that's kernel compilation date, doh! :mrgreen: )

Re: Desktop Screenshots Thread - February 2012

Posted: Sat Feb 18, 2012 4:43 pm
by Zwopper
A familiar look, thanks to Cinnamon! :mrgreen:
Image
I REALLY hope that Cinnamon will be the default DE in Mint 13!
Almost exactly the same desktop that I used three years ago! :shock:
Image

Re: Desktop Screenshots Thread - February 2012

Posted: Sat Feb 18, 2012 6:09 pm
by gfreeau
GTK: Zukitwo
Window Theme : Adwaita
Modified default cinnamon theme + docky.

I'd drop docky completely if there was an applet for getting unread count from thunderbird and displaying it on a cinnamon panel.

Image

Re: Desktop Screenshots Thread - February 2012

Posted: Sun Feb 19, 2012 12:25 am
by darknetmatrix
Mint12KDE
Image

Re: Desktop Screenshots Thread - February 2012

Posted: Mon Feb 20, 2012 3:32 pm
by BostonPeng
I realized I hadn't posted my February desktops yet and while I'm changing my desktop on tomorrow or Wednesday I wanted to post shots of my Mardi Gras themed desktop before I switch to my post-Mardi Gras look. I switched to a purple theme since I couldn't find a Mardi Gras theme for KDE (I could only find one for Gtk, which is useless to a KDE guys like me).

Clean
Image

Dirty
Image

As you can see in the second image I'm using the Qpurple color theme, and the Desktop Plasma theme is Stripe. My Chromium theme is Fizzy6868's Neon Glow Purple theme.

For those interested in enjoying the Mardi Gras parades in New Orleans tomorrow you can snag the live stream from WDSU TV in New Orelans. They stream all of their newscasts and they also stream their Mardi Gras parade coverage.

Happy Mardi Gras, y'all!