intel-aero / meta-intel-aero

Yocto layer to support Intel Aero platform
https://github.com/intel-aero/meta-intel-aero
GNU General Public License v2.0
217 stars 119 forks source link

Add Aero branding #211

Open lucasdemarchi opened 7 years ago

lucasdemarchi commented 7 years ago

See branding directory in cockpit. Customize with logo, css, etc like other distributions do.

adityavarmatcs commented 7 years ago

This can be achieved by,

  1. Replacing the default logo file(logo.png) present in (/cockpit/branding/default) with "custom logo file"
  2. /cockpit/branding/default/branding.css to include the following changes a. background-image of #badge to point to "custom logo file" b. content of #brand to refer to "${PRETTY_NAME}" which will return the Name and Version of system distro

Is that fine to modify default folder only? or Do you want "custom folder" for brand info? Can you clarify about the custom logo file? Below are the screen-shots for your quick reference. loginpage

lucasdemarchi commented 7 years ago

We should not modify the files in default folder. We have to do like the other distros do adding their own folder.