Aether icon indicating copy to clipboard operation
Aether copied to clipboard

How to set OS logo in hardcoded way

Open D3vil0p3r opened this issue 2 years ago • 0 comments

Hello, I need to set an OS logo by replacing the ArchLinux default logo.

On the Login Manager is possible to do this by settings. For some reasons, I would like to set a different default OS logo directly on the code. Inside all files at /usr/share/lightdm-webkit/themes/lightdm-webkit-theme-aether, despite I changed each values containing archlinux.png with newoslogo.png, the Login Manager continues to keep ArchLinux logo. So, where specifically is the piece of code where the starting OS logo is set?

Because currently, a workaround could be substituting src/img/logos/archlinux.png with the new png file by keeping archlinux filename, but it is greedy solution.

D3vil0p3r avatar Sep 28 '22 22:09 D3vil0p3r