{
"layer": "top", // Waybar at top layer
"position": "bottom", // Waybar position (top|bottom|left|right)
- "height": 26, // Waybar height (to be removed for auto height)
+ //"height": 26, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": -8, // Gaps between modules (4px)
// Choose the order of the modules
* {
font-family: "BlexMono Nerd Font";
- font-size: 17px;
+ font-size: 11pt;
min-height: 0px;
}
padding: 0 8px;
background-image: linear-gradient(0deg, rgba(228,169,68, 0.9), rgba(228,169,68, 0.6), rgba(59, 64, 69, 0.5));
border-bottom: 3px solid rgba(100, 114, 125, 1);
- color: #181818;
}
#workspaces button {
box-shadow: inherit;
text-shadow: inherit;
border: none;
border-radius: 0;
+ color: #181818;
}
#workspaces button:hover {
box-shadow: inherit;
padding: 0 16px;
margin: 0 4px;
color: #eff0f1;
- font-family: "IBM Plex Serif";
- font-size: 17px;
min-height: 0px;
}