forked from Shinonome/dots-hyprland
background clock: hide in default position
This commit is contained in:
@@ -15,8 +15,8 @@ import Quickshell.Services.UPower
|
|||||||
Scope {
|
Scope {
|
||||||
id: root
|
id: root
|
||||||
property string filePath: `${Directories.state}/user/generated/wallpaper/least_busy_region.json`
|
property string filePath: `${Directories.state}/user/generated/wallpaper/least_busy_region.json`
|
||||||
property real centerX: 0
|
property real centerX: -500
|
||||||
property real centerY: 0
|
property real centerY: -500
|
||||||
property color dominantColor: Appearance.colors.colPrimary
|
property color dominantColor: Appearance.colors.colPrimary
|
||||||
property bool dominantColorIsDark: dominantColor.hslLightness < 0.5
|
property bool dominantColorIsDark: dominantColor.hslLightness < 0.5
|
||||||
property color colBackground: ColorUtils.transparentize(ColorUtils.mix(Appearance.colors.colPrimary, Appearance.colors.colSecondaryContainer), 1)
|
property color colBackground: ColorUtils.transparentize(ColorUtils.mix(Appearance.colors.colPrimary, Appearance.colors.colSecondaryContainer), 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user