How to customize the top bar?
Hello,
I'm trying to customize the top bar (where the kiwi logo sits and the antenna info is displayed) and I'm unable to find a way to do so. I'm familiar with openwebrx customization and linux console.
So, what is the folder / file I should play with? Do I need to do a make clean / make / make install afterwards? Will these UI changes get deleted on the next update, and if so, is there any way to prevent that (besides disabling the updates)?
Thanks all!
I'm trying to customize the top bar (where the kiwi logo sits and the antenna info is displayed) and I'm unable to find a way to do so. I'm familiar with openwebrx customization and linux console.
So, what is the folder / file I should play with? Do I need to do a make clean / make / make install afterwards? Will these UI changes get deleted on the next update, and if so, is there any way to prevent that (besides disabling the updates)?
Thanks all!
Comments
The folder to modify it is on ~/Beagle_SDR_GPS/web/openwebrx. You make your changes and then you do a make; make install. Restart the server with kd and then ku and that's it!
Previously I was modifying the html files on ~/Beagle_SDR_GPS/web/kiwi, but this must be for some other thing as I saw no changes. Also tried in openwebrx, but forgetting the compilation and kd / ku.
Now, is it there any way to prevent the modified files from being changed by the updates?
Don't get me wrong, I think that the level of customization you did is perfect for the average user, and the procedure for updating is perfect for having a reliable system even capable of recovering from filesystem corruption. But I'm not an average user. I do comm/electronics research, and that means messing up with things up to an insane level.
Yeah, if you want to go changing the logo etc. you're pretty much on your own. You already know more about git than I do, lol.