mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
background: no smoothing
This commit is contained in:
parent
e3f25e3bc4
commit
7337012280
1 changed files with 9 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ Variants {
|
|||
cache: false
|
||||
asynchronous: true
|
||||
retainWhileLoading: true
|
||||
smooth: false
|
||||
// Range = groups that workspaces span on
|
||||
property int chunkSize: Config?.options.bar.workspaces.shown ?? 10;
|
||||
property int lower: Math.floor(bgRoot.firstWorkspaceId / chunkSize) * chunkSize;
|
||||
|
|
@ -213,6 +214,14 @@ Variants {
|
|||
}
|
||||
width: bgRoot.wallpaperWidth / bgRoot.wallpaperToScreenRatio * bgRoot.effectiveWallpaperScale
|
||||
height: bgRoot.wallpaperHeight / bgRoot.wallpaperToScreenRatio * bgRoot.effectiveWallpaperScale
|
||||
// scale: GlobalStates.screenLocked ? 1.04 : 1
|
||||
// Behavior on scale {
|
||||
// NumberAnimation {
|
||||
// duration: 400
|
||||
// easing.type: Easing.BezierSpline
|
||||
// easing.bezierCurve: Appearance.animationCurves.expressiveDefaultSpatial
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
// The clock
|
||||
|
|
|
|||
Loading…
Reference in a new issue