mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
bar: fix media title spilling for non-verbose
This commit is contained in:
parent
59afc892f4
commit
e98f84d9bc
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ Item {
|
|||
}
|
||||
|
||||
StyledText {
|
||||
visible: Config.options.bar.verbose
|
||||
width: rowLayout.width - (CircularProgress.size + rowLayout.spacing * 2)
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
Layout.fillWidth: true // Ensures the text takes up available space
|
||||
|
|
|
|||
Loading…
Reference in a new issue