diff options
| author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2026-05-04 18:33:16 +0300 |
|---|---|---|
| committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2026-05-04 18:33:16 +0300 |
| commit | 78c3a450ee676f4ee445aa554e303da4bfb51cdb (patch) | |
| tree | 7d800730b60a82322516b7a9a1a9e6ed11b20342 | |
| parent | 12f6f4702e64d775ee1991d704dcb08d4e2704c4 (diff) | |
| download | swayrice-78c3a450ee676f4ee445aa554e303da4bfb51cdb.tar.gz swayrice-78c3a450ee676f4ee445aa554e303da4bfb51cdb.zip | |
dms: improvements for laptopniri
4 files changed, 27 insertions, 10 deletions
diff --git a/dotfiles/.config/DankMaterialShell/plugin_settings.json b/dotfiles/.config/DankMaterialShell/plugin_settings.json index 0c2abd6..d73a99d 100644 --- a/dotfiles/.config/DankMaterialShell/plugin_settings.json +++ b/dotfiles/.config/DankMaterialShell/plugin_settings.json @@ -1,10 +1,14 @@ { - "calculator": { + "powerUsagePlugin": { "enabled": true, - "trigger": "=" + "refreshInterval": 2, + "selectedPopout": "processList" }, "emojiLauncher": { + "enabled": true + }, + "calculator": { "enabled": true, - "recentEmojis": "👍🏻" + "trigger": "=" } }
\ No newline at end of file diff --git a/dotfiles/.config/DankMaterialShell/plugins/calculator b/dotfiles/.config/DankMaterialShell/plugins/calculator deleted file mode 160000 -Subproject b8797a9a4068c5fee2a67358b60d82f53296979 diff --git a/dotfiles/.config/DankMaterialShell/plugins/emojiLauncher b/dotfiles/.config/DankMaterialShell/plugins/emojiLauncher deleted file mode 160000 -Subproject 1c0a7d337a52b48f9499060076703a35e8dd4f4 diff --git a/dotfiles/.config/DankMaterialShell/settings.json b/dotfiles/.config/DankMaterialShell/settings.json index 9cdf506..f485de6 100644 --- a/dotfiles/.config/DankMaterialShell/settings.json +++ b/dotfiles/.config/DankMaterialShell/settings.json @@ -140,6 +140,18 @@ "id": "audioInput", "enabled": true, "width": 50 + }, + { + "id": "diskUsage", + "enabled": true, + "width": 50, + "instanceId": "morbslj4y4y10hed2bj", + "mountPath": "/" + }, + { + "id": "colorPicker", + "enabled": true, + "width": 50 } ], "showWorkspaceIndex": true, @@ -459,11 +471,6 @@ "showBatteryIcon": false, "showPrinterIcon": false, "showScreenSharingIcon": false - }, - { - "id": "focusedWindow", - "enabled": true, - "focusedWindowCompactMode": true } ], "centerWidgets": [], @@ -490,7 +497,11 @@ "showSwap": false }, { - "id": "colorPicker", + "id": "powerUsagePlugin", + "enabled": true + }, + { + "id": "battery", "enabled": true }, { @@ -502,8 +513,10 @@ "enabled": true, "showAudioIcon": false, "showAudioPercent": false, + "showBrightnessIcon": false, + "showBrightnessPercent": false, "showMicPercent": false, - "showBatteryIcon": true, + "showBatteryIcon": false, "showScreenSharingIcon": true }, { |
