feat:new nvim config and some other stuff

This commit is contained in:
2025-11-29 11:30:17 -08:00
parent d524ebac95
commit a1ef3c6e12
16 changed files with 104 additions and 259 deletions

View File

@@ -25,14 +25,6 @@ window#waybar.solo {
/*background-color: #FFFFFF;*/
}
window#waybar.termite {
background-color: #3F3F3F;
}
window#waybar.chromium {
background-color: #000000;
border: none;
}
button {
/* Use box-shadow instead of border so the text isn't offset */
@@ -54,8 +46,8 @@ button:hover {
}
#workspaces button {
padding: 0 5px;
background-color: transparent;
padding: 0 4px;
/*background-color: transparent;*/
color: #ffffff;
}
@@ -65,7 +57,7 @@ button:hover {
#workspaces button.focused {
background-color: #64727D;
box-shadow: inset 0 -3px #ffffff;
/*box-shadow: inset 0 -3px #ffffff;*/
}
#workspaces button.urgent {