1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-30 00:12:50 -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

@@ -169,6 +169,7 @@ Singleton {
property var workspaceNameIcons: ({})
property bool waveProgressEnabled: true
property bool scrollTitleEnabled: true
property bool audioVisualizerEnabled: true
property bool clockCompactMode: false
property bool focusedWindowCompactMode: false
property bool runningAppsCompactMode: true

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