dreamos82 / uwm

Useless window manager - Not a window manager!!! Just window manager experiments...
8 stars 2 forks source link

Show application icon #8

Closed dreamos82 closed 3 years ago

dreamos82 commented 3 years ago

Try to draw an application icon if present or use a default one

dreamos82 commented 3 years ago

Open questions:

  1. position of the icon
  2. size of the icon
  3. understand why if the icon Window is displayed before the text Window this one doesn't appear.

TODO:

  1. add Default icon
  2. define a path where the icons will be stored
dreamos82 commented 3 years ago

Pull request #9 refers to this issue (it contains some refactoring of the actual icons code).

dreamos82 commented 3 years ago

PR #11 address TODO points 1 and 2.

For the open questions i'll probably create an issue to track them, but they have low priority for me so far.

Btw they are temporary solutions (in the future there because now the base path is defined as C #define, the ideal scenario should be to have a configuration file, that probably will come in the future).