forked from quickshell/quickshell
feat: mpris
refactor: removed unneeded files
This commit is contained in:
parent
908ba3eef5
commit
d654afe19c
11 changed files with 749 additions and 1 deletions
|
@ -5,3 +5,7 @@ endif()
|
|||
if (SERVICE_PIPEWIRE)
|
||||
add_subdirectory(pipewire)
|
||||
endif()
|
||||
|
||||
if (SERVICE_MPRIS)
|
||||
add_subdirectory(mpris)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue