fixes waybar, adds cursors

This commit is contained in:
2026-01-22 21:23:27 +01:00
parent 8a6e480d58
commit 73d6ca5bec
5 changed files with 49 additions and 47 deletions

View File

@@ -19,8 +19,8 @@
.modules-left,
.modules-right {
background-color: rgba(17, 24, 39, 0.1);
margin: 4px;
padding: 3px 6px;
margin: 2px;
padding: 1px 3px;
}
/* The whole bar */
@@ -41,9 +41,9 @@ window#waybar.empty #window {
/* --- Workspaces --- */
#workspaces button {
padding: 3px 2px;
margin: 3px 2px;
border-radius: 6px;
padding: 3px 10px;
margin: 2px;
border-radius: 3px;
color: @foreground;
background-color: alpha(@foreground, 0.15);
transition: all 0.3s ease-in-out;