axxapy / gnome-ui-tune

Tunes overview UI of the gnome 40 a bit
GNU General Public License v3.0
102 stars 10 forks source link

No rounded workspace preview when thumbnails background is enabled #33

Open denielton opened 1 year ago

denielton commented 1 year ago

If the option "restore desktops thumbnails background" is disabled, the workspaces preview is perfectly rounded:

image

But if I turn it on, even with the line

.workspace-thumbnails .workspace-thumbnail {
  border-radius: 8px;
}

under the file /home/user/.local/share/themes/Adwaita-dark/gnome-shell/gnome-shell.css, the workspaces preview become square:

image

is there anyway to restore thumbnail background while keeping the rounded edges?

eobet commented 1 year ago

I see the same. It looks weird since the background on the large overview below is very rounded.