hrdwrrsk / AdwaitaExtended

A modified default GNOME/GTK theme with some extras/enhancements/additions.
GNU General Public License v3.0
35 stars 6 forks source link

Border Radius #4

Open TaylanTatli opened 4 years ago

TaylanTatli commented 4 years ago

Hi, thanks for this theme. I wonder how can i round all corners not just top? What should i change?

SaucySauce commented 4 years ago

Round what corners? The display corners? The windows corners?

TaylanTatli commented 4 years ago

Sorry, I mean window corners.

SaucySauce commented 4 years ago

No idea. Btw, your theme is lovely but the buttons and path bars need to be highlighted a bit with some contrast. Also, in your fork's screenshot what indicator extension did you use? "Panel Indicators" extension doesn't work for me on 3.36.

hrdwrrsk commented 4 years ago

Do you mean rounded corner(s) everywhere on app window (similar to Gtk themes such as McMojave) ? Actually possible, but it will create artifacts and doesn't work "globally" unless if someone patched Mutter WM with corner radius everywhere in app window (just something like ShapeCorners KWin effect did or patched openbox WM/compton compositor)

But there's something interesting to read: https://blogs.gnome.org/alexm/2020/04/12/on-windows-and-titlebars/

TaylanTatli commented 4 years ago

No idea. Btw, your theme is lovely but the buttons and path bars need to be highlighted a bit with some contrast. Also, in your fork's screenshot what indicator extension did you use? "Panel Indicators" extension doesn't work for me on 3.36.

Thanks, that theme is quick tweak on this theme, i just love this theme and wanted to try nord palette. I didn't get what you mean with panel indicators? There are some extension/tray icons and system icons that's all.

Do you mean rounded corner(s) everywhere on app window (similar to Gtk themes such as McMojave) ? Actually possible, but it will create artifacts and doesn't work "globally" unless if someone patched Mutter WM with corner radius everywhere in app window (just something like ShapeCorners KWin effect did or patched openbox WM/compton compositor)

But there's something interesting to read: https://blogs.gnome.org/alexm/2020/04/12/on-windows-and-titlebars/

Yeah, i mean global rounded corners on every app with csd or traditional titlebar. It seems we can round corners per app but not globally. Thanks for link, i will read it.

SaucySauce commented 4 years ago

Thanks, that theme is quick tweak on this theme, i just love this theme and wanted to try nord palette. I didn't get what you mean with panel indicators? There are some extension/tray icons and system icons that's all.

Panel indicators, the icons on the top right side of the gnome shell.

TaylanTatli commented 4 years ago

Thanks, that theme is quick tweak on this theme, i just love this theme and wanted to try nord palette. I didn't get what you mean with panel indicators? There are some extension/tray icons and system icons that's all.

Panel indicators, the icons on the top right side of the gnome shell.

From left to right;

I use KStatusNotifierItem/AppIndicator extension for tray.

And if you mean uniform spacing for indicators, i just edit gnome-shell.css.

1173,1174c1173,1174
<     -natural-hpadding: 8px;
<     -minimum-hpadding: 4px; }
---
>     -natural-hpadding: 6px;
>     -minimum-hpadding: 6px; }
1200c1200
<     spacing: 2px; }
---
>     spacing: 10px; }

Or you can edit it from source like here: L51-L52, L106

I tried to explain everything about my panel since i still don't get which indicator you mean. :smile:

SaucySauce commented 4 years ago

Thanks. I thought you were using something like this https://extensions.gnome.org/extension/2416/panel-indicators/