mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
feat: AppsDock Widget on the Dankbar
- Pinnable apps independent from the main dock - Drag & Drop support
This commit is contained in:
@@ -68,6 +68,13 @@ Item {
|
||||
"icon": "apps",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "appsDock",
|
||||
"text": I18n.tr("Apps Dock"),
|
||||
"description": I18n.tr("Pinned and running apps with drag-and-drop"),
|
||||
"icon": "dock_to_bottom",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "clock",
|
||||
"text": I18n.tr("Clock"),
|
||||
|
||||
Reference in New Issue
Block a user