1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 22:42:50 -05:00

tweak popout margins for consistency (#399)

This commit is contained in:
Body
2025-10-13 19:17:02 +01:00
committed by GitHub
parent 3c5a23799f
commit 9b9fbabc3f
3 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ Singleton {
readonly property bool envDisableMatugen: Quickshell.env("DMS_DISABLE_MATUGEN") === "1" || Quickshell.env("DMS_DISABLE_MATUGEN") === "true"
// ! TODO - Synchronize with niri/hyprland gaps?
readonly property real popupDistance: 2
readonly property real popupDistance: SettingsData.dankBarSpacing
property string currentTheme: "blue"
property string currentThemeCategory: "generic"