micheleg / dash-to-dock

A dock for the Gnome Shell. This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
https://micheleg.github.io/dash-to-dock/
GNU General Public License v2.0
3.83k stars 464 forks source link

Dash To Dock shifts the clock to the right. #1569

Open Linuxoid85 opened 2 years ago

Linuxoid85 commented 2 years ago

Dash To Dock shifts the clock to the right.

When moving to the left and disabling hiding. Watch the video for more information.

https://user-images.githubusercontent.com/71516578/139475613-8831c852-7aaf-4d2b-943f-b417e5c0b37c.mp4

DE: GNOME 41 OS: Fedora 35 Dash To Dock ver.: 71

3v1n0 commented 2 years ago

I think this is not a bug and the expected behavior:

When the dock is a panel, it's ok to center all using the actual workarea as reference (so that when you maximize an application the clock is centered to the space the app can use.

But when we're in auto-hide mode, there will be someone who prefers to have it centered using to the workarea (the whole screen) or to the visible area. And IHMO, the first one is the best behavior.

We can add an option to control this, but it's not super-trivial, as we'd need to hook into the shell upstream code, and I'd prefer to avoid adding customization that may not be too simple to maintain in the long run.