1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-11 00:02:28 -04:00

feat: highlight active workspace app tiles (#1957)

* feat: highlight active workspace app tiles

* feat: add workspace active-app highlight toggle
This commit is contained in:
Vladimir
2026-03-11 15:57:05 +01:00
committed by GitHub
parent fd5b1b7c00
commit c6b9b36566
4 changed files with 58 additions and 16 deletions

View File

@@ -280,6 +280,7 @@ Singleton {
property bool showOccupiedWorkspacesOnly: false
property bool reverseScrolling: false
property bool dwlShowAllTags: false
property bool workspaceActiveAppHighlightEnabled: false
property string workspaceColorMode: "default"
property string workspaceOccupiedColorMode: "none"
property string workspaceUnfocusedColorMode: "default"

View File

@@ -123,6 +123,7 @@ var SPEC = {
showOccupiedWorkspacesOnly: { def: false },
reverseScrolling: { def: false },
dwlShowAllTags: { def: false },
workspaceActiveAppHighlightEnabled: { def: false },
workspaceColorMode: { def: "default" },
workspaceOccupiedColorMode: { def: "none" },
workspaceUnfocusedColorMode: { def: "default" },