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.
cwwgateway

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by cwwgateway »

Not yet, and I'm dont have access to my Linux mint 12 computer right now so I can't try it at the moment. How would you edit the mint-z theme to get reflection to work?
esteban1uy

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by esteban1uy »

cwwgateway wrote:Not yet, and I'm dont have access to my Linux mint 12 computer right now so I can't try it at the moment. How would you edit the mint-z theme to get reflection to work?
Well, I don't use mint-z but I think you can do the same I did with Minty.
Take a look at this thread.
esteban1uy

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by esteban1uy »

cwwgateway wrote:Not yet, and I'm dont have access to my Linux mint 12 computer right now so I can't try it at the moment. How would you edit the mint-z theme to get reflection to work?
Ok. Let's do it the easy way.
Open a terminal and do a sudo gedit /urs/share/themes/Mint-Z/gnome-shell/gnome-shell.css
Now scroll down to the section "Panel" and look for the value "height" (line 383) and change it from "24px" to "2.3em", save, restart gnome-shell (Alt+F2 r) and that's all!

Now you know the trick, so you can apply it to any shell theme to correct that problem, but you have to try with different "height" values until you find one which works properly.
Ginsu543

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by Ginsu543 »

Looks like everyone is trying out Mint 12 RC. I'm not quite ready to date Lisa yet. In the meantime, here are some screenshots of my Katya desktop:

ImageImageImage
swftech

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by swftech »

Ginsu543 wrote:Looks like everyone is trying out Mint 12 RC. I'm not quite ready to date Lisa yet. In the meantime, here are some screenshots of my Katya desktop:
Ginsu543 very nice, creative desktops! Can u explain a little about what you used to get that awesome look on your Firefly screens?
mikkoh79

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by mikkoh79 »

I wondered yesterday if I would update my mint to 12 Lisa. But then, everything works well with Julia, so decided not to update before Mint 13 LTS.

My desktop looks nowadays like this:

Image

Uploaded with ImageShack.us
ilovelinux

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by ilovelinux »

A very minimalist desktop, with a simple Conky Mint setup. I like keeping my desktop squeaky clean. First time really customizing a Linux install as well as first time using Conky, so it's still a work in progress at the moment.

Image
(clicky for full size image)
User avatar
darknetmatrix
Level 3
Level 3
Posts: 156
Joined: Fri Dec 19, 2008 9:10 pm
Contact:

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by darknetmatrix »

Great job, i'm interested in your .conkyrc, can you put it here?
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀
ilovelinux

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by ilovelinux »

drumBE wrote:Great job, i'm interested in your .conkyrc, can you put it here?
Who's setup are you looking for? lol
User avatar
darknetmatrix
Level 3
Level 3
Posts: 156
Joined: Fri Dec 19, 2008 9:10 pm
Contact:

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by darknetmatrix »

yours, because 'ilovelinux' to :) .
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀
ilovelinux

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by ilovelinux »

drumBE wrote:yours, because 'ilovelinux' to :) .
Oh, I was confused for a moment there. xD

Code: Select all

# Conky settings #
background no
update_interval 1

cpu_avg_samples 2
net_avg_samples 2

override_utf8_locale yes

double_buffer yes
no_buffers yes

text_buffer_size 2048
#imlib_cache_size 0

temperature_unit fahrenheit

# Window specifications #

own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

border_inner_margin 0
border_outer_margin 0

minimum_size 200 250
maximum_width 200

alignment tr
gap_x 2
gap_y 135

# Graphics settings #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# Text settings #
use_xft yes
xftfont caviar dreams:size=8
xftalpha 0.5

uppercase no

temperature_unit fahrenheit


default_color FFFFFF

# Lua Load  #
lua_load ~/.lua/scripts/clock_rings.lua
lua_draw_hook_pre clock_rings

TEXT
${voffset 8}${color 339900}${font caviar dreams:size=16}${time %A}${font}${voffset -8}${alignr 50}${color FFFFFF}${font caviar dreams:size=38}${time %e}${font}
${color FFFFFF}${voffset -30}${color FFFFFF}${font caviar dreams:size=18}${time %b}${font}${voffset -3} ${color FFFFFF}${font caviar dreams:size=20}${time %Y}${font}${color 339900}${hr}

${voffset 140}${font caviar dreams:size=10}${alignr}HOME${font}
${font caviar dreams:size=12}${color FFFFFF}${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ temperature temperature 30} °F${font}
${image ~/.conky/linux-mint1-300x300a.png -p 4,53 -s 192x192}
${color FFFFFF}${goto 25}${voffset 35}${cpu cpu0}%
${color 339900}${goto 25}CPU
${color FFFFFF}${goto 50}${voffset 23}${memperc}%
${color 339900}${goto 50}RAM
${color FFFFFF}${goto 75}${voffset 23}${swapperc}%
${color 339900}${goto 75}Swap
${color FFFFFF}${goto 100}${voffset 23}${fs_used_perc /}%
${color 339900}${goto 100}Disk
${color FFFFFF}${goto 125}${voffset 25}${downspeed eth0}
${color FFFFFF}${goto 125}${upspeed eth0}
${color 339900}${goto 125}Network



${color FFFFFF}${font caviar dreams:size=8}Uptime: ${uptime_short}
${color FFFFFF}${font caviar dreams:size=8}Processes: ${processes}
${color FFFFFF}${font caviar dreams:size=8}Running: ${running_processes}


${color 339900}${font caviar dreams:size=8}${alignr}${nodename}
${color 339900}${font caviar dreams:size=8}${alignr}${pre_exec cat /etc/issue.net}  $machine
${color 339900}${font caviar dreams:size=8}${alignr}Kernel: ${kernel}
Conky Mint: http://gnome-look.org/content/show.php?content=138873
User avatar
darknetmatrix
Level 3
Level 3
Posts: 156
Joined: Fri Dec 19, 2008 9:10 pm
Contact:

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by darknetmatrix »

Thanxs m8th, it's running already.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀
cwwgateway

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by cwwgateway »

Thanks for the help with the reflections extension and Mint-Z. Here is my desktop now:
Image
iTheMaster

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by iTheMaster »

Linux Mint 12 + Gnome-Shell + plasma-desktop

Image
craig10x

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by craig10x »

great job Cww...wish clem could have had it set up like that on the Mint 12 MGSE default...looks absolutely fabulous :)
you even have the windows list, workspace switcher, nice colors, and transparent too....nice...
how did you do it?
cwwgateway

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by cwwgateway »

great job Cww...wish clem could have had it set up like that on the Mint 12 MGSE default...looks absolutely fabulous :)
you even have the windows list, workspace switcher, nice colors, and transparent too....nice...
Thanks :D !
esteban1uy

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by esteban1uy »

cwwgateway wrote:Thanks for the help with the reflections extension and Mint-Z. Here is my desktop now:
You managed to get all the tricks working. Great!!!
ilovelinux

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by ilovelinux »

Ok, so by the suggestion of someone else on a different forum I've moved my Conky over a little, trying my best to center it between last letter and right side.

Image

I think it actually does look better this way now.
craig10x

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by craig10x »

I wish Clem would look at some of these latest screenshots... :lol:
ilovelinux

Re: Unofficial Post Your Linux Mint Desktop Thread

Post by ilovelinux »

craig10x wrote:I wish Clem would look at some of these latest screenshots... :lol:
I'm probably sure he does pop in here once in awhile to look at things. :p
Locked

Return to “Screenshots”