forked from Shinonome/dots-hyprland
adjust waffle opacity
This commit is contained in:
@@ -17,7 +17,7 @@ Singleton {
|
|||||||
property string iconsPath: `${Directories.assetsPath}/icons/fluent`
|
property string iconsPath: `${Directories.assetsPath}/icons/fluent`
|
||||||
property bool dark: Appearance.m3colors.darkmode
|
property bool dark: Appearance.m3colors.darkmode
|
||||||
|
|
||||||
property real backgroundTransparency: 0.15
|
property real backgroundTransparency: 0.13
|
||||||
property real panelBackgroundTransparency: 0.12
|
property real panelBackgroundTransparency: 0.12
|
||||||
property real panelLayerTransparency: root.dark ? 0.9 : 0.7
|
property real panelLayerTransparency: root.dark ? 0.9 : 0.7
|
||||||
property real contentTransparency: root.dark ? 0.9 : 0.5
|
property real contentTransparency: root.dark ? 0.9 : 0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user