aanatoly / fbpanel

lightweight X11 desktop panel
http://aanatoly.github.io/fbpanel/
Other
56 stars 27 forks source link

Hardcoded TASK_HEIGHT_MAX does not look good on side bar. #46

Open FredericGuilbault opened 5 years ago

FredericGuilbault commented 5 years ago

Hi I have a 60 px width sidebar with but the task Icons are just 28 PX hight witch create tiny floating icons in a large side bar.

I did this dirty fix to fill my needs https://github.com/FredericGuilbault/fbpanel/commit/e52e17d0e9df342c702cf501ca97c978df2f90c8?diff=split

It defenitely look better: lysmarine menu

But that would be great to have something clean.

mgrouch commented 3 years ago

Try not using bitmap icons at all. Pick a theme with all SVG icons. And might be modify the code of fbpanel to display SVG. And for enforcement make fbpanel accept only svg icons. Just an idea