
PATTERN.01
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
[HELP ME! READ PLEASE!]
I want make something like this prototype (made in gimp).
The emerald isn't a big problem but I have some question about the gtkrc:
IS POSSIBLE WITH THE PIXMAP ENGINES REPEAT (AND NO STRETCH) THE BG IMAGE OF THE WINDOWS (MAYBE:bg_pixmap[NORMAL] ="URL")??
THANKS FOR THE INFO!!!
ubuntico
12 years ago
Report
Mandarancid
12 years ago
EXEMPLE OF MINE MENUBAR.RC WITH THE IMAGE:
##FILE MENUBAR.RC
style "menubar"
{
fg[NORMAL] = "#000000"
text[NORMAL] = "#ffffff"
fg[PRELIGHT] = "#000000"
fg[ACTIVE] = "#ffffff"
fg[INSENSITIVE] = "#000000"
text[PRELIGHT] = "#ffffff"
xthickness = 2
ythickness = 1
engine "pixmap"
{
image
{
function = BOX
state = NORMAL
file = "Menu-Menubar/menubar-gray.png"
border = { 3, 3, 3, 3 }
stretch = TRUE
}
image
{
function = BOX
state = ACTIVE
file = "Menu-Menubar/menubar-gray.png"
border = { 3, 3, 3, 3 }
stretch = TRUE
}
image
{
function = BOX
state = INSENSITIVE
file = "Menu-Menubar/menubar-gray.png"
border = { 3, 3, 3, 3 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
file = "Menu-Menubar/menubar-item.png"
border = { 10, 10, 10, 10 }
stretch = TRUE
}
}
}
##END OF FILE
Report
ubuntico
12 years ago
Report
flacvest
12 years ago
GREAT concept!
Report
Mandarancid
12 years ago
I'll do my best for make a metacity and xfwm theme..
Report
skinwalker
12 years ago
Report
sen7
12 years ago
I don't have much time to work on it but it will probably be finished in a few days.
My attempt was a bit different though, I used transparent buttons and control elements which was a bit tricky to do. Still have lots of things to do (progress at aroun 60%).
Here is a preview:
http://xs331.xs.to/xs331/08370/2008-09-15200.png
Report
ubuntico
12 years ago
Report
Mandarancid
12 years ago
Report
skinwalker
12 years ago
Report
krig
12 years ago
code:
############### METACITY #############################
style "metacity-frame"
{
# Focused title background color
bg[SELECTED] = @bg_color
# Focused title text color
fg[SELECTED] = @fg_color
bg_pixmap[NORMAL]="Others/window.png" # the path for the image to load as window background
}
class "MetaFrames" style "metacity-frame"
class "GtkWindow" style "metacity-frame"
################## F-SPOT ##################################
Report
krig
12 years ago
Report
emrahunal
12 years ago
bg_pixmap[NORMAL]="background_image.png"
Not?
Report
emrahunal
12 years ago
bg_pixmap[NORMAL]="background_image.png"
Not?
Report
Cygoku
12 years ago
Cygoku
Report