From ec526707ee6721bcbedcb2967505341a0796442b Mon Sep 17 00:00:00 2001 From: "Diego M. Rivera" Date: Mon, 16 Mar 2026 09:22:42 -0600 Subject: [PATCH] Add new applet for media playback information --- applets.ron | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applets.ron b/applets.ron index 7ca816c..b74723a 100644 --- a/applets.ron +++ b/applets.ron @@ -156,6 +156,12 @@ Applets( name: "cosmic-ssh-launcher", description: "SSH launcher panel applet — quick access to hosts from ~/.ssh/config", repo: "https://github.com/raph-ael/cosmic-ssh-launcher", + ), + ( + name: "cosmic-ext-applet-now-playing", + description: "Shows active media in the panel", + repo: "https://github.com/cosmic-utils/cosmic-ext-applet-now-playing", + image: "https://github.com/cosmic-utils/cosmic-ext-applet-now-playing/blob/main/res/screenshot-2.png" ) ] )