Unofficial Post Your Linux Mint Desktop Thread

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

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by Habitual »

Hezy wrote:
Habitual wrote:While I am not as artistically gifted as mmesantos1, here's my latest "aha" moment. A transparent gnome-panel! It's a big deal to me. :)
I like what you did there. Clean and simple yet functional. Can you post your conky configuration?
Conky Weather:

Code: Select all

# By John Jones on 11.08.2010 10:05:1808.11.2010 

# -== Window Layout & Options ==- #
# Screen size = 1440x900
own_window yes				
own_window_colour brown			
own_window_transparent yes		
own_window_type override			
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes			
text_buffer_size 1024			
use_xft yes				
alignment tr				
gap_x 15					
gap_y 148 #38				

# -== Colors, Sizes, & Margins ==- #
update_interval 1.0			
minimum_size 180 200			
maximum_width 180		
stippled_borders 3			
border_width 0				
default_color white			
pad_percents 2				
top_name_width 8			
default_bar_size 100 6			
short_units yes				

# -== Text ==- #
draw_outline no				
draw_borders no				
font Monospace:size=8:weight=bold	
uppercase no				
draw_shades yes				
mail_spool $MAIL

# -==LUAs ==- #

TEXT
${alignc}T-O-D-A-Y
${hr 1}
Now: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d HT --imperial}${alignr}Low: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d LT --imperial}

${voffset -14}${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d CT}
${color red}Precip: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d PC --startday 1} $color${alignr}${voffset -12}HUM: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d HM  --imperial}

SR:${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d SR --imperial}${alignr}SS:${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d SS --imperial}
Daylight: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 --datatype=DL}

${alignc}${execpi 600 date --date="1 day" | awk '{print $1 ", " $2 " "$3 "  "$6}'}
${hr 1}  
High: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d HT --imperial --startday 1}${alignr}Low: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d LT --imperial --startday 1}

${voffset -14}${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d CT --startday 1}
${color red}Precip: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d PC --startday 1} $color${alignr}${voffset -12}HUM: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d HM  --imperial --startday 1}

SR:${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d SR --imperial --startday 1}${alignr}SS:${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d SS --imperial --startday 1}
Daylight: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 --datatype=DL --startday 1}

${alignc}${execpi 600 date --date="2 day" | awk '{print $1 ", " $2 " "$3 "  "$6}'}
${hr 1}
High: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d HT --imperial --startday 2}${alignr}Low: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d LT --imperial --startday 2}

${voffset -14}${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d CT --startday 2}  
${color red}Precip:${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d PC --startday 2} $color${alignr}${voffset -12}HUM: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d HM  --imperial --startday 2}

SR:${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d SR --imperial --startday 2}${alignr}SS:${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d SS --imperial --startday 2}
Daylight: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 --datatype=DL --startday 2}

${alignc}${execpi 600 date --date="3 day" | awk '{print $1 ", " $2 " "$3 "  "$6}'}
${hr 1}
High: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d HT --imperial --startday 3}${alignr}Low: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d LT --imperial --startday 3}

${voffset -14}${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d CT --startday 3} 
${color red}Precip: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d PC --startday 3} $color${alignr}${voffset -12}HUM: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d HM  --imperial --startday 3}

SR:${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d SR --imperial --startday 3}${alignr}SS:${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d SS --imperial --startday 3}
Daylight: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 --datatype=DL --startday 3}

${alignc}${execpi 600 date --date="4 day" | awk '{print $1 ", " $2 " "$3 "  "$6}'}
${hr 1}
High: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d HT --imperial --startday 4}${alignr}Low: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d LT --imperial --startday 4}

${voffset -14}${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d CT --startday 4}
${color red}Precip:${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d PC --startday 4} $color${alignr}${voffset -12}HUM: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d HM  --imperial --startday 4}

SR:${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d SR --imperial --startday 4}${alignr}SS:${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 -d SS --imperial --startday 4}
Daylight: ${execpi 600 /usr/share/conkyforecast/conkyForecast.py --location=USOH1096 --datatype=DL --startday 4}
Horizontal Calendar:

Code: Select all

background no
use_xft yes
#xftfont terminus:size=8
xftalpha 0.2
update_interval 1
total_run_times 0
own_window yes
own_window_transparent yes		
own_window_type override
#own_window_colour red
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_class conky
double_buffer yes
no_buffers yes
cpu_avg_samples 2
net_avg_samples 2
use_spacer none
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
border_inner_margin 0
border_outer_margin 0
override_utf8_locale yes

# Alignment
border_width 1
alignment bm
minimum_size 1110 1 # Width x Height
maximum_width 1110
gap_y 34
gap_x 00


uppercase no
text_buffer_size 2048
#imlib_cache_size 0

TEXT
${alignc}${execpi 300 date "+%A %B %d, %Y"}
${font DejaVu Sans Mono:bold:size=15}${execpi 3600 /home/jj/Documents/Conky/Calendar/calendar.sh -l en|sed 's/^/\${goto 5}/'}${goto 1190}${voffset -15}${font DejaVu Sans Mono:bold:size=20}${color3}
dawgdoc

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by dawgdoc »

Here is my latest desktop customization:

Wallpaper: by tarabaz and can be found in the Mint forum. The Mint logo is available with many different national or state overlays.
Icons: Any Color You Like
desktop_LMDE_201103_flag-ivy.png
desktop_LMDE_201103_flag-ivy_dirty.png
mmesantos1

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by mmesantos1 »

Nice work Dawgdoc. :D
dawgdoc

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by dawgdoc »

Thank you Mark, I appreciate the complement.

And I will return one. I was by your forum the other day and saw that you have an active and growing community. Good Work.


John
lKingjr

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by lKingjr »

nicely done dawgdoc 8)
dawgdoc

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by dawgdoc »

Thank you Lou, I am grateful.
feed3
Level 4
Level 4
Posts: 435
Joined: Sat Jan 09, 2010 12:52 am

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by feed3 »

Nice desktop guys.. :) a bit busy this week, so need a simple desktop to clear up my head.. for today, it is a gray-day.. LOL
Screenshot-11.png
Screenshot-12.png
lKingjr

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by lKingjr »

nice feed3...

here's yet another of Marc's wallpapers :D
Image
mmesantos1

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by mmesantos1 »

dawgdoc wrote:Thank you Mark, I appreciate the complement.

And I will return one. I was by your forum the other day and saw that you have an active and growing community. Good Work.


John
Thank you Dawgdoc, look forward to seeing some of your posts at the Forum as well. :D

Also nice screenies Feed3 and Lou. You guys do some great work. :D
lKingjr

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by lKingjr »

danke Marc. seems like we have a mutual admiration society going. 8)
blacksilva

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by blacksilva »

I have a couple of ones that i switch from back and forth from. i can never decide lol.

here they are...
Image
Image
Image
Last edited by blacksilva on Wed Mar 30, 2011 6:52 pm, edited 1 time in total.
exploder
Level 15
Level 15
Posts: 5623
Joined: Tue Feb 13, 2007 10:50 am
Location: HartfordCity, Indiana USA

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by exploder »

blacksilva, very nice clean look to your desktop, it looks great with all of those wallpapers. :D Very nice work!
blacksilva

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by blacksilva »

thanks a lot. i spend a lot of time working on everything i do with my computer. my entire setup probably has about 12+ hours worth the theming and customizations. im a perfectionist lol.
feed3
Level 4
Level 4
Posts: 435
Joined: Sat Jan 09, 2010 12:52 am

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by feed3 »

mmesantos1 wrote: Also nice screenies Feed3 and Lou. You guys do some great work. :D
Thnaks boss.. :)
User avatar
Oscar799
Level 20
Level 20
Posts: 10419
Joined: Tue Aug 11, 2009 9:21 am
Location: United Kingdom

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by Oscar799 »

Nicely done blacksilva 8)
Image
feed3
Level 4
Level 4
Posts: 435
Joined: Sat Jan 09, 2010 12:52 am

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by feed3 »

Just another gray-day..
Screenshot-15.jpg
Screenshot-14.jpg
User avatar
Oscar799
Level 20
Level 20
Posts: 10419
Joined: Tue Aug 11, 2009 9:21 am
Location: United Kingdom

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by Oscar799 »

Nice desktop feed3 8)
Image
feed3
Level 4
Level 4
Posts: 435
Joined: Sat Jan 09, 2010 12:52 am

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by feed3 »

Oscar799 wrote:Nice desktop feed3 8)
Thanks boss.. :D
blacksilva

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by blacksilva »

Oscar799 wrote:Nicely done blacksilva 8)
thanks Oscar.

And i really like your dock bar feed. How did you get the date, memory, hdd, and cpu on your desktop? Screenlets?
User avatar
Oscar799
Level 20
Level 20
Posts: 10419
Joined: Tue Aug 11, 2009 9:21 am
Location: United Kingdom

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by Oscar799 »

blacksilva wrote:
Oscar799 wrote:Nicely done blacksilva 8)
thanks Oscar.

And i really like your dock bar feed. How did you get the date, memory, hdd, and cpu on your desktop? Screenlets?
I'm puzzled now....I have an AWN dock with a CPU temperature applet and a weather applet - I don't have anything else
Maybe you mixed me up with someone else?
Image
Locked

Return to “Screenshots”