mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
background: fix padding value for least busy region proc
This commit is contained in:
@@ -117,8 +117,8 @@ Variants {
|
||||
leastBusyRegionProc.path = bgRoot.wallpaperPath
|
||||
leastBusyRegionProc.contentWidth = clock.implicitWidth
|
||||
leastBusyRegionProc.contentHeight = clock.implicitHeight
|
||||
leastBusyRegionProc.horizontalPadding = bgRoot.movableXSpace * 2 + 100
|
||||
leastBusyRegionProc.verticalPadding = bgRoot.movableYSpace * 2 + 100
|
||||
leastBusyRegionProc.horizontalPadding = bgRoot.movableXSpace + 100
|
||||
leastBusyRegionProc.verticalPadding = bgRoot.movableYSpace + 100
|
||||
leastBusyRegionProc.running = false;
|
||||
leastBusyRegionProc.running = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user