mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 08:57:21 +00:00
Show a trash icon to the left of the Overview button in convergence
mode. The icon toggles between user-trash and user-trash-full by
watching ~/.local/share/Trash/files via FolderListModel.
Left-click opens the trash in the default file manager via
Qt.openUrlExternally("trash:/"), making the feature file-manager-
agnostic. Right-click offers "Open Trash" and "Empty Trash"; the
latter shows a confirmation dialog before invoking KIO.Trash via
D-Bus.
The right wing of the virtual-desktop pager shifts left to make
room for the trash button.
|
||
|---|---|---|
| .. | ||
| delegate | ||
| gaming | ||
| private | ||
| settings | ||
| AppDrawer.qml | ||
| AppDrawerGrid.qml | ||
| AppDrawerHeader.qml | ||
| CategoryPanel.qml | ||
| config.qml | ||
| DelegateDragItem.qml | ||
| DelegateDropArea.qml | ||
| FavouritesBar.qml | ||
| FolderView.qml | ||
| FolderViewTitle.qml | ||
| FolioHomeScreen.qml | ||
| HomeScreenPage.qml | ||
| HomeScreenPages.qml | ||
| main.qml | ||
| PipeWireThumbnail.qml | ||
| PlaceholderDelegate.qml | ||
| RunningAppsPanel.qml | ||
| WidgetDragItem.qml | ||