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";