Replace Walker clipboard with native Quickshell clipboard picker

This commit is contained in:
David Heinemeier Hansson
2026-05-17 10:49:53 +02:00
parent d81589e2be
commit 2713d43f35
6 changed files with 412 additions and 1 deletions
@@ -14,6 +14,7 @@ User-installed plugins live alongside these conceptually but on disk under
| Bar settings | `omarchy.settings` | `panel` | on-demand | `settings/SettingsPanel.qml` |
| Image picker | `omarchy.image-picker` | `overlay` | on-demand | `image-picker/ImagePicker.qml` |
| Emoji picker | `omarchy.emoji-picker` | `overlay` | on-demand | `emoji-picker/EmojiPicker.qml` |
| Clipboard mgr | `omarchy.clipboard-picker`| `overlay` | on-demand | `clipboard-picker/ClipboardPicker.qml`|
| Omarchy menu | `omarchy.menu` | `menu` | on-demand | `menu/Menu.qml` |
| Notifications | `omarchy.notifications` | `service` | persistent | `notifications/Service.qml` |
| OSD | `omarchy.osd` | `panel` | persistent | `osd/Osd.qml` |