From dac33c7c64660847deb282203affb4b594ce7425 Mon Sep 17 00:00:00 2001 From: Walkx <71191962+WalkxCode@users.noreply.github.com> Date: Mon, 18 Oct 2021 12:19:54 +0200 Subject: [PATCH] Update extra-configuration.md --- docs/extra-configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/extra-configuration.md b/docs/extra-configuration.md index 82370f0..ed563b5 100644 --- a/docs/extra-configuration.md +++ b/docs/extra-configuration.md @@ -38,6 +38,14 @@ colors: background-image: "../assets/wallpaper.jpeg" # Change wallpaper.jpeg to the name of your own custom wallpaper! ``` +## Custom column amount +You can change the amount of columns by changing the following line: + +```yaml +columns: "3" # You can change this to any number that is a factor of 12: (1, 2, 3, 4, 6, 12) +theme: default +``` + ## Custom icons You can get custom icons for your Homer dashboard [here](https://github.com/WalkxCode/dashboard-icons).