vinceliuice / Matcha-gtk-theme

Matcha is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell
https://www.pling.com/p/1187179/
GNU General Public License v3.0
742 stars 67 forks source link

Misconfigured Overlay when using the GDM theme #206

Closed frost19k closed 2 years ago

frost19k commented 2 years ago

The notification overlay displayed when changing the volume or brightness (etc.) is misconfigured.

sound

screen-brightness

keyboard-backlight-brightness

Initially I used the theme from the repos:

pacman -S matcha-gtk-theme
cp -L /usr/share/themes/Matcha-dark-sea/gtk-4.0 -t ~/.config/
gsettings set org.gnome.desktop.interface gtk-theme "Matcha-dark-sea"
set-gdm-theme set Matcha-dark-sea

When that resulted in the problem visible in the screenshot I undid the changes & used the install.sh script but that had the same outcome

set-gdm-theme reset
gsettings reset org.gnome.shell.extensions.user-theme name
pacman -S libadwaita
sudo ./install -c dark -t sea -s new -g

Note: The GDM Login screen looks fine. In fact, everything looks fine. This is the only issue I have found.

Manjaro 21.2.6 Gnome 42.1

frost19k commented 2 years ago

Sorry for the delay, I don't get notifications when issues are referenced.

Tried out the new CSS & it seems fixed 😁

Screenshot from 2022-06-13 17-06-23

Screenshot from 2022-06-13 17-06-28

Screenshot from 2022-06-13 17-06-36

frost19k commented 1 year ago

I'm not entirely sure why, but this is happening again...

❯ pacman -Qi matcha-gtk-theme
Name            : matcha-gtk-theme
Version         : 20220607-1
Description     : A flat design themes for GNOME, MATE, Openbox, Unity, XFCE, Budgie
Architecture    : any
URL             : https://vinceliuice.github.io/theme-matcha.html
Licenses        : GPL3
Groups          : None
Provides        : None
Depends On      : None
Optional Deps   : gtk-engine-murrine: GTK2 theme support
                  gtk-engines: GTK2 theme support
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 27.21 MiB
Packager        : Mark Wagie <mark@manjaro.org>
Build Date      : Tue 07 Jun 2022 19:35:47 IST
Install Date    : Tue 25 Oct 2022 14:03:02 IST
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : Signature

Screenshot from 2022-10-25 15-21-59 Screenshot from 2022-10-25 15-22-15

frost19k commented 1 year ago

Nevermind, I used the git repo instead of the package provided by Manjaro & everything's working properly.