Open dr3mro opened 5 years ago
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.
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
I can confirm there is box-shadow under decoration :
It works well on my Gnome, can you give me a screenshot if you don't have shadow under app window
here is a screenshot using the gtk.css hack and without the hack
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 fangyuhao0612@gmail.com 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 }`
I got this, the dark version windows shadow is not obvious
I'll fix this
Fixed with last commit and I aur package reached my system by update and works fine thanks fir your hard work
I am using arch linux with latest variant of your marvelous theme from git using aur build system but I noticed only your theme has disabled shadows around windows and getting error in systemd journal about shadow error so can you please fix these errors and enable shadows around windows or at least create a shadow enabled iteration of your theme thank you for your hard work