Adjust Waybar configuration and styling: reduce height to 18px and modify module margins and padding for improved layout.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user