Reduce Waybar vertical footprint: lower bar height to 18, shrink module padding/margins, remove hover font growth, set tighter line-height

This commit is contained in:
nicholai 2025-09-08 04:26:01 -06:00
parent 8672155b0a
commit 0d381d9c27
2 changed files with 5 additions and 6 deletions

View File

@ -5,7 +5,7 @@
"exclusive": true,
"passthrough": false,
"gtk-layer-shell": true,
"height": 20,
"height": 18,
"modules-left": ["clock","custom/weather","custom/wallpaper","hyprland/window"],
"modules-center": ["hyprland/workspaces"],
"modules-right": ["network", "bluetooth", "temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray","idle_inhibitor"],

View File

@ -8,6 +8,7 @@
font-family: "JetBrainsMono Nerd Font";
font-weight: bold;
font-size: 14px;
line-height: 16px;
min-height: 0;
}
@ -19,7 +20,7 @@ window#waybar {
#workspaces button {
padding: 5px;
padding: 2px 6px;
color: @color4;
margin-right: 5px;
}
@ -44,7 +45,6 @@ window#waybar {
background: @background;
color: @color12;
border-radius: 10px;
font-size: 18px;
}
#custom-power_profile,
@ -63,9 +63,8 @@ window#waybar {
background: @background;
color: @color12;
opacity: 0.8;
padding: 0px 10px;
margin: 3px 0px;
margin-top: 10px;
padding: 0px 6px;
margin: 1px 0px;
border: 1px solid #181825;
}