Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...
Inviato: giovedì 6 maggio 2010, 19:23
Il forum della comunità italiana di Ubuntu.
https://forum.ubuntu-it.org/
ah grazie della dritta,MrMars ha scritto:alecive ha scritto: Bellissimi!!
L'azzurro sparato ci sta bene se fosse in tema..Si, il desktop che posto a Maggio andrà visto con gli occhiali da saldatore, quelli con le lenti scurissime per vedere le eclissiJaguaro ha scritto: bello, ma i colori sparano mica male![]()
Ti ringrazio, avevo scritto mono nel campo ricerca, e dopo molti risultati deludenti mi ero arreso e ho chiesto.> Nick█ ha scritto: Cercato su dafont alle voce fised width??
Intendo l'elenco delle finestre nel pannello ;) quello che vorrei è che invece del rettangolo che segnala la finestra attiva ci fosse un bagliore, più o meno così:alecive ha scritto:Cosa intendi con elenco finestre di gnome? (scusa l'ignoranza.. :-[)ventiseiad ha scritto: Ho una domanda per voi menti,
se nell'elenco finestre del pannello di gnome volessi creare una specie di bagliore per la finestra aperta dovrei creare un'immagine con gimp (col bagliore) e metterla da qualche parte nel gtkrc?

Intendevo proprio il tasto a destraMrMars ha scritto:GNU Image Manipulator Program:ventiseiad ha scritto: non mi fa impazzire quell'azzurro sparato, però belli! Domanda, come hai fatto a mettere quel gradiente?
Gradiente da bianco a trasparente, poi selezione fuzzy, e secchiello di azzurro.
(per il breadcrumbs, il tasto a destra invece è colorato dal gtkrc)
Niente di speciale, ho preso il Radiance Drakfire Mod e ho messo sottosopra il gtkrc A TENTATIVI, visto che ci capisco pochissimo, e mi sono fermato quando mi è piaciutoventiseiad ha scritto: Intendevo proprio il tasto a destra![]()
se non sbaglio devi agire sul gtkrc del tema usando il motore pixmapventiseiad ha scritto:Intendo l'elenco delle finestre nel pannelloalecive ha scritto:Cosa intendi con elenco finestre di gnome? (scusa l'ignoranza.. :-[)ventiseiad ha scritto: Ho una domanda per voi menti,
se nell'elenco finestre del pannello di gnome volessi creare una specie di bagliore per la finestra aperta dovrei creare un'immagine con gimp (col bagliore) e metterla da qualche parte nel gtkrc?quello che vorrei è che invece del rettangolo che segnala la finestra attiva ci fosse un bagliore, più o meno così:
solo che questa è fatta con gimp (rotfl)
Codice: Seleziona tutto
style "panel"
{
xthickness = 0
ythickness = 0
fg[NORMAL] = "#aaaaaa"
fg[PRELIGHT] = "#cccccc"
fg[ACTIVE] = "#cccccc"
fg[SELECTED] = "#cccccc"
fg[INSENSITIVE] = "#777777"
# bg[SELECTED] = "#0909f1"
bg_pixmap[NORMAL] = "Panel/panel-bg.png"
bg_pixmap[ACTIVE] = "Panel/panel-bg.png"
bg_pixmap[SELECTED] = "Panel/panel-bg.png"
bg_pixmap[INSENSITIVE] = "Panel/panel-bg.png"
bg_pixmap[PRELIGHT] = "Panel/panel-bg.png"
}
#############################################################
#THESE DECLARATIONS MAKE SURE THE PANEL STILL USES PANEL STYLE
#############################################################
class "*Mail*" style "panel"
class "*notif*" style "panel"
class "*Notif*" style "panel"
#class "*Tray*" style "panel"
#class "*tray*" style "panel"
widget_class "*Mail*" style "panel"
widget_class "*notif*" style "panel"
widget_class "*Notif*" style "panel"
#widget_class "*Tray*" style "panel"
#widget_class "*tray*" style "panel"
#widget "*TrayIcon*" style "panel"
class "*Panel*Applet*" style "panel"
widget_class "*Panel*GtkToggleButton" style "panel"
widget_class "*Panel*GtkButton" style "panel"
widget_class "*.Panel*Button*GtkLabel" style "panel"
widget_class "*.Panel*GtkLabel" style "panel"
widget "*PanelWidget*" style "panel"
widget "*PanelApplet*" style "panel"
#############################################################
#THE COMMENTED CLASSES FIXES A PANEL BUG THAT MADE SOME
#TRAY ICONS MOVE DOWN 1 PIXEL , A VERY BIG THANKS TO MOOMEX
#FOR THIS INFORMATION!!!!!!
#############################################################
# THANKS TO merlwiz79 FOR THESE FIXES
#############################################################
widget_class "*Netstatus*" style "panel"
widget_class "*Tomboy*Tray*" style "panel"
widget "*fast-user-switch*" style "panel"
widget_class "*PanelToplevel*" style "panel"
class "Xfce*Panel*" style "panel"
widget_class "*Xfce*Panel*" style "panel"
widget_class "*PanelApplet*" style "panel"
widget_class "*PanelWidget*" style "panel"
#############################################################
#THIS MAKES THE APPLICATIONS PLACES SYSTEM MENU ON THE PANEL
#USE PANEL STYLE
#############################################################
style "panelbar"
{
engine "pixmap"
{
image
{
function = BOX
state = NORMAL
file = "Panel/panel-menubar.png"
border = { 3 , 3 , 3 , 3}
stretch = TRUE
}
image
{
function = BOX
state = ACTIVE
file = "Panel/panel-bg.png"
border = { 2 , 2 , 2 , 2}
stretch = TRUE
}
image
{
function = BOX
state = INSENSITIVE
file = "Panel/panel-bg.png"
border = { 2 , 2 , 2 , 2}
stretch = TRUE
}
image
{
function = BOX
state = PRELIGHT
recolorable = TRUE
file = "Panel/menubar-item.png"
border = { 5 , 5 , 8 , 0}
stretch = TRUE
}
}
}
class "*Panel*MenuBar*" style "panelbar"
widget_class "*Panel*MenuBar*" style "panelbar"
widget_class "*Panel*MenuBar*Item*" style:highest "panelbar"
#############################################################
style "panelbuttons"
{
xthickness = 4
ythickness = 4
GtkWidget::focus_padding = 2
engine "pixmap" {
image
{
function = BOX
recolorable = TRUE
state = NORMAL
file = "Panel/panel-button-inactive.png"
border = { 5 , 5 , 8 , 0}
stretch = TRUE
}
image
{
function = BOX
shadow = OUT
recolorable = TRUE
state = PRELIGHT
file = "Panel/panel-button-prelight.png"
border = { 5 , 5 , 8 , 0}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
shadow = IN
state = PRELIGHT
file = "Panel/panel-button-active-prelight.png"
border = { 5 , 5 , 8 , 0}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "Panel/panel-button-active.png"
border = { 5 , 5 , 8 , 0}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = INSENSITIVE
file = "Panel/panel-button-inactive.png"
border = { 5 , 5 , 8 , 0}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = SELECTED
file = "Panel/panel-button-active.png"
border = { 5 , 5 , 8 , 0}
stretch = TRUE
}
}
}
#############################################################
#THESE DECLARATIONS MAKE SURE THE LAUNCHER EDITOR BUTTONS USE
#STANDARD BUTTONS STYLE AND NOT PANEL BUTTONS STYLE
#############################################################
widget "*tasklist*" style "panelbuttons"
#############################################################
# THANKS TO merlwiz79 FOR THESE FIXES
#############################################################
widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons"
widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons"
#############################################################
style "paneltogglebuttons"
{
xthickness = 4
ythickness = 1
engine "pixmap" {
image
{
function = BOX
recolorable = TRUE
state = NORMAL
file = "Panel/panel-bg.png"
border = { 2 , 2 , 2 , 2}
stretch = TRUE
}
image
{
function = BOX
shadow = OUT
recolorable = TRUE
state = PRELIGHT
file = "Panel/button-inactive.png"
border = { 5 , 5 , 8 , 0}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
shadow = IN
state = PRELIGHT
file = "Panel/button-prelight.png"
border = { 5 , 5 , 8 , 0}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "Panel/button-active.png"
border = { 5 , 5 , 8 , 0}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = INSENSITIVE
file = "Panel/panel-bg.png"
border = { 2 , 2 , 2 , 2}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = SELECTED
file = "Panel/button-active.png"
border = { 5 , 5 , 8 , 0}
stretch = TRUE
}
}
}
widget_class "*PanelToplevel*Button" style "paneltogglebuttons"
widget_class "*Panel*GtkToggleButton" style "paneltogglebuttons"
widget_class "*Tasklist*" style:highest "panelbuttons"
style "switcher"
{
xthickness = 5
ythickness = 4
fg[NORMAL] = "#e8e8e8"
fg[SELECTED] = "#aaaaaa"
bg[NORMAL] = "#000000"
bg[PRELIGHT]= "#3F2F2E"
bg[SELECTED] = "#656565"
engine "pixmap"
{
image
{
function = SHADOW
recolorable = TRUE
file = "/Shadows/shadow-none.png"
border = {1,1,1,1}
stretch = TRUE
}
}
}
widget_class "*Pager*" style:highest "switcher"
widget_class "*Panel*Fish*" style "switcher"
widget "*dict*Applet*" style "paneltogglebuttons"
grazie mille ora me lo spulcio per bene!SuNjACk ha scritto: @ ventiseiad
questo lo preso dal tema "The days of grays"
potresti usare questo per configurarlo ma avresti bisogno di tutte le immagini, le puoi creare partendo sempre da quelle del tema sopraindicatoCodice: Seleziona tutto
style "panel" { xthickness = 0 ythickness = 0 fg[NORMAL] = "#aaaaaa" fg[PRELIGHT] = "#cccccc" fg[ACTIVE] = "#cccccc" fg[SELECTED] = "#cccccc" fg[INSENSITIVE] = "#777777" # bg[SELECTED] = "#0909f1" bg_pixmap[NORMAL] = "Panel/panel-bg.png" bg_pixmap[ACTIVE] = "Panel/panel-bg.png" bg_pixmap[SELECTED] = "Panel/panel-bg.png" bg_pixmap[INSENSITIVE] = "Panel/panel-bg.png" bg_pixmap[PRELIGHT] = "Panel/panel-bg.png" } ############################################################# #THESE DECLARATIONS MAKE SURE THE PANEL STILL USES PANEL STYLE ############################################################# class "*Mail*" style "panel" class "*notif*" style "panel" class "*Notif*" style "panel" #class "*Tray*" style "panel" #class "*tray*" style "panel" widget_class "*Mail*" style "panel" widget_class "*notif*" style "panel" widget_class "*Notif*" style "panel" #widget_class "*Tray*" style "panel" #widget_class "*tray*" style "panel" #widget "*TrayIcon*" style "panel" class "*Panel*Applet*" style "panel" widget_class "*Panel*GtkToggleButton" style "panel" widget_class "*Panel*GtkButton" style "panel" widget_class "*.Panel*Button*GtkLabel" style "panel" widget_class "*.Panel*GtkLabel" style "panel" widget "*PanelWidget*" style "panel" widget "*PanelApplet*" style "panel" ############################################################# #THE COMMENTED CLASSES FIXES A PANEL BUG THAT MADE SOME #TRAY ICONS MOVE DOWN 1 PIXEL , A VERY BIG THANKS TO MOOMEX #FOR THIS INFORMATION!!!!!! ############################################################# # THANKS TO merlwiz79 FOR THESE FIXES ############################################################# widget_class "*Netstatus*" style "panel" widget_class "*Tomboy*Tray*" style "panel" widget "*fast-user-switch*" style "panel" widget_class "*PanelToplevel*" style "panel" class "Xfce*Panel*" style "panel" widget_class "*Xfce*Panel*" style "panel" widget_class "*PanelApplet*" style "panel" widget_class "*PanelWidget*" style "panel" ############################################################# #THIS MAKES THE APPLICATIONS PLACES SYSTEM MENU ON THE PANEL #USE PANEL STYLE ############################################################# style "panelbar" { engine "pixmap" { image { function = BOX state = NORMAL file = "Panel/panel-menubar.png" border = { 3 , 3 , 3 , 3} stretch = TRUE } image { function = BOX state = ACTIVE file = "Panel/panel-bg.png" border = { 2 , 2 , 2 , 2} stretch = TRUE } image { function = BOX state = INSENSITIVE file = "Panel/panel-bg.png" border = { 2 , 2 , 2 , 2} stretch = TRUE } image { function = BOX state = PRELIGHT recolorable = TRUE file = "Panel/menubar-item.png" border = { 5 , 5 , 8 , 0} stretch = TRUE } } } class "*Panel*MenuBar*" style "panelbar" widget_class "*Panel*MenuBar*" style "panelbar" widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" ############################################################# style "panelbuttons" { xthickness = 4 ythickness = 4 GtkWidget::focus_padding = 2 engine "pixmap" { image { function = BOX recolorable = TRUE state = NORMAL file = "Panel/panel-button-inactive.png" border = { 5 , 5 , 8 , 0} stretch = TRUE } image { function = BOX shadow = OUT recolorable = TRUE state = PRELIGHT file = "Panel/panel-button-prelight.png" border = { 5 , 5 , 8 , 0} stretch = TRUE } image { function = BOX recolorable = TRUE shadow = IN state = PRELIGHT file = "Panel/panel-button-active-prelight.png" border = { 5 , 5 , 8 , 0} stretch = TRUE } image { function = BOX recolorable = TRUE state = ACTIVE file = "Panel/panel-button-active.png" border = { 5 , 5 , 8 , 0} stretch = TRUE } image { function = BOX recolorable = TRUE state = INSENSITIVE file = "Panel/panel-button-inactive.png" border = { 5 , 5 , 8 , 0} stretch = TRUE } image { function = BOX recolorable = TRUE state = SELECTED file = "Panel/panel-button-active.png" border = { 5 , 5 , 8 , 0} stretch = TRUE } } } ############################################################# #THESE DECLARATIONS MAKE SURE THE LAUNCHER EDITOR BUTTONS USE #STANDARD BUTTONS STYLE AND NOT PANEL BUTTONS STYLE ############################################################# widget "*tasklist*" style "panelbuttons" ############################################################# # THANKS TO merlwiz79 FOR THESE FIXES ############################################################# widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" ############################################################# style "paneltogglebuttons" { xthickness = 4 ythickness = 1 engine "pixmap" { image { function = BOX recolorable = TRUE state = NORMAL file = "Panel/panel-bg.png" border = { 2 , 2 , 2 , 2} stretch = TRUE } image { function = BOX shadow = OUT recolorable = TRUE state = PRELIGHT file = "Panel/button-inactive.png" border = { 5 , 5 , 8 , 0} stretch = TRUE } image { function = BOX recolorable = TRUE shadow = IN state = PRELIGHT file = "Panel/button-prelight.png" border = { 5 , 5 , 8 , 0} stretch = TRUE } image { function = BOX recolorable = TRUE state = ACTIVE file = "Panel/button-active.png" border = { 5 , 5 , 8 , 0} stretch = TRUE } image { function = BOX recolorable = TRUE state = INSENSITIVE file = "Panel/panel-bg.png" border = { 2 , 2 , 2 , 2} stretch = TRUE } image { function = BOX recolorable = TRUE state = SELECTED file = "Panel/button-active.png" border = { 5 , 5 , 8 , 0} stretch = TRUE } } } widget_class "*PanelToplevel*Button" style "paneltogglebuttons" widget_class "*Panel*GtkToggleButton" style "paneltogglebuttons" widget_class "*Tasklist*" style:highest "panelbuttons" style "switcher" { xthickness = 5 ythickness = 4 fg[NORMAL] = "#e8e8e8" fg[SELECTED] = "#aaaaaa" bg[NORMAL] = "#000000" bg[PRELIGHT]= "#3F2F2E" bg[SELECTED] = "#656565" engine "pixmap" { image { function = SHADOW recolorable = TRUE file = "/Shadows/shadow-none.png" border = {1,1,1,1} stretch = TRUE } } } widget_class "*Pager*" style:highest "switcher" widget_class "*Panel*Fish*" style "switcher" widget "*dict*Applet*" style "paneltogglebuttons"
Grazie,ma il repo per Gloobus Flow invece?ventiseiad ha scritto:Ti apre un'anteprima dell'immagine, o del file audio o video. Semplicemente lo installi e poi fai apri con... Se non sbaglio una funzione del genere c'è in MacOs, ma mi sembra alquanto inutile (mad)Lazy ha scritto: Ma qualcuna sa qualcosa o sa come funziona Globoos Previw (dovrebbe servire a visualizzare le immagini se non ho capito male) mi sembra che delle tre cose del proggetto Globoos sia l'unica di cui si sa poco...
Il colore del testo in dolphin [o qualunque sia l'explorer che usi] è chiaro quasi come il background, cosa che rende difficile la lettura sia dei file che delle cartelle.sixx ha scritto: Devo sistemare il pannello superiore, poi mi accontento![]()

