git404hub

what is plasma-downloads-stack fr?

cromewar/plasma-downloads-stack — explained in plain English

Analysis updated 2026-05-18

7QMLAudience · generalLicense

tl;dr

A KDE Plasma 6 widget that brings the macOS Dock downloads stack, showing recent downloads in a fan, grid, or list view.

vibe map

mindmap
  root((repo))
    What it does
      Shows recent downloads
      Fan grid or list view
      Drag and drop files
    Tech stack
      QML
      Qt 6
      KDE Plasma 6
    Features
      Live updates
      Real thumbnails
      Theme aware icons
    Settings
      Custom downloads folder
      Sort order
      Panel icon style
    Audience
      Linux desktop users
      KDE Plasma users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Quickly access and open recently downloaded files from the taskbar on a KDE Linux desktop.

VIBE 2

Drag a recently downloaded file directly into another open app instead of browsing to it.

VIBE 3

Sort recent downloads by date, name, size, or file type.

VIBE 4

Customize the panel icon and view style to match a macOS-like dock experience.

what's the stack?

QMLQt 6KDE Plasma 6

how it stacks up fr

cromewar/plasma-downloads-stackbjarneo/omarchy-kanagawa-dragon-themeberkeserce/deepl-translator-plasmoid
Stars7103
LanguageQMLQMLQML
Setup difficultymoderateeasy
Complexity2/52/5
Audiencegeneraldevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

in plain english

Downloads Stack is a small add on widget, called a plasmoid, for the KDE Plasma 6 desktop environment on Linux. It recreates the macOS Dock feature where a pile icon in your taskbar shows your most recent downloaded files, and clicking it makes those files pop out for quick access. You can drag a file straight from the pile into another app like a file manager, browser, or chat window, click a file to open it directly, or jump to the folder it lives in. The widget offers three different ways to view your recent downloads: a Fan view where files arc out from the icon like a hand of cards, a Grid view showing thumbnail previews with file names underneath, and a List view showing one file per row with its icon and file type. New downloads appear automatically as soon as they finish. Image files get real thumbnail previews, while other files show an icon based on their type. You can sort the list by date, name, size, or file type, in either order. Settings let you change which folder is being watched, defaulting to your system's normal Downloads folder, how many recent files to display, whether hidden files are shown, and which of the three views is used by default. The panel icon itself can either show the newest download's icon with a count badge, or a plain folder icon if you prefer something simpler. The widget also follows whichever light or dark theme and icon set your desktop is already using. Installing it is a single command that downloads and installs the widget for your user account without needing administrator access, after which you add it to your panel through Plasma's normal widget picker. It requires KDE Plasma 6 and Qt 6, is written entirely in QML with no compilation step needed, and is released under the GPL-3.0-or-later license, a copyleft license that requires derivative works to also be open source.

prompts (copy fr)

prompt 1
Walk me through installing this Plasma widget using the one-line install script.
prompt 2
Explain the difference between the Fan, Grid, and List views in this widget.
prompt 3
How do I configure which folder this widget watches for new downloads.
prompt 4
What does the GPL-3.0-or-later license mean for using or modifying this widget.

Frequently asked questions

what is plasma-downloads-stack fr?

A KDE Plasma 6 widget that brings the macOS Dock downloads stack, showing recent downloads in a fan, grid, or list view.

What language is plasma-downloads-stack written in?

Mainly QML. The stack also includes QML, Qt 6, KDE Plasma 6.

Who is plasma-downloads-stack for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.