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:
parent
8672155b0a
commit
0d381d9c27
@ -5,7 +5,7 @@
|
|||||||
"exclusive": true,
|
"exclusive": true,
|
||||||
"passthrough": false,
|
"passthrough": false,
|
||||||
"gtk-layer-shell": true,
|
"gtk-layer-shell": true,
|
||||||
"height": 20,
|
"height": 18,
|
||||||
"modules-left": ["clock","custom/weather","custom/wallpaper","hyprland/window"],
|
"modules-left": ["clock","custom/weather","custom/wallpaper","hyprland/window"],
|
||||||
"modules-center": ["hyprland/workspaces"],
|
"modules-center": ["hyprland/workspaces"],
|
||||||
"modules-right": ["network", "bluetooth", "temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray","idle_inhibitor"],
|
"modules-right": ["network", "bluetooth", "temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray","idle_inhibitor"],
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
font-family: "JetBrainsMono Nerd Font";
|
font-family: "JetBrainsMono Nerd Font";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
line-height: 16px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -19,7 +20,7 @@ window#waybar {
|
|||||||
|
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 5px;
|
padding: 2px 6px;
|
||||||
color: @color4;
|
color: @color4;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
@ -44,7 +45,6 @@ window#waybar {
|
|||||||
background: @background;
|
background: @background;
|
||||||
color: @color12;
|
color: @color12;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-size: 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-power_profile,
|
#custom-power_profile,
|
||||||
@ -63,9 +63,8 @@ window#waybar {
|
|||||||
background: @background;
|
background: @background;
|
||||||
color: @color12;
|
color: @color12;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
padding: 0px 10px;
|
padding: 0px 6px;
|
||||||
margin: 3px 0px;
|
margin: 1px 0px;
|
||||||
margin-top: 10px;
|
|
||||||
border: 1px solid #181825;
|
border: 1px solid #181825;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user