mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
background: fix padding value for least busy region proc
This commit is contained in:
parent
545fd8b58a
commit
10b2cf2662
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue