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

initial structure refactor

This commit is contained in:
bbedward
2025-07-18 12:37:37 -04:00
parent 3a3f18c298
commit d8938e8d15
52 changed files with 1070 additions and 1283 deletions

View File

@@ -388,12 +388,6 @@ Singleton {
// Transparency system - can be overridden by Prefs
property real panelTransparency: 0.85
property real popupTransparency: 0.92
property string iconFont: { Qt.fontFamilies()
.indexOf("Material Symbols Rounded") !== -1 ? "Material Symbols Rounded" : "Material Icons Round" }
property string iconFontFilled: { Qt.fontFamilies()
.indexOf("Material Symbols Rounded") !== -1 ? "Material Symbols Rounded" : "Material Icons Rounded" }
property int iconFontWeight: Font.Normal
property int iconFontFilledWeight: Font.Medium
// Handle successful color extraction
function onColorsUpdated() {