From be2e51f4ddec2389d282280871ca484f3f1f0892 Mon Sep 17 00:00:00 2001 From: biscuit Date: Wed, 4 Jun 2025 15:14:24 -0500 Subject: [PATCH] nixvim: cooler dashboard --- config/dashboard.nix | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/config/dashboard.nix b/config/dashboard.nix index 8a76376..0cd3f1c 100644 --- a/config/dashboard.nix +++ b/config/dashboard.nix @@ -22,6 +22,25 @@ hl = "Type"; }; } + { + type = "text"; + val = [" "]; + } + { + type = "padding"; + val = 1; + } + { + type = "text"; + val = [ + "╔════════════════════════════╗" + "║ ...better than most IDEs! ║" + "╚════════════════════════════╝" + ]; + opts = { + position = "center"; + }; + } { type = "padding"; val = 4; @@ -53,7 +72,7 @@ } { type = "padding"; - val = 0; + val = 1; } { type = "button"; @@ -78,7 +97,7 @@ } { type = "padding"; - val = 0; + val = 1; } { type = "button"; @@ -104,7 +123,7 @@ } { type = "padding"; - val = 0; + val = 1; } { type = "button"; @@ -130,7 +149,7 @@ } { type = "padding"; - val = 0; + val = 1; } { type = "button";