From b555c96de19451d40f472f24deb50c6b9e997b44 Mon Sep 17 00:00:00 2001 From: Aram Markarov Date: Mon, 16 Mar 2026 15:20:51 +0100 Subject: [PATCH] added question to md file --- plans/ideas.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plans/ideas.md b/plans/ideas.md index 446ee5c..c9c51e2 100644 --- a/plans/ideas.md +++ b/plans/ideas.md @@ -34,3 +34,7 @@ - [ ] If nc or osd global shortcut are used, bar is 100% transparent apart from modules, seems to ignore the regular hover state opacity. - [ ] Should volume/pipewire module be hover as well? No other bar module is hover apart from the Dock (which is a hidden module activated by hover)? - [ ] Calendar swipe to other month has no animation -> on purpose? + +## Additional questions + +- [ ] Can some features be disabled? As in, will they be unloaded from RAM or how is it loaded in memory? Let's say I do not want to use the Dock and Drawing Tool and want to disable them, are they loaded in memory at all? Or all the called upon when the shortcut is hit?