Clearlooks-NeXT

Update: There are better ways do do the same without installing a new theme. Just modify your ~/.gtkrc-2.0 file and add the following:

style "scrollbar-arrows" {
GtkScrollbar::has-backward-stepper = 1 # top - up arrow
GtkScrollbar::has-forward-stepper = 1 # bottom - down arrow
GtkScrollbar::has-secondary-backward-stepper = 1 # bottom - up arrow
GtkScrollbar::has-secondary-forward-stepper = 0 # top - down arrow
}

class "GtkScrollbar" style "scrollbar-arrows"

Clearlooks-Next is a Gtk2 theme based on Clearlooks but using NeXT style scrollbars. IMHO having three buttons in the scrollbars is better than having just two.

Screenshot:
Clearlooks-NeXT Screenshot

Links:

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.