fthx / babar

Task bar. GNOME Shell extension
GNU General Public License v3.0
41 stars 14 forks source link

Feature: Favorite icons match task icons size #26

Closed wooque closed 3 years ago

wooque commented 3 years ago

I noticed that icons in Favorites menu are smaller than before, it would be nice if their size matched size of icons in taskbar.

Screenshot from 2021-04-20 02-59-39

fthx commented 3 years ago

Yes, I did refactor the favorites menu code some times ago, using now the integrated GJS function that makes a combo menu item (icon + text). So I cannot change this, the icon size is handled by gnome shell. Before that, I manually created each item with an icon and text in a BoxLayout...

fthx commented 3 years ago

About styling: what is your opinion on the new more rounded setup? Question: when you right-click on a window button, you get window preview. There is a 1px frame. Could you tell me if you feel better with no frame? It would have the advantage to not have these window's shadows margins for non full-screen windows. You have to modify the end of css file like this (= comment all this section):

.window-thumbnail {
  /*border: 1px solid rgba(67, 67, 67, 0.7);
  border-radius: 2px;
  background-color: rgba(204, 204, 204, 0.7);*/
}
wooque commented 3 years ago

It looks ok to me