[PR #1518] [CLOSED] Add config to komorebi-bar storage widget for read only and removable disks. #1441

Closed
opened 2026-01-05 14:55:17 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1518
Author: @1337cookie
Created: 8/1/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 5e11a3b Add config to storage widget for read only and removable disks.

📊 Changes

1 file changed (+15 additions, -1 deletions)

View changed files

📝 komorebi-bar/src/widgets/storage.rs (+15 -1)

📄 Description

This lets the user enable or disable showing removable or read only disks in the komorebi-bar storage widget.

"Storage": {
    "enable": true,
    "label_prefix": "IconAndText",
    "show_removable_disks": true,
    "show_read_only_disks": false
}

Removable disks are set to show by default.
Read-only disks are set not to show by default. Having windows sandbox installed displays a very long read only disk which could be problematic for new users.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/1518 **Author:** [@1337cookie](https://github.com/1337cookie) **Created:** 8/1/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5e11a3b`](https://github.com/LGUG2Z/komorebi/commit/5e11a3b55e1e9b4ad00eb009d62f68fa48f0a740) Add config to storage widget for read only and removable disks. ### 📊 Changes **1 file changed** (+15 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `komorebi-bar/src/widgets/storage.rs` (+15 -1) </details> ### 📄 Description This lets the user enable or disable showing removable or read only disks in the komorebi-bar storage widget. ``` "Storage": { "enable": true, "label_prefix": "IconAndText", "show_removable_disks": true, "show_read_only_disks": false } ``` Removable disks are set to show by default. Read-only disks are set not to show by default. Having windows sandbox installed displays a very long read only disk which could be problematic for new users. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:55:17 +01:00
adam closed this issue 2026-01-05 14:55:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1441