Desktop Screenshots Thread - June 2012

Show off your customized Linux Mint desktop!
Forum rules
Topics in this forum are automatically closed 6 months after creation.
Ginsu543

Re: Desktop Screenshots Thread - June 2012

Post by Ginsu543 »

Here are some screenshots of my Linux Mint 13 Maya Cinnamon desktop:

Clean:
Image

Dirty:
Image

Expo:
Image

I miss some of the customizability I had with Gnome2 and Compiz, but I've been very impressed overall.
Last edited by Ginsu543 on Sun Jun 17, 2012 4:33 am, edited 2 times in total.
mmesantos1

Re: Desktop Screenshots Thread - June 2012

Post by mmesantos1 »

Ok so new and darker Crunchbang setup! :D

Theme Info: http://mmesantos1.deviantart.com/art/Cr ... -307644673
Image
User avatar
darknetmatrix
Level 3
Level 3
Posts: 156
Joined: Fri Dec 19, 2008 9:10 pm
Contact:

Re: Desktop Screenshots Thread - June 2012

Post by darknetmatrix »

i don't know what it is but #! looks always pretty in a dark theme, it just doesn't fit with colorfull theme's
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀
delicious

Re: Desktop Screenshots Thread - June 2012

Post by delicious »

mmesantos1 wrote:Ok so new and darker Crunchbang setup! :D

Theme Info: http://mmesantos1.deviantart.com/art/Cr ... -307644673
Image
I've said it before and I'll say it again. You always have the sleekest looking layouts.

On that note i have a challenge for you!

Image

That was done with rainmeter, but I would absolutely LOVE a linux version/conky etc.. If you can somehow pull it off. :D (Im currently using one of your mixtures from your deviant art right now. )
mmesantos1

Re: Desktop Screenshots Thread - June 2012

Post by mmesantos1 »

delicious wrote:I've said it before and I'll say it again. You always have the sleekest looking layouts.

On that note i have a challenge for you!

That was done with rainmeter, but I would absolutely LOVE a linux version/conky etc.. If you can somehow pull it off. :D (Im currently using one of your mixtures from your deviant art right now. )
Thank you very much delicious, that would be a tough one to pull off my friend though it would look nice. :wink: :D
lKingjr

Re: Desktop Screenshots Thread - June 2012

Post by lKingjr »

Image
mmesantos1

Re: Desktop Screenshots Thread - June 2012

Post by mmesantos1 »

Ok so new setup with #! 10 x64. :D

Theme Info: http://mmesantos1.deviantart.com/art/Cr ... -307863866

Image
Grez

Re: Desktop Screenshots Thread - June 2012

Post by Grez »

Ginsu543 wrote:Here are some screenshots of my Linux Mint 13 Maya Cinnamon desktop:

Clean:
Image

Dirty:
Image

Expose:
Image

I miss some of the customizability I had with Gnome2 and Compiz, but I've been very impressed overall.
Hi

Just wondering what .conkyrc you use, if you don't mind me asking??
Ginsu543

Re: Desktop Screenshots Thread - June 2012

Post by Ginsu543 »

No prob. My .conkyrc is one I put together taking ideas from various sources (especially from #! sites as those guys are really into Conky). I have two of them running simultaneously to get the look I have now, one for system info and the other for weather.

.conkyrc:

Code: Select all

# Set to yes if you want Conky to be forked in the background
background no

# Enable/disable Xft
use_xft yes

# Xft font when Xft is enabled
xftfont Bitstream Vera Sans:size=8

# Text alpha when Xft is enabled
xftalpha 0.9

# X font when Xft is disabled
#font Sans:size=8

# Update interval in seconds
update_interval 1.0

# Number of times Conky will update before quitting
# Set to zero to run forever
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes

# Window type if own window enabled
# (normal, desktop, dock, panel, or override)
own_window_type normal

# Window manager hints if own window enabled
# (undecorated, above, below, sticky, skip_taskbar, skip_pager)
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Enable/disable own window transparency
own_window_transparent yes

# Window color if own window transparency disabled
own_window_colour white

# Minimum size of window (width, height)
minimum_size 214 0

# Maximum width of window
maximum_width 214

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

# What to draw
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades yes

# Default colors
default_color white
default_shade_color black
default_outline_color blue

# Text alignment
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
gap_x 65
gap_y 53

# Set to yes if all text should be in UPPERCASE
uppercase no

# Subtract file system buffers from used memory
no_buffers yes

# Number of cpu samples to average
# Set to 1 to disable averaging
cpu_avg_samples 8

# Number of net samples to average
# Set to 1 to disable averaging
net_avg_samples 8

# Force UTF8 (UTF8 support requires Xft)
override_utf8_locale no

TEXT
${color white}${font :size=8:bold}SYSTEM${font} ${hr 1}${color}

Linux Mint 13 - Maya ${alignr}Cinnamon Edition

Hostname: $alignr$nodename
Kernel: $alignr$kernel
Uptime: $alignr$uptime
#Temp: ${alignr}${acpitemp}C

CPU Speed: ${alignr}${freq} MHz
CPU 1: ${cpu cpu1}%  ${alignr}CPU 2: ${cpu cpu2}%
${cpugraph 25,105 cpu1} ${alignr}${cpugraph 25,105 cpu2}
CPU 3: ${cpu cpu3}%  ${alignr}CPU 4: ${cpu cpu4}%
${cpugraph 25,105 cpu3} ${alignr}${cpugraph 25,105 cpu4}
CPU 5: ${cpu cpu5}%  ${alignr}CPU 6: ${cpu cpu6}%
${cpugraph 25,105 cpu5} ${alignr}${cpugraph 25,105 cpu6}
CPU 7: ${cpu cpu7}%  ${alignr}CPU 8: ${cpu cpu8}%
${cpugraph 25,105 cpu7} ${alignr}${cpugraph 25,105 cpu8}
Processes: ${alignr}$processes ($running_processes running)
Load: ${alignr}$loadavg
#CPU1 ${alignr}${cpu cpu1}%
#${cpubar 4 cpu1}
#CPU2 ${alignr}${cpu cpu2}%
#${cpubar 4 cpu2}
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}${font :size=8:bold}FILESYSTEM${font} ${hr 1}${color}

/: ${alignr}${fs_free /} / ${fs_size /}
${fs_bar 4 /}
/home: ${alignr}${fs_free /home} / ${fs_size /home}
${fs_bar 4 /home}
/media/Tsunami: ${alignr}${fs_free /media/Tsunami} / ${fs_size /media/Tsunami}
${fs_bar 4 /media/Tsunami}
/media/Torrent: ${alignr}${fs_free /media/Torrent} / ${fs_size /media/Torrent}
${fs_bar 4 /media/Torrent}
/media/Tempest: ${alignr}${fs_free /media/Tempest} / ${fs_size /media/Tempest}
${fs_bar 4 /media/Tempest}
/media/Typhoon: ${alignr}${fs_free /media/Typhoon} / ${fs_size /media/Typhoon}
${fs_bar 4 /media/Typhoon}
/media/Tornado: ${alignr}${fs_free /media/Tornado} / ${fs_size /media/Tornado}
${fs_bar 4 /media/Tornado}
/media/Twister: ${alignr}${fs_free /media/Twister} / ${fs_size /media/Twister}
${fs_bar 4 /media/Twister}
#HDD3: ${alignr}${fs_free /media/HDD3} / ${fs_size /media/HDD3}
#${fs_bar 4 /media/HDD3}

${color white}${font :size=8:bold}NETWORK${font} (${addr eth0}) ${hr 1}${color}

Down: ${downspeed eth0}/s ${alignr}Up: ${upspeed eth0}/s
${downspeedgraph eth0 25,105} ${alignr}${upspeedgraph eth0 25,105}
Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}

${color white}${font :size=8:bold}MUSIC${font} ${hr 1}${color}
.conkyrc1:

Code: Select all

# Set to yes if you want Conky to be forked in the background
background no

# Enable/disable Xft
use_xft yes

# Xft font when Xft is enabled
xftfont Bitstream Vera Sans:size=8

# Text alpha when Xft is enabled
xftalpha 0.9

# X font when Xft is disabled
#font Sans:size=8

# Update interval in seconds
update_interval 1.0

# Number of times Conky will update before quitting
# Set to zero to run forever
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes

# Window type if own window enabled
# (normal, desktop, dock, panel, or override)
own_window_type normal

# Window manager hints if own window enabled
# (undecorated, above, below, sticky, skip_taskbar, skip_pager)
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Enable/disable own window transparency
own_window_transparent yes

# Window color if own window transparency disabled
own_window_colour white

# Minimum size of window (width, height)
minimum_size 214 0

# Maximum width of window
maximum_width 214

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

# What to draw
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades yes

# Default colors
default_color white
default_shade_color black
default_outline_color blue

# Text alignment
#alignment top_left
#alignment top_right
#alignment bottom_left
alignment bottom_right
gap_x 65
gap_y 59

# Set to yes if all text should be in UPPERCASE
uppercase no

# Subtract file system buffers from used memory
no_buffers yes

# Number of cpu samples to average
# Set to 1 to disable averaging
cpu_avg_samples 8

# Number of net samples to average
# Set to 1 to disable averaging
net_avg_samples 8

# Force UTF8 (UTF8 support requires Xft)
override_utf8_locale yes

TEXT
${color white}${font :size=8:bold}WEATHER${font} ${hr 1}${color}

${voffset 0}${alignr 40}${font Weather:style=Bold:size=40}${execi 600 /usr/bin/conkyForecast --location=USCA0780 --datatype=WF}${font}
${voffset -48}${font Weather:size=40}y${font}   ${voffset -37}${alignr 133}${font :size=26}${execi 600 /usr/bin/conkyForecast --location=USCA0780 --datatype=HT --imperial}${font}
${voffset 0}${alignr 81}${font :size=08}${execi 600 /usr/bin/conkyForecast --location=USCA0780 --datatype=CC}${font}
Hope that helps!
lKingjr

Re: Desktop Screenshots Thread - June 2012

Post by lKingjr »

okay two can play the crunchbang/openbox game :D
Image
mmesantos1

Re: Desktop Screenshots Thread - June 2012

Post by mmesantos1 »

lKingjr wrote:okay two can play the crunchbang/openbox game :D
Image
Say what! :shock: :wink: :D Nice work Lou. Way to rock #! :D
lKingjr

Re: Desktop Screenshots Thread - June 2012

Post by lKingjr »

mmesantos1 wrote:
lKingjr wrote:okay two can play the crunchbang/openbox game :D
Say what! :shock: :wink: :D Nice work Lou. Way to rock #! :D
:lol: thanks. you too. :)
mmesantos1

Re: Desktop Screenshots Thread - June 2012

Post by mmesantos1 »

Your welcome Lou and thank you as well. :D
lKingjr

Re: Desktop Screenshots Thread - June 2012

Post by lKingjr »

you're welcome Marc.

look, I jumped on the orange and black look as well...
Image
mmesantos1

Re: Desktop Screenshots Thread - June 2012

Post by mmesantos1 »

Very nice Lou, I like that look. :D 8)
lKingjr

Re: Desktop Screenshots Thread - June 2012

Post by lKingjr »

danke...:)
AHoneybun

Re: Desktop Screenshots Thread - June 2012

Post by AHoneybun »

Last edited by AHoneybun on Tue Jun 12, 2012 11:45 am, edited 1 time in total.
red-e-made
Level 5
Level 5
Posts: 526
Joined: Sat Jul 14, 2007 11:31 am

Re: Desktop Screenshots Thread - June 2012

Post by red-e-made »

Running Mint 13 MATE, using a fairly simple Conky with scripts for both Gmail and the lunar phases. The theme combines the AwOken icon set with the Clearlooks theme, the Mint-X window border and some tweaking with the colors. Click for fullsize:

Image
lKingjr

Re: Desktop Screenshots Thread - June 2012

Post by lKingjr »

some VectorLinux7...
Image
Locked

Return to “Screenshots”