2023-09-27 10:43:23 +02:00
|
|
|
{
|
2024-01-12 23:13:04 +01:00
|
|
|
theme = {
|
|
|
|
plugins.alpha = {
|
|
|
|
enable = true;
|
|
|
|
theme = "dashboard";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
theme-lua = {
|
|
|
|
plugins.alpha = {
|
|
|
|
enable = true;
|
|
|
|
theme.__raw = "require'alpha.themes.startify'.config";
|
|
|
|
};
|
2023-05-25 14:16:05 +02:00
|
|
|
};
|
|
|
|
|
2024-03-13 17:31:46 +01:00
|
|
|
terminal = {
|
|
|
|
plugins.alpha = {
|
|
|
|
enable = true;
|
|
|
|
layout = [
|
|
|
|
{
|
|
|
|
type = "terminal";
|
|
|
|
command = "thisisfine";
|
|
|
|
width = 46;
|
|
|
|
height = 25;
|
|
|
|
opts = {
|
|
|
|
redraw = true;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2024-01-12 23:13:04 +01:00
|
|
|
custom-layout = {
|
2023-05-25 14:16:05 +02:00
|
|
|
plugins.alpha = {
|
|
|
|
enable = true;
|
2024-01-12 23:13:04 +01:00
|
|
|
|
2023-05-25 14:16:05 +02:00
|
|
|
layout = [
|
|
|
|
{
|
|
|
|
type = "padding";
|
|
|
|
val = 2;
|
|
|
|
}
|
|
|
|
{
|
|
|
|
type = "text";
|
|
|
|
val = [
|
2024-01-12 23:13:04 +01:00
|
|
|
"███╗ ██╗██╗██╗ ██╗██╗ ██╗██╗███╗ ███╗"
|
|
|
|
"████╗ ██║██║╚██╗██╔╝██║ ██║██║████╗ ████║"
|
|
|
|
"██╔██╗ ██║██║ ╚███╔╝ ██║ ██║██║██╔████╔██║"
|
|
|
|
"██║╚██╗██║██║ ██╔██╗ ╚██╗ ██╔╝██║██║╚██╔╝██║"
|
|
|
|
"██║ ╚████║██║██╔╝ ██╗ ╚████╔╝ ██║██║ ╚═╝ ██║"
|
|
|
|
"╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝"
|
2023-05-25 14:16:05 +02:00
|
|
|
];
|
|
|
|
opts = {
|
|
|
|
position = "center";
|
|
|
|
hl = "Type";
|
|
|
|
};
|
|
|
|
}
|
|
|
|
{
|
|
|
|
type = "padding";
|
|
|
|
val = 2;
|
|
|
|
}
|
|
|
|
{
|
|
|
|
type = "group";
|
|
|
|
val = [
|
|
|
|
{
|
2024-01-18 00:04:49 +01:00
|
|
|
type = "button";
|
2024-01-16 00:02:22 +01:00
|
|
|
val = " New file";
|
|
|
|
on_press.__raw = "function() vim.cmd[[ene]] end";
|
2024-01-18 00:04:49 +01:00
|
|
|
opts.shortcut = "n";
|
2023-05-25 14:16:05 +02:00
|
|
|
}
|
|
|
|
{
|
2024-01-18 00:04:49 +01:00
|
|
|
type = "button";
|
2024-01-16 00:02:22 +01:00
|
|
|
val = " Quit Neovim";
|
|
|
|
on_press.__raw = "function() vim.cmd[[qa]] end";
|
2024-01-18 00:04:49 +01:00
|
|
|
opts.shortcut = "q";
|
2023-05-25 14:16:05 +02:00
|
|
|
}
|
|
|
|
];
|
|
|
|
}
|
|
|
|
{
|
|
|
|
type = "padding";
|
|
|
|
val = 2;
|
|
|
|
}
|
|
|
|
{
|
|
|
|
type = "text";
|
|
|
|
val = "Inspiring quote here.";
|
|
|
|
opts = {
|
|
|
|
position = "center";
|
|
|
|
hl = "Keyword";
|
|
|
|
};
|
|
|
|
}
|
|
|
|
];
|
2024-01-12 23:13:04 +01:00
|
|
|
opts = {
|
|
|
|
margin = 0;
|
|
|
|
noautocmd = true;
|
|
|
|
|
|
|
|
keymap = {
|
|
|
|
press = "<CR>";
|
|
|
|
press_queue = "<M-CR>";
|
|
|
|
};
|
|
|
|
};
|
2023-05-25 14:16:05 +02:00
|
|
|
};
|
|
|
|
};
|
2024-08-29 09:54:31 -05:00
|
|
|
|
|
|
|
no-packages = {
|
|
|
|
plugins.alpha = {
|
|
|
|
enable = true;
|
|
|
|
theme = "dashboard";
|
|
|
|
iconsPackage = null;
|
|
|
|
};
|
|
|
|
};
|
2023-05-25 14:16:05 +02:00
|
|
|
}
|