-
-
Notifications
You must be signed in to change notification settings - Fork 976
Open
Description
Environment
I'm using Arch Linux, Hyprland and Waybar

Problem description
When I'm using Firefox/Chromium and I open an application with icons in the title, the waybar automatically increase the height, as shown in the image below:

but, the normal height is:
My configuration
Title configuration
"hyprland/window": {
"format": "<span font='14px'><span color='#97b4f2'></span> {title}</span>",
"tooltip": false
},
Global style
* {
font-family: GeistMono Nerd Font;
font-size: 14px;
font-weight: 500;
min-height: 0;
margin: 0;
padding: 0;
}
Reactions are currently unavailable