made all files written directly to

This commit is contained in:
DeaDvey
2024-11-04 22:14:40 +00:00
parent d2a14f9c9f
commit 74376ff7fa
19 changed files with 854 additions and 244 deletions

View File

@@ -19,3 +19,4 @@
"width": 1920
}
]

View File

@@ -1,9 +1,8 @@
@define-color accent #b8bb26;
window#waybar.whiteCornersTop {
border: 2px solid @accent;
border: 2px solid #b8bb26;
background-color: transparent;
box-shadow: 0px 0px 0px 60px black, 0px 0px 0px 0.5px #ebdbb2;
border-radius: 20px;
border-radius: 22px;
margin: 20px;
}