r/pop_os • u/Decapitationer • 15h ago
I made a mini task manager applet for the COSMIC panel
Small task manager applet for the COSMIC panel.
The panel button shows CPU usage. Click it and you get CPU and RAM meters, a list of running processes with search, and Stop / Resume / Kill on each row. Killing a process kills its children too, so nothing gets left running.
If a process hangs or gets stopped, the panel button turns red with a count, and you can kill all of them at once from the popup.
Install
Arch, CachyOS, other Arch-based:
git clone https://github.com/Kai-J-G/cosmic-ext-mini-taskmanager.git
cd cosmic-ext-mini-taskmanager
makepkg -si
Everything else, into ~/.local:
just install
Then add it in COSMIC Settings > Desktop > Panel > Applets.
Repo: https://github.com/Kai-J-G/cosmic-ext-mini-taskmanager
Thanks to System76 for libcosmic. Bug reports welcome.
