Adjust Waybar configuration and styling: reduce height to 18px and modify module margins and padding for improved layout.

This commit is contained in:
Danilo Reyes
2025-10-03 19:40:12 -06:00
parent 93f7e78540
commit 3f3d338f50
2 changed files with 5 additions and 4 deletions

View File

@@ -14,12 +14,12 @@ in
}
window#waybar {
background: #${colors.base00};
min-height: 20px;
min-height: 18px;
}
.module {
background: #${colors.base00};
margin: 0px 5px 0px 5px;
padding: 8px 8px 8px 8px;
margin: 0px 3px 0px 3px;
padding: 4px 6px 4px 6px;
}
#workspaces button {
padding: 2px 8px;