Page 7 of 10 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 93

Thread: Gnome 3.2 shell extensions

  1. #61
    Join Date
    Apr 2007
    Location
    Miami FL USA
    Beans
    1,292
    Distro
    Ubuntu Development Release

    Re: Gnome 3.2 shell extensions

    Hmmm! just noticed the temp are different
    Attached Images Attached Images

  2. #62
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,266
    Distro
    Ubuntu Budgie Development Release

    Re: Gnome 3.2 shell extensions

    The widgets / indicators probably get data from different places or the refresh rate is different .
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  3. #63
    Join Date
    Jul 2006
    Location
    Golden, CO, USA
    Beans
    95
    Distro
    Ubuntu Gnome 13.10 Saucy Salamander

    Re: Gnome 3.2 shell extensions

    Hi, I have "arranged" a little extension to make the text on the top bar smaller (useful for netbooks). It's an hack, but it works for me, and I would like to share it with you.

    http://rlog.rgtti.com/2011/12/06/a-g...op-panel-look/

    The good thing is that you can use it to modify a lot of things, and test them just disabling/enabling the extension through the gnome-tweak-tool shell extension interfaces.

    All the merit is to be given to Finnar B. Murphy, and all the bad things and the horrible coding style to myself.
    Have a nice day,
    Romano --- Linux user since 1989: first kernel 0.99pl8, Slackware distro (on 40 floppies! )

  4. #64
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Gnome 3.2 shell extensions

    Quote Originally Posted by r_mano View Post
    Hi, I have "arranged" a little extension to make the text on the top bar smaller (useful for netbooks). It's an hack, but it works for me, and I would like to share it with you.

    http://rlog.rgtti.com/2011/12/06/a-g...op-panel-look/

    The good thing is that you can use it to modify a lot of things, and test them just disabling/enabling the extension through the gnome-tweak-tool shell extension interfaces.

    All the merit is to be given to Finnar B. Murphy, and all the bad things and the horrible coding style to myself.
    Thanks r_mano, I played with it a bit. Your website mentioned having to add it with dconf-editor? Not sure what that's about, there was a missing url, I corrected that.

    Commented the style sheet so that it doesn't override the gnome-shell theme (might not be necessary unless using theme other than Adwaita).

    Instead of fixed font-size as a point, I changed it to adjust by a percentage with em instead of pt.

    Changed font-size to normal & added a hover effect changing it to bold (something I like for my old tired eyes).

    Also reduced padding a bit to keep the icons a little more condensed.

    Hope you didn't mind me tweaking on it.

    Also, I didn't do this in the archive but if you want the panel to "come alive" when you hover over an icon you can edit the stylesheet.css portion

    Code:
    .panel-button:hover {
        color: white;
        font-weight: bold;
        font-size: .90em;  << -- something like this
        
    }
    Attached Files Attached Files
    Last edited by cbowman57; December 6th, 2011 at 11:44 PM. Reason: Additional info

  5. #65
    Join Date
    Jul 2006
    Location
    Golden, CO, USA
    Beans
    95
    Distro
    Ubuntu Gnome 13.10 Saucy Salamander

    Re: Gnome 3.2 shell extensions

    Quote Originally Posted by cbowman57 View Post

    Hope you didn't mind me tweaking on it.
    The other way around, I like it --- that was the idea, to share a trick to "hack" a bit on the shell. I will check your changes asap (I cannot use gnome shell at work, due to ATI rendering bugs) and, if you don't mind, I will put your version on my web page, with the due attribution. Ok?

    By the way, I have a bit of problem of inter-relation between my extension, auto-hide top bar and classic-systray... but the worst one is between the autohide and "looking glass", which can hard-lock the shell --- anyone tested that?
    Have a nice day,
    Romano --- Linux user since 1989: first kernel 0.99pl8, Slackware distro (on 40 floppies! )

  6. #66
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Gnome 3.2 shell extensions

    Quote Originally Posted by r_mano View Post
    The other way around, I like it --- that was the idea, to share a trick to "hack" a bit on the shell. I will check your changes asap (I cannot use gnome shell at work, due to ATI rendering bugs) and, if you don't mind, I will put your version on my web page, with the due attribution. Ok?

    By the way, I have a bit of problem of inter-relation between my extension, auto-hide top bar and classic-systray... but the worst one is between the autohide and "looking glass", which can hard-lock the shell --- anyone tested that?
    Good, I share that philosophy.

  7. #67
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Gnome 3.2 shell extensions

    Quote Originally Posted by ShodanjoDM View Post
    Thank you. I never used extended places menu extension myself since I have icons on the desktop and XFCE4-panel's directory menu which is still far better IMHO, but I'll give it a try.

    If you don't mind and have the time, can you look at the bottom panel extension? I really want to have it able to use the top panel's theme or gradient and being able to switch between opened windows with mouse scroll wheel.
    Don't have a solution on the mouse wheel scroll but did you ever manage to theme your bottom panel? If not I think I've got the fix for it.

  8. #68
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Gnome 3.2 shell extensions

    The Disable Window Animations extension is pretty cool, adds even more snap than my hacks on the shell.

  9. #69
    Join Date
    Sep 2008
    Location
    Sheffield, UK
    Beans
    184
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Gnome 3.2 shell extensions

    Something for the brave (or foolhardy ):
    http://www.techdrivein.com/2012/01/i...ll-332-in.html

    Shell 3.3.2 in PPA.

  10. #70
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Gnome 3.2 shell extensions

    Quote Originally Posted by xircon View Post
    Something for the brave (or foolhardy ):
    http://www.techdrivein.com/2012/01/i...ll-332-in.html

    Shell 3.3.2 in PPA.
    Call me foolhardy then, just had to try it.

    Feels faster & after updating metadata.json to proper shell version all of my extensions seem to work.

    My alternate activities overview shortcut doesn't work though, that's the only "bug" I've encountered. Think I'll ride the bleeding edge for awhile.

    Also seems I've lost my startup apps in the notification area of the message tray.
    Last edited by cbowman57; January 4th, 2012 at 03:32 PM. Reason: Additional info

Page 7 of 10 FirstFirst ... 56789 ... LastLast

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
  •