G-dH / advanced-alttab-window-switcher

A highly customizable replacement for Gnome Shell's Alt-Tab window and app switchers.
GNU General Public License v3.0
151 stars 11 forks source link

[FEATURE] set border radius of window switcher #98

Open JE-Amouel opened 3 months ago

JE-Amouel commented 3 months ago

Hi,

how can i change the window switcher border radius !? THANKS.

G-dH commented 3 months ago

The popup's radius is determined by the Shell's theme, specifically by the switcher-list css class.

JE-Amouel commented 3 months ago

is it possible to make it independante from the shell's theme, and let user free will to adjust it?

G-dH commented 3 months ago

Currently, you can adjust the style in the AATWS's stylesheet.css.

JE-Amouel commented 3 months ago

That's okay, I'm trying to make some modifications hoping not to break my interface, but otherwise, out of curiosity, in the near future do you think you can make the AATWS style completely independent of the shell theme?

It would be cool to be able to have a style to suit the user such as, for example, lateral positions for the switcher pop-up (window switcher),

like that,

Screenshot from Screencast from 2024-04-01 20-13-07 webm

G-dH commented 3 weeks ago

By the lateral position, you mean vertical orientation of the switcher?

JE-Amouel commented 3 weeks ago

yes, i would like to make it looks like this :point_down:

Screenshot from Screencast_06_08_2024_10:10:43_PM webm


on the bottom right with vertical orientation.

G-dH commented 3 weeks ago

I'm considering the vertical orientation. Btw, I refactored the entire code base and now I'm working on feature requests. You can help me with testing if you want.

JE-Amouel commented 3 weeks ago

of course, that would really make me happy. :smiley:

G-dH commented 3 weeks ago

Great. It's already in the main branch.

JE-Amouel commented 3 weeks ago

already? :grinning: you're great! :100: I'll give you the feedback.