GithubHelp home page GithubHelp logo

b00merang-project / os-x-leopard Goto Github PK

View Code? Open in Web Editor NEW
40.0 6.0 5.0 3.89 MB

OS X Leopard with Aqua-styled GTK widgets

Home Page: http://b00merang.weebly.com/os-x-leopard.html

License: GNU General Public License v3.0

CSS 100.00%
leopard theme osx os-x-leopard mac-osx apple apple-theme cinnamon-theme gtk3-theme gtk2-theme

os-x-leopard's Introduction

built-with-azurra-framework

OS X Leopard

OS X Leopard theme with Aqua elements that were abandoned in later OS X releases

Preview

os-x-leopard

Supported platforms

  • Any GTK-based desktop
  • Cinnamon
  • Gnome
  • MATE

Manual installation

Go to releases, download the latest .zip file and extract it to the themes directory i.e. /home/USERNAME/.themes

os-x-leopard's People

Contributors

elbullazul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

os-x-leopard's Issues

Title on titlebar is cut off (on left) (gnome 3.32)

The title in the title bar of all the OS-X themes is cut off on the left.
i.e. it needs to be moved to the right.

I'm using gnome 3.32, cinnamon 4.2.3 on Fedora 30.

The issue happens on all of these OSX themes. ( OS-X-Mavericks, OS-X-Leopard, OS-X-Yosemite )

The problem is in the file metacity-1/metacity-theme-3.xml.
The line in question is ...

<title color="#4c4c4c" x="(0 max (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing -72" y="(height - title_height) / 2 - 3"/>

I think that mini_icon_width is undefined and so the evaluation breaks.

Borrowing from another theme .. the fix is to replace the <title> line with:

        <title version="< 3.1"
               x="(0 `max` ((width - title_width) / 2))"
               y="(0 `max` ((height - title_height) / 2)) + 1"
               color="#4c4c4c" />
        <title version=">= 3.1"
               x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))"
               y="(0 `max` ((height - title_height) / 2)) + 1"
               ellipsize_width="width"
               color="#4c4c4c" />

(same for the 'unfocused' case)

Hack to surpress application name in mate

The vala appmenu of 19.10 ubuntu mate shows the window title when the title is very long p.ex gnu image manipulation program that vastes space of screen.
Thats why did create a small hack that only affects the menu when ticked the bold window title option. It surpresses the first menuitem label and this way only the menu is shown without window title.

.-vala-panel-appmenu-bold > menuitem:nth-child(1) > label { font-size: 0 ; min-width: 0px; padding: 0px; margin:0px; background: yellow; }

Maybe next year after February i might test the themes intensively and post suggestions.

Check and radio buttons missing

On my Ubuntu 20.04 LTS with Gnome 3.36.8 (X11) it seems all check and radio buttons are missing. I can only see the I/O button. First screenshot is the download window of Firefox, the second shows the menu of nautilus.

Bildschirmfoto vom 2021-10-17 12-06-22

Bildschirmfoto vom 2021-10-17 12-12-00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.