Aether
Aether copied to clipboard
How to set OS logo in hardcoded way
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.