1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-28 22:12:10 -04:00

dms(settings): few misc tweaks

This commit is contained in:
purian23
2026-06-25 00:22:19 -04:00
parent 838d21aae8
commit 1e7ee25e13
3 changed files with 216 additions and 216 deletions
@@ -366,6 +366,12 @@ Rectangle {
"icon": "security", "icon": "security",
"collapsedByDefault": true, "collapsedByDefault": true,
"children": [ "children": [
{
"id": "battery",
"text": I18n.tr("Battery"),
"icon": "battery_charging_full",
"tabIndex": 42
},
{ {
"id": "lock_screen", "id": "lock_screen",
"text": I18n.tr("Lock Screen"), "text": I18n.tr("Lock Screen"),
@@ -383,12 +389,6 @@ Rectangle {
"text": I18n.tr("Power & Sleep"), "text": I18n.tr("Power & Sleep"),
"icon": "power_settings_new", "icon": "power_settings_new",
"tabIndex": 21 "tabIndex": 21
},
{
"id": "battery",
"text": I18n.tr("Battery"),
"icon": "battery_charging_full",
"tabIndex": 42
} }
] ]
}, },
+1 -1
View File
@@ -59,7 +59,7 @@ Item {
} }
readonly property real rowHeight: 70 readonly property real rowHeight: 70
readonly property real rowSpacing: Theme.spacingM readonly property real rowSpacing: Theme.spacingS
readonly property real dividerGap: 40 readonly property real dividerGap: 40
property var enabledOrder: [] property var enabledOrder: []
@@ -4610,6 +4610,21 @@
"yubikey" "yubikey"
] ]
}, },
{
"section": "_tab_11",
"label": "Lock Screen",
"tabIndex": 11,
"category": "Lock Screen",
"keywords": [
"lock",
"lockscreen",
"login",
"password",
"screen",
"security"
],
"icon": "lock"
},
{ {
"section": "lockDisplay", "section": "lockDisplay",
"label": "Lock Screen Display", "label": "Lock Screen Display",
@@ -4747,27 +4762,6 @@
], ],
"description": "Control what notification information is shown on the lock screen" "description": "Control what notification information is shown on the lock screen"
}, },
{
"section": "_tab_11",
"label": "Power & Security",
"tabIndex": 11,
"category": "Lock Screen",
"keywords": [
"hibernate",
"lock",
"login",
"password",
"power",
"reboot",
"restart",
"screen",
"security",
"shutdown",
"sleep",
"suspend"
],
"icon": "security"
},
{ {
"section": "lockScreenPowerOffMonitorsOnLock", "section": "lockScreenPowerOffMonitorsOnLock",
"label": "Power off monitors on lock", "label": "Power off monitors on lock",
@@ -5584,6 +5578,22 @@
], ],
"description": "Play sound when volume is adjusted" "description": "Play sound when volume is adjusted"
}, },
{
"section": "_tab_16",
"label": "Media Player",
"tabIndex": 16,
"category": "Media Player",
"keywords": [
"audio",
"media",
"mpris",
"music",
"playback",
"player",
"spotify"
],
"icon": "music_note"
},
{ {
"section": "mediaPlayer", "section": "mediaPlayer",
"label": "Media Player Settings", "label": "Media Player Settings",
@@ -5629,28 +5639,6 @@
], ],
"description": "Scroll wheel behavior on media widget" "description": "Scroll wheel behavior on media widget"
}, },
{
"section": "_tab_16",
"label": "Widgets & Notifications",
"tabIndex": 16,
"category": "Media Player",
"keywords": [
"alert",
"alerts",
"components",
"media",
"modules",
"mpris",
"music",
"notif",
"notifications",
"notifs",
"player",
"spotify",
"widgets"
],
"icon": "dashboard"
},
{ {
"section": "notificationBodyFontSize", "section": "notificationBodyFontSize",
"label": "Body Font Size", "label": "Body Font Size",
@@ -9113,27 +9101,39 @@
}, },
{ {
"section": "_tab_42", "section": "_tab_42",
"label": "Battery", "label": "Power & Security",
"tabIndex": 42, "tabIndex": 42,
"category": "Settings", "category": "Settings",
"keywords": [ "keywords": [
"battery", "hibernate",
"charge",
"charging",
"power", "power",
"settings" "reboot",
"restart",
"security",
"settings",
"shutdown",
"sleep",
"suspend"
], ],
"icon": "battery_charging_full" "icon": "security"
}, },
{ {
"section": "_tab_43", "section": "_tab_43",
"label": "Dank Dash", "label": "Widgets & Notifications",
"tabIndex": 43, "tabIndex": 43,
"category": "Dank Dash", "category": "Dank Dash",
"keywords": [ "keywords": [
"alert",
"alerts",
"components",
"dank", "dank",
"dash" "dash",
"modules",
"notif",
"notifications",
"notifs",
"widgets"
], ],
"icon": "space_dashboard" "icon": "dashboard"
} }
] ]