updated neovim config

This commit is contained in:
2026-03-20 10:05:56 +01:00
parent 146429f594
commit 89ce9ab548
11 changed files with 455 additions and 320 deletions

View File

@@ -39,7 +39,7 @@ window#waybar {
background-color: alpha(@surface0, 0.95);
margin: 4px 2px;
padding: 0 12px;
border-radius: 12px;
border-radius: 5px;
border: 1px solid alpha(@surface1, 0.5);
}
@@ -57,7 +57,7 @@ window#waybar.bottom {
#workspaces button {
padding: 0 8px;
margin: 4px 2px;
border-radius: 8px;
border-radius: 5px;
color: @subtext0;
background-color: transparent;
}
@@ -124,7 +124,7 @@ window#waybar.bottom {
tooltip {
background-color: alpha(@base, 0.95);
border: 1px solid @surface1;
border-radius: 12px;
border-radius: 5px;
}
tooltip label {