Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

layout page
title OpenWebRX+ Receiver Plugin: Set Waterfall Theme
permalink /receiver/set_waterfall_theme

OWRX+ v1.2.106 implements this feature in "General Settings → Waterfall settings". There are no reasons to use this plugin anymore.

This is a receiver plugin to set the default waterfall theme.
You can choose between the following standard themes:

  • default
  • turbo
  • ha7ilm
  • teejeez
  • ocean
  • eclipse

If a wrong one will be set a default theme will be used and an error message will be shown in the console.

Load

Add this lines in your init.js file:

Plugins.set_waterfall_theme_theme_value = 'ocean'; // set your desired theme here (see list above)
Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/set_waterfall_theme/set_waterfall_theme.js');

init.js

Learn how to load plugins.