nwg-piotr / nwg-dock-hyprland

GTK3-based dock for Hyprland
MIT License
194 stars 15 forks source link

[Feature Request] Changing position of app indicators #62

Open odomingao opened 1 day ago

odomingao commented 1 day ago

Please add an option to change the position of the app indicator, from bottom to left/right. In my opinion, bottom indicators look very bad for vertical docks/panels. Thank you!

nwg-piotr commented 1 day ago

I'm not sure what you mean. What is app indicator?

odomingao commented 1 day ago

I'm not sure what you mean. What is app indicator?

I'm talking about the blue dots that appear below each app icon in the dock. One dot for one window, 2+ dots for two+ windows.

nwg-piotr commented 1 day ago

Ah, ok. I'll check what could be done.

nwg-piotr commented 1 day ago

Well, I'm not sure if I like the result, do you?

image

odomingao commented 1 day ago

Looks better in my opinion, though the launcher icon appears to be misaligned now?

(edit - maybe it would look better with reversal icons)

nwg-piotr commented 12 hours ago

This seems to be aligned well.

obraz

nwg-piotr commented 12 hours ago

In case you'd like to test:

  1. install git & go packages
  2. git clone https://github.com/nwg-piotr/nwg-dock-hyprland.git -b dots
  3. cd nwg-dock-hyprland
  4. sudo cp images/task-*-vertical.svg /usr/share/nwg-dock-hyprland/images
  5. cd nwg-dock-hyprland
  6. go run . <place-your-args-here>

First build will take quite a lot of time.

Just in case you may sudo rm /usr/share/nwg-dock-hyprland/images/*vertical.svg afterwards.

odomingao commented 9 minutes ago

Looks perfect! TY!

nwg-piotr commented 7 minutes ago

Alright, I'll merge and release tonight.