diff --git a/.config/quickshell/modules/bar/weather/WeatherBar.qml b/.config/quickshell/modules/bar/weather/WeatherBar.qml index f0fa0cfc5..5d54562d7 100644 --- a/.config/quickshell/modules/bar/weather/WeatherBar.qml +++ b/.config/quickshell/modules/bar/weather/WeatherBar.qml @@ -18,6 +18,8 @@ MouseArea { RowLayout { id: rowLayout + anchors.centerIn: parent + MaterialSymbol { fill: 0 text: WeatherIcons.codeToName[Weather.data.wCode]