forked from Shinonome/dots-hyprland
fix bar font size
This commit is contained in:
@@ -483,14 +483,14 @@ Scope {
|
|||||||
Item {
|
Item {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
}
|
||||||
|
|
||||||
// Weather
|
// Weather
|
||||||
Loader {
|
Loader {
|
||||||
active: Config.options.bar.weather.enable
|
active: Config.options.bar.weather.enable
|
||||||
sourceComponent: BarGroup {
|
sourceComponent: BarGroup {
|
||||||
implicitHeight: Appearance.sizes.baseBarHeight
|
implicitHeight: Appearance.sizes.baseBarHeight
|
||||||
WeatherBar {}
|
WeatherBar {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ Item {
|
|||||||
|
|
||||||
StyledText {
|
StyledText {
|
||||||
visible: true
|
visible: true
|
||||||
font.pixelSize: Appearance.font.pixelSize.large
|
font.pixelSize: Appearance.font.pixelSize.small
|
||||||
color: Appearance.colors.colOnLayer1
|
color: Appearance.colors.colOnLayer1
|
||||||
text: Weather.data.temp
|
text: Weather.data.temp
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
|
|||||||
Reference in New Issue
Block a user