forked from Shinonome/dots-hyprland
fix spacing
This commit is contained in:
@@ -487,6 +487,8 @@ Scope {
|
|||||||
|
|
||||||
// Weather
|
// Weather
|
||||||
Loader {
|
Loader {
|
||||||
|
Layout.leftMargin: 8
|
||||||
|
Layout.fillHeight: true
|
||||||
active: Config.options.bar.weather.enable
|
active: Config.options.bar.weather.enable
|
||||||
sourceComponent: BarGroup {
|
sourceComponent: BarGroup {
|
||||||
implicitHeight: Appearance.sizes.baseBarHeight
|
implicitHeight: Appearance.sizes.baseBarHeight
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ Rectangle {
|
|||||||
implicitHeight: columnLayout.implicitHeight + margin * 2
|
implicitHeight: columnLayout.implicitHeight + margin * 2
|
||||||
color: Appearance.colors.colLayer0
|
color: Appearance.colors.colLayer0
|
||||||
radius: Appearance.rounding.small
|
radius: Appearance.rounding.small
|
||||||
|
border.width: 1
|
||||||
|
border.color: Appearance.m3colors.m3outlineVariant
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
|||||||
Reference in New Issue
Block a user