For instance, the tabs in firefox. The highlighted tab has a line just at the top that is the same color as the "Selected Items." I want to remove that line so that the highlighted tab is smooth and flush.
Open the .gtkrc file with gedit;
search for line:
style "clearlooks-notebook" = "clearlooks-default"
modify style like this:
##########
style "clearlooks-notebook" = "clearlooks-default"
{
# bg[NORMAL] = "#efebe5"
# bg[INSENSITIVE] = "#efebe5"
bg[SELECTED] = @bg_color
GtkWidget::focus-line-width=0
}
##########
Notice that a line is still present, because of clearlooks engine.
Why not just grab the latest code from svn?
$> svn co http://svn.gnome.org/svn/gtk-engines/trunk gtk-engines
then cd into 'gtk-engines' and compile as normal.
If you keep the 'gtk-engines' directory around, just cd into it and type 'svn up' to update to the latest again and again. That way you can keep up-to-date all the time.
Hi,
your hack is amazing... but how to install your engine/theme?
I've downloaded the "libclearlooks" and then...?
Could you help me?
P.S. Sorry for my english, I hope you understood me... :-)
masand
before you start, do this commands in to you own risk! If you don't understand what this commands do, then will be better if you wait for gnome 2.22 release.
before you start change theme to mist (or human) to unload clearlooks library
i don't know which linux you are use, so
download Clearlooks-flat-compact-theme.tar.gz and unpack it to ~/.themes
then use this command to find where engines in your linux
$ find /usr -iname libclearlooks.so
usually it return
/usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
so just replace this lib with my.
for example
cd /usr/lib/gtk-2.0/2.10.0/engines
sudo mv ./libclearlooks.so ./libclearlooks.so.backup
cd /tmp
wget ftp://80.86.249.14/gtk2.0/Clearlooks-compact/svn_20080207/libclearlooks.so.tar.gz
sudo tar zxvf ./libclearlooks.so.tar.gz -C /usr/lib/gtk-2.0/2.10.0/engines
sudo chmod 644 /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
sudo chown root:root /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
now you can change theme to Clearlooks-flat-compact
if for any reasons you don't like this lib you may roll back with this commands
change theme to mist (or human) to unload clearlooks library
then
cd /usr/lib/gtk-2.0/2.10.0/engines
sudo rm ./libclearlooks.so
sudo mv ./libclearlooks.so.backup ./libclearlooks.so
i'm understand you, hope you understand me :)
good luck!
Hi,
your hack is amazing... but how to install your engine/theme?
I've downloaded the "libclearlooks" and then...?
Could you help me?
P.S. Sorry for my english, I hope you understood me... :-)
masand
Ratings & Comments
14 Comments
Is dark edition planned?
I like your theme, but I was wondering if there is anyway to remove the line at the top of tabs?
sorry i miss this message before. about what line you are talking?
For instance, the tabs in firefox. The highlighted tab has a line just at the top that is the same color as the "Selected Items." I want to remove that line so that the highlighted tab is smooth and flush.
Open the .gtkrc file with gedit; search for line: style "clearlooks-notebook" = "clearlooks-default" modify style like this: ########## style "clearlooks-notebook" = "clearlooks-default" { # bg[NORMAL] = "#efebe5" # bg[INSENSITIVE] = "#efebe5" bg[SELECTED] = @bg_color GtkWidget::focus-line-width=0 } ########## Notice that a line is still present, because of clearlooks engine.
Wow, this is a great one. Good theme, and what I like most is that gnome doesn't have that big buttons. Thank you very much.
And two thumbs up for the theme!
Why not just grab the latest code from svn? $> svn co http://svn.gnome.org/svn/gtk-engines/trunk gtk-engines then cd into 'gtk-engines' and compile as normal. If you keep the 'gtk-engines' directory around, just cd into it and type 'svn up' to update to the latest again and again. That way you can keep up-to-date all the time.
Great one Denis! Rated gud m8!
Hi, your hack is amazing... but how to install your engine/theme? I've downloaded the "libclearlooks" and then...? Could you help me? P.S. Sorry for my english, I hope you understood me... :-) masand
before you start, do this commands in to you own risk! If you don't understand what this commands do, then will be better if you wait for gnome 2.22 release. before you start change theme to mist (or human) to unload clearlooks library i don't know which linux you are use, so download Clearlooks-flat-compact-theme.tar.gz and unpack it to ~/.themes then use this command to find where engines in your linux $ find /usr -iname libclearlooks.so usually it return /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so so just replace this lib with my. for example cd /usr/lib/gtk-2.0/2.10.0/engines sudo mv ./libclearlooks.so ./libclearlooks.so.backup cd /tmp wget ftp://80.86.249.14/gtk2.0/Clearlooks-compact/svn_20080207/libclearlooks.so.tar.gz sudo tar zxvf ./libclearlooks.so.tar.gz -C /usr/lib/gtk-2.0/2.10.0/engines sudo chmod 644 /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so sudo chown root:root /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so now you can change theme to Clearlooks-flat-compact if for any reasons you don't like this lib you may roll back with this commands change theme to mist (or human) to unload clearlooks library then cd /usr/lib/gtk-2.0/2.10.0/engines sudo rm ./libclearlooks.so sudo mv ./libclearlooks.so.backup ./libclearlooks.so i'm understand you, hope you understand me :) good luck!
Thanks for your help and your job!!! masand
Hi, your hack is amazing... but how to install your engine/theme? I've downloaded the "libclearlooks" and then...? Could you help me? P.S. Sorry for my english, I hope you understood me... :-) masand
luk at Luca's clearlooks flat submission! he has explained how to rebuild clearlooks from svn! check out the Description of his submission! here's the link neway! http://gnome-look.org/content/show.php/Clearlooks+flat?content=74754