forked from Shinonome/dots-hyprland
background: fix padding value for least busy region proc
This commit is contained in:
@@ -117,8 +117,8 @@ Variants {
|
|||||||
leastBusyRegionProc.path = bgRoot.wallpaperPath
|
leastBusyRegionProc.path = bgRoot.wallpaperPath
|
||||||
leastBusyRegionProc.contentWidth = clock.implicitWidth
|
leastBusyRegionProc.contentWidth = clock.implicitWidth
|
||||||
leastBusyRegionProc.contentHeight = clock.implicitHeight
|
leastBusyRegionProc.contentHeight = clock.implicitHeight
|
||||||
leastBusyRegionProc.horizontalPadding = bgRoot.movableXSpace * 2 + 100
|
leastBusyRegionProc.horizontalPadding = bgRoot.movableXSpace + 100
|
||||||
leastBusyRegionProc.verticalPadding = bgRoot.movableYSpace * 2 + 100
|
leastBusyRegionProc.verticalPadding = bgRoot.movableYSpace + 100
|
||||||
leastBusyRegionProc.running = false;
|
leastBusyRegionProc.running = false;
|
||||||
leastBusyRegionProc.running = true;
|
leastBusyRegionProc.running = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user