1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -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

@@ -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" },