Line 175:
Line 175:
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
{spotify_is_playing}- Returns a boolean state (true or false).
{spotify_is_playing}- Returns a boolean state (true or false).
+
</pre><br>
+
+
=== System settings ===
+
* '''''System setting category'''''
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
{system_setting_category} - Category of the requested key (Global, Secure, System).
+
</pre><br>
+
+
* '''''System setting key'''''
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
{system_setting_key} - Returns the name of the key.
+
</pre><br>
+
+
* '''''System setting value'''''
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
{system_setting_value} - Returns the value of the key.
</pre><br>
</pre><br>