Note: the download contains two packages one for gnome3 and other for gnome3.2 pls install the required one.
Update 1.0: Now with ripple effect, check read me file to turn it ON.
Update 1.1: Made a few changes to buttons
Update 1.2: somemore changes made to the shell and new panel icons added(for arch and fedora) can be found here [link]
Update 1.3: Now working with ubuntu 11.10 beta2's gnome shell (i.e, 3.2)
Update 1.4: did some changes to make the theme look a tad bit better, it would be a great help if anyone could give me a feedback as to whether it works with the other distributions with gnome shell 3.2, thanks.
Update 1.5: did a few changes to the theme and added panel icon support [link] .
I'll try and add the gdm theme once ubuntu updates to gdm 3.2, hopefully that will be soon.
Love your gnome shell theme I reall do, but I have a bug when using your theme with the Windows buttons extension. When I use that extension there seams to be a shift in the activities icon to the left and it's stays misplaced and this does not occour in any other theme, do you think you could have a look? Thanks
Thank's for the reply but it didn't worked, also i gave a wrong info the shift it's not to the left it's to the rigth, so basicly there is this metal color square and only then the activities logo.
I use the extension because I use this in my 10.1" screen do in maximize windows it's nice to be able to use maximus and still be able to have the windows buttons.
Hope you find the time to take a look.
Thanks anyway .
PS: a GTK3 theme to go with this would also be awesome, just a tought
Ok so after trying to fix that gap I found that if I edit to #panelLeft, #panelCenter { spacing: 0px; } and ins panelActivities the width to 56px that seams to have the shift fixed, but since I don't know what that spacing is it migth be an improper fix
Thanks
basically this is the part you need to tinker with its in the gnome-shell.css file
#panelActivities {
transition-duration: 300;
border: none;
background-image: url("gnomefix.png");
background-position: 0 0;
width: 60px;
height: 22px;
color: rgba(0,0,0,0.0);
}
may be try changing it to this
#panelActivities {
transition-duration: 300;
border-image: url("gnomefix.png");
width: 60px;
height: 22px;
color: rgba(0,0,0,0.0);
}
i'm sorry i can't be of much help right now
I use the extension because I use this in my 10.1" screen do in maximize windows it's nice to be able to use maximus and still be able to have the windows buttons.
Hope you find the time to take a look.
Thanks anyway
PS: a GTK3 theme to go with this would also be awesome, just a tought
#panelLeft, #panelCenter {
spacing: 0px;
}
and ins panelActivities the width to 56px that seams to have the shift fixed, but since I don't know what that spacing is it migth be an improper fix
This theme rocks!!!!!!!