[modules/cmus] Re-add cmus module
Re-add a first version of the cmus module originally contributed by @paxy97. Still missing: * Icon themes (status) * On-click actions see #23
This commit is contained in:
parent
9ce7739efb
commit
87e76b9e40
6 changed files with 102 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
|||
"""Displays CPU utilization across all CPUs."""
|
||||
|
||||
import psutil
|
||||
import bumblebee.input
|
||||
import bumblebee.output
|
||||
import bumblebee.engine
|
||||
|
||||
class Module(bumblebee.engine.Module):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue