+ {#if section === 'connection'}
+
+
+
Connection
+
Where the control room talks to your Oikos server.
+
+
+ {#if oidcUser}
+
+ Signed in via Authentik as {oidcUser}
+
+ {/if}
+
+
+
+
+
+
+
+ or use
+
+
+
+
+
+ {#if error}
+
{error}
+ {/if}
+
+ {#if existing.token || oidcConfigured}
+
+
+
+ {/if}
+
+ {:else if section === 'appearance'}
+
+
+
Appearance
+
Pick the theme for the whole desktop.
+
+
+
+ {#each Object.entries(THEME_LABELS) as [id, label] (id)}
+
+ {/each}
+
+
+ {/if}
+