From e630dca3695257d0395ca2f40b58873a09938fc1 Mon Sep 17 00:00:00 2001 From: bdizen Date: Tue, 26 Nov 2024 17:17:51 +0200 Subject: [PATCH] Add styling --- config/services.yaml | 2 +- config/settings.yaml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/config/services.yaml b/config/services.yaml index b434efa..aa87f87 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -2,7 +2,7 @@ # For configuration options and examples, please see: # https://gethomepage.dev/configs/services -- Entertainment: +- Media: - Plex: icon: plex href: https://plex.bendizengoff.me/ diff --git a/config/settings.yaml b/config/settings.yaml index 141053f..f034fe7 100644 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -5,3 +5,15 @@ providers: openweathermap: openweathermapapikey weatherapi: weatherapiapikey + +target: _self + +language: he + +headerStyle: boxed + +layout: + Media: + header: false + style: row + columns: 3 \ No newline at end of file