Post a screenshot of your linux!

Dell Inspiron B130 running Mint 7:

desktop-5.png
 
Just a little screenshot of my latest. I'm still working on setting up a graphical launcher I like, but yet to work out something that I'm really set on.

Screenshot-4.png
 
fedora 11 with avant window manager (sudo yum install awn) desktop manager.

I also use GnomeDo as an alternative to quicksilver which I LOVE on my mac. Not quite as good, but as a lancher it's alright.
 
looks like awn with conky to me.

here is a good start for conky (mine from above ss)

Code:
[zac@sandbox ~]$ cat .conkyrc
background no
cpu_avg_samples 5
net_avg_samples 5
out_to_console no
font 7x13
own_window_transparent no
own_window_colour hotpink
xftalpha 1.0
update_interval 1
own_window no

background no
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

double_buffer yes
minimum_size 5 5
draw_shades yes
draw_outline no
draw_borders no
stippled_borders 0
border_margin 10
border_width 0
default_color black
default_shade_color black
default_outline_color black
alignment bottom_right
gap_x 20
gap_y 20
use_spacer yes
no_buffers no
uppercase no
# stuff after 'TEXT' will be formatted on screen
TEXT
${color #ffccaa}INFO
${color #ffccaa}${hr 1}
${color #CCCCCC}${time %A, %d %B %Y} ${alignr}${time %T}

${color #ffccaa}SYSTEM
${color white}${hr 1}
  ${color #888888}CPU   : ${color #CCCCCC}$freq MHz   $cpu% ${alignr} ${color #888888}Uptime: ${color #CCCCCC}$uptime
  ${color #888888}RAM   : ${color #CCCCCC}$memmax     $memperc%  ${membar 6}
  ${color #888888}Swap  : ${color #CCCCCC}$swapmax     $swapperc%  ${swapbar 6}

${color #ffccaa}DISK
${color white}${hr 1}
  ${color #888888}/home : ${color #CCCCCC}${fs_size /home}    ${fs_used_perc /home} % ${alignr}${fs_bar 6,100 /home}
  ${color #888888}/Storage : ${color #CCCCCC}${fs_size /media/Storage}    ${fs_used_perc /media/Storage} % ${alignr}${fs_bar 6,100 /media/Storage}

${color #ffccaa}PROCESSES
${color white}${hr 1}
  ${color #888888}Processes: ${color #CCCCCC}$processes  ${color #888888}Running: ${color #CCCCCC}$running_processes
  ${color #888888}Mem Users
  ${color #888888}Name             PID     CPU%   MEM%
  ${color #CCCCCC}${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
  ${color #CCCCCC}${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
  ${color #CCCCCC}${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}

  ${color #888888}CPU Users
  ${color #CCCCCC}${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
  ${color #CCCCCC}${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
  ${color #CCCCCC}${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}

${color #ffccaa}NETWORK
${color white}${hr 1}
  ${color 888888}IP Address: $color${addr eth0}
  ${color #888888}Down : ${color #CCCCCC}${downspeed eth0}kb/s${color #888888}${alignr}Total : ${color #CCCCCC}${totaldown eth0}
  ${color #888888}Up   : ${color #CCCCCC}${upspeed eth0}kb/s${color #888888}${alignr}Total : ${color #CCCCCC}${totalup eth0}

${color #ffccaa}WEATHER
${color white}${hr 1}
  ${color #CCCCCC}Indianapolis : ${execi 300 /home/zac/Scripts/weather/weather.sh 46214} ${color #CCCCCC}
  ${color #CCCCCC}Granby : ${execi 300 /home/zac/Scripts/weather/weather.sh 06060} ${color #CCCCCC}
 
The previous poster was right.

Its AWN with MAC4LIN Theme
Gnome Mac4Lin Theme
and Conky
Here is my config

Code:
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
 
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
 
# fiddle with window
use_spacer right

# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
text_buffer_size 2048
 
# Update interval in seconds
update_interval 3.0
 
# Minimum size of text area
# minimum_size 250 5
 
# Draw shades?
draw_shades no
 
# 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 3
 
# border margins
border_margin 9
 
# border width
border_width 10
 
# Default colors and also border colors, grey90 == #e5e5e5
default_color grey
 
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
 
TEXT
$color
${color grey}SYSTEM ${hr 2}$color
$nodename $sysname $kernel on $machine
 
${color grey}CPU ${hr 2}$color
${freq}MHz   Load: ${loadavg}   Temp: ${acpitemp}
$cpubar
${cpugraph 000000 ffffff}
NAME             PID       CPU%      MEM%
${top name 1} ${top pid 1}   ${top cpu 1}    ${top mem 1}
${top name 2} ${top pid 2}   ${top cpu 2}    ${top mem 2}
${top name 3} ${top pid 3}   ${top cpu 3}    ${top mem 3}
${top name 4} ${top pid 4}   ${top cpu 4}    ${top mem 4}
 
${color grey}MEMORY / DISK ${hr 2}$color
RAM:   $memperc%   ${membar 6}$color
Swap:  $swapperc%   ${swapbar 6}$color
 
Root:  ${fs_free_perc /}%   ${fs_bar 6 /}$color 
hda1:  ${fs_free_perc /media/sda1}%   ${fs_bar 6 /media/sda1}$color

${color grey}Disk usage: $color${fs_free /} of ${fs_size /}
${fs_bar 6 /}
 
Hulu desktop runs awesome for me. I had some issues with flash crashing in the beginning, but completely removing it, rebooting, then reinstalling fixed the issue.
 
Here's my laptop. It's just Mint 7. I'm pretty sick of it though, just don't have time to work on something else atm:

Screenshot.png
 
Last edited:
KevinO, where did you get that systems information utility/widget on the right hand side of your desktop? I
 
UNR 9.10 -- Netbook Launcher removed, desktop made functional like normal, gnome menu restored and customized.

8fk3j.png
 
Last edited:
thanks... but wow, is tineye running off a dial up modem in somebody's basement? Holy crap that site is slow. And unfortunately, it only links me to a bunch of broken links.
 
Last edited:
Deviantart is being weird and not letting me use the large image for the preview, download for full size.

 
Back
Top