Skip to content

jinliu/plasma-applet-background-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Background Apps applet

This is a simple applet that shows XDG Desktop Background Apps running on your system.

Currently, mostly GNOME apps (e.g. Amberol) use that protocol. This applet allows users to see these applications and kill them if needed.

Installation

git clone https://github.com/jinliu/plasma-applet-background-apps.git
cd plasma-applet-background-apps
cmake -B build -S .
cmake --build build
sudo cmake --install build
systemctl --user restart plasma-plasmashell

Now you can enable "Background Apps" in the system tray settings.

NOTE: The above installs files to /usr, because this applet contains C++ code and Plasma doesn't look in your $HOME or /usr/local for it.

Uninstall

cd plasma-applet-background-apps/build
sudo make uninstall

Screenshots

Screenshot_20250507_041228

Known Problems

It only works with Flatpak apps. This is a limitation in the XDG desktop portal, not in this applet.

About

An Plasma applet to list XDG Desktop Background Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published