Altro che Mac…! Global Menu!

18 06 2009

apple,linux,ubuntu-04e4735151615e131a8a990dae939d14_m

Vi piacerebbe scopiazzare un pò la grafica di Mac OSX?
Al lavoro!

Per quanto riguarda la dock possiamo usare le celeberrime AWN o Cairo-dock.
Invece per possedere la famosa barra superiore, chiamata Finder, vi invito a seguire questa guida che, per certi versi, dovrebbe essere molto semplice!!

Per prima cosa abbiamo bisogno di Ubuntu Tweak (anche perchè è veramente utile).
Da Ubuntu Tweak andiamo in “applicazioni”–>”sorgenti di terze parti”, sblocchiamo il tutto con la nostra password e selezioniamo “Gnome Global Menu”.
Clicchiamo su aggiorna e installiamo.

43

Adesso creiamo nella nostra home un file di testo chiamato
“.gnomerc” al cui interno inseriremo:
export GTK_MODULES=globalmenu-gnome

Clicchiamo sulla barra superiore, cancelliamo la barra dei menu ed aggiungiamo:
Menu Principale e Global Menu Panel Applet

Riavviamo la sessione e……:

screenshot_001

Per togliere momentaneamente la Global Menu, possiamo tranquillamente togliere il punto davanti al file “.gnomerc” e riavviare la sessione.

Il tema che uso è:
gtk2= Plastic
metacity= Gtk Leopard
icone= breathe

Il tutto scaricabile da Gnome-look!


Azioni

Informazione

3 risposte

18 06 2009
Mondonauta

ciao, l’articolo è interessante, ma ti faccio solo una domanda: quello ke hai sul desktop è conky? e se si, quali sono le tue impostazioni?

18 06 2009
lowrence55

Ciao! Si, il mio è conky…!
Ti lascio le impostazioni:

# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
text_buffer_size 2048

# Update interval in seconds
update_interval 1

# This is the 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
own_window_transparent yes
own_window_type override
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

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

# Minimum size of text area
minimum_size 150 0
#maximum_width 200

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 5

# border width
border_width 1

# Default colors and also border colors
default_color white
#default_shade_color black
#default_outline_color white
own_window_colour white

# 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
# same thing as passing -x at command line
gap_x 30
gap_y 65

# Subtract file system buffers from used memory?
no_buffers yes

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

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 1

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer none

TEXT
${font OpenLogos:size=60}K${font}
${color Tan1}SYSTEM ${hr 2}${color white}
${voffset 2}${font OpenLogos:size=25}{${font} Kernel: ${alignr}${kernel}
${font StyleBats:size=16}x${font} Machine: ${alignr}${machine}
${font StyleBats:size=16}A${font} CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
${font StyleBats:size=16}A${font} CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
${font StyleBats:size=16}g${font} RAM: $memperc% ${alignr}${membar 8,60}
${font StyleBats:size=16}j${font} SWAP: $swapperc% ${alignr}${swapbar 8,60}

${font StyleBats:size=16}z${font} Highest MEM $alignr CPU% MEM%
${hr 1}
${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 Tan1}DATE ${hr 2}${color white}
${alignc 35}${font HobbyHeadline:size=26}${time %H:%M}${font}
${alignc}${time %A %d %Y}
${color Tan1}UPTIME ${hr 2}${color white}
${alignr}${uptime}

${color Tan1}HD ${hr 2}${color white}
${font Pie charts for maps:size=14}7${font} ${voffset -5}Home:
${voffset 4}${fs_free /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}
${font Pie charts for maps:size=14}7${font} ${voffset -5}D:
${voffset 4}${fs_free /}/${fs_size /} ${alignr}${fs_bar 8,60 /}

${color Tan1}INTERNET ${hr 2}${color white}
Upload/Download: $alignr${upspeedf wlan0} kb/s / ${downspeedf wlan0} kb/s
Uploaded/Downloaded: $alignr${totalup wlan0} / ${totaldown wlan0}

WIFI: ${wireless_link_qual_perc wlan0}% $alignr${wireless_link_bar 8,60 wlan0}
Spero di esserti stato utile!

1 07 2009
Mondonauta

grazie, sei stato gentilissimo

Lascia un commento