RoundedTB / RoundedTB

Add margins, rounded corners and segments to your taskbars!
GNU General Public License v3.0
2.92k stars 250 forks source link

App Indicator missing on margin >=2 #210

Open JanB97 opened 2 years ago

JanB97 commented 2 years ago

In Windows 10, if the bottom margin is bigger then 1 the colored indicator that shows what programs are open is missing. I understand that this is a limitation of how the program works, but maybe it's possible to shrink the icons a bit with the indicator?

Erisa commented 2 years ago

What do you mean by "shrink the icons a bit with the indicator"? This program is a little limited in what it can do, so I'm not sure this is possible, but I could be wrong

JanB97 commented 2 years ago

I have no idea what can be done and what not. I think the problem is that the indicator line at the bottom is 2 pixels big and if you remove 2 pixels of the taskbar it is gone. So if it would be possible to scale the icons on the taskbar down by 2 (4pixels) you would still be able to have the line on the taskbar. An alternative would be to have some code that checks what apps are opened and what apps are just pinned and then reimplement a line or dot like in Windows 11 to show the opened apps.