Update .config/DankMaterialShell/plugin_settings.json

Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankActions/DankActionsSettings.qml
Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankActions/plugin.json
Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankBatteryAlerts/plugin.json
Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankHooks/DankHooks.qml
Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankHooks/DankHooksSettings.qml
Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankHooks/README.md
Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankHooks/plugin.json
Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankPomodoroTimer/DankPomodoroSettings.qml
Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankPomodoroTimer/DankPomodoroWidget.qml
Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankPomodoroTimer/plugin.json
Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/LICENSE
Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/.git/index
Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/.git/refs/heads/master
Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/.git/refs/remotes/origin/master
Update .config/DankMaterialShell/settings.json
Update .config/fish/fish_variables
Update .config/niri/binds.kdl
Update .config/nvim/lazy-lock.json
This commit is contained in:
Lewis Wynne 2026-01-06 22:49:00 +00:00
parent b5afd19ffd
commit 1b2ee95d10
19 changed files with 532 additions and 989 deletions

View file

@ -307,6 +307,9 @@ PluginSettings {
DankToggle {
id: showIconToggle
checked: true
onToggled: isChecked => {
checked = isChecked
}
}
}
@ -322,6 +325,9 @@ PluginSettings {
DankToggle {
id: showTextToggle
checked: true
onToggled: isChecked => {
checked = isChecked
}
}
}
}

View file

@ -2,7 +2,8 @@
"id": "dankActions",
"name": "Dank Actions",
"description": "Execute custom commands with dynamic output display and configurable icons",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"author": "Avenge Media",
"icon": "terminal",
"firstParty": true,