feat: improvements

This commit is contained in:
2024-06-10 22:37:50 +02:00
parent d18b3d1683
commit 041f8917d2
8 changed files with 177 additions and 149 deletions

View File

@@ -257,9 +257,13 @@ in
{
event = [ "Signal" ];
pattern = [ "SIGUSR1" ];
command = "colorscheme md3-evo";
command = # vim
"colorscheme md3-evo";
nested = true;
}
];
plugins.lualine.theme.__raw = # lua
"function() return vim.g.lualine_theme end";
};
gtk = {