1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-30 08:22:51 -05:00

media: add option to disable visualizer in bar widget

fixes #978
This commit is contained in:
bbedward
2025-12-11 10:55:32 -05:00
parent 3a8d3ee515
commit 5bf54632be
4 changed files with 14 additions and 5 deletions

View File

@@ -83,7 +83,8 @@ var SPEC = {
dwlShowAllTags: { def: false },
workspaceNameIcons: { def: {} },
waveProgressEnabled: { def: true },
scrollTitleEnabled: {def: true},
scrollTitleEnabled: { def: true },
audioVisualizerEnabled: { def: true },
clockCompactMode: { def: false },
focusedWindowCompactMode: { def: false },
runningAppsCompactMode: { def: true },