Results 1 to 3 of 3

Thread: Make Gnome-Shell themes compact

  1. #1
    Join Date
    May 2007
    Beans
    149

    Make Gnome-Shell themes compact

    I would like to make gnome-shell more compact.
    I tried reducing the font size but that's is all there is to it.

    Is there any other way to maybe edit the theme settings and make them compact?

    Too much space used :/

  2. #2
    Join Date
    Mar 2007
    Location
    A bit further from nearby
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Make Gnome-Shell themes compact

    Like in Activities/Applications view?

    You can edit the gnome-shell.css file and find these lines (from Ambiance Blue gnome-shell theme for example):

    .icon-grid {
    spacing: 48px;
    -shell-grid-item-size: 118px;
    }

    .contact-grid {
    spacing: 48px;
    -shell-grid-item-size: 284px; /* 2 * -shell-grid-item-size + spacing */
    }

    .icon-grid .overview-icon {
    icon-size: 80px;
    }
    And change them to something like this:

    .icon-grid {
    spacing: 24px;
    -shell-grid-item-size: 70px;
    }

    .contact-grid {
    spacing: 24px;
    -shell-grid-item-size: 70px; /* 2 * -shell-grid-item-size + spacing */
    }

    .icon-grid .overview-icon {
    icon-size: 36px;
    }
    Now I have my Applications view a lot more compact and nicer to look.

  3. #3
    Join Date
    May 2007
    Beans
    149

    Re: Make Gnome-Shell themes compact

    That's a nice tip! But I would like it to be global. Like for menus in every windows, fonts, everything!

    Look the example here.
    How much space ubuntu is using and how much windows.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •