Coder Social home page Coder Social logo

Comments (9)

vinceliuice avatar vinceliuice commented on August 11, 2024

Could you download from github and try again, because the version from AUR is not uploaded by me, so I don't know if it is the last version.

from mojave-gtk-theme.

dr3mro avatar dr3mro commented on August 11, 2024

I can confirm it happens with latest updated version from git I had to override your theme with
.config/gtk-3.0/gtk.css
window,decoration,decoration:backdrop { box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.3), 5px 5px 12px 0 rgba(0, 0, 0, 0.2); }

to make it work for me but this hack is not as if the theme is updated

from mojave-gtk-theme.

vinceliuice avatar vinceliuice commented on August 11, 2024

I can confirm there is box-shadow under decoration :
2019-10-09 23-43-58 的屏幕截图

from mojave-gtk-theme.

vinceliuice avatar vinceliuice commented on August 11, 2024

It works well on my Gnome, can you give me a screenshot if you don't have shadow under app window

from mojave-gtk-theme.

dr3mro avatar dr3mro commented on August 11, 2024

Screenshot from 2019-10-10 00-20-53
Screenshot from 2019-10-10 00-21-43
here is a screenshot using the gtk.css hack and without the hack

from mojave-gtk-theme.

dr3mro avatar dr3mro commented on August 11, 2024

here is the package build script using aur
as you can see it builds the latest version from git
using gnome 3.34.1 arch linux with all updates

`#Maintainer Robosky [email protected]
pkgname=mojave-gtk-theme-git
_pkgname=Mojave-gtk-theme
pkgver=244.d955b51
pkgrel=1
pkgdesc='A Mac OSX like theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Pantheon, XFCE, Mate, etc.'
arch=('any')
depends=('gtk3' 'gtk-engine-murrine' 'gtk-engines')
license=('GPL3')
url='https://github.com/vinceliuice/Mojave-gtk-theme'
source=('git+https://github.com/vinceliuice/Mojave-gtk-theme.git')
md5sums=('SKIP')
makedepends=('git')
options=('!strip')

pkgver() {
cd "${srcdir}/${_pkgname}"
echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
}

package() {
cd "${srcdir}/${_pkgname}"
install -m755 -d "${pkgdir}/usr/share/themes"
./install.sh
--dest "${pkgdir}/usr/share/themes"
--icon arch
}`

from mojave-gtk-theme.

vinceliuice avatar vinceliuice commented on August 11, 2024

I got this, the dark version windows shadow is not obvious

from mojave-gtk-theme.

vinceliuice avatar vinceliuice commented on August 11, 2024

I'll fix this

from mojave-gtk-theme.

dr3mro avatar dr3mro commented on August 11, 2024

Fixed with last commit and I aur package reached my system by update and works fine thanks fir your hard work

from mojave-gtk-theme.

Related Issues (20)

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.