From 2d3ce46f3e20fdbd7a17d935405bf1da10efc3fa Mon Sep 17 00:00:00 2001 From: Kevin MacMartin <prurigro@gmail.com> Date: Fri, 28 Mar 2025 13:09:12 -0400 Subject: [PATCH] Add the rounded corners for the new laptop display --- gnome-shell-sass/widgets/_panel.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gnome-shell-sass/widgets/_panel.scss b/gnome-shell-sass/widgets/_panel.scss index 80e93f9..9bfae4f 100644 --- a/gnome-shell-sass/widgets/_panel.scss +++ b/gnome-shell-sass/widgets/_panel.scss @@ -108,6 +108,16 @@ $panel_transition_duration: 250ms; // same as the overview transition duration } } + @if $laptop { + #panelActivities { + border-radius: 18px 3px 3px 3px; + } + + #panelRight > *:last-child > * { + border-radius: 3px 18px 3px 3px; + } + } + // transparent panel on overview, lock & login screens &:overview, &.unlock-screen,