Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7861ba5c51 | |||
| 6faebc986d |
@@ -3,10 +3,10 @@ find_package(PkgConfig REQUIRED)
|
|||||||
pkg_check_modules(Qalculate IMPORTED_TARGET libqalculate REQUIRED)
|
pkg_check_modules(Qalculate IMPORTED_TARGET libqalculate REQUIRED)
|
||||||
pkg_check_modules(Pipewire IMPORTED_TARGET libpipewire-0.3 REQUIRED)
|
pkg_check_modules(Pipewire IMPORTED_TARGET libpipewire-0.3 REQUIRED)
|
||||||
pkg_check_modules(Aubio IMPORTED_TARGET aubio REQUIRED)
|
pkg_check_modules(Aubio IMPORTED_TARGET aubio REQUIRED)
|
||||||
# pkg_check_modules(Cava IMPORTED_TARGET libcava QUIET)
|
pkg_check_modules(Cava IMPORTED_TARGET libcava QUIET)
|
||||||
# if(NOT Cava_FOUND)
|
if(NOT Cava_FOUND)
|
||||||
# pkg_check_modules(Cava IMPORTED_TARGET cava REQUIRED)
|
pkg_check_modules(Cava IMPORTED_TARGET cava REQUIRED)
|
||||||
# endif()
|
endif()
|
||||||
|
|
||||||
set(QT_QML_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/qml")
|
set(QT_QML_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/qml")
|
||||||
qt_standard_project_setup(REQUIRES 6.9)
|
qt_standard_project_setup(REQUIRES 6.9)
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ qml_module(ZShell-services
|
|||||||
beattracker.hpp beattracker.cpp
|
beattracker.hpp beattracker.cpp
|
||||||
audiocollector.hpp audiocollector.cpp
|
audiocollector.hpp audiocollector.cpp
|
||||||
audioprovider.hpp audioprovider.cpp
|
audioprovider.hpp audioprovider.cpp
|
||||||
# cavaprovider.hpp cavaprovider.cpp
|
cavaprovider.hpp cavaprovider.cpp
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
PkgConfig::Pipewire
|
PkgConfig::Pipewire
|
||||||
PkgConfig::Aubio
|
PkgConfig::Aubio
|
||||||
# PkgConfig::Cava
|
PkgConfig::Cava
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
fftw,
|
||||||
|
libcava,
|
||||||
rev,
|
rev,
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
@@ -74,6 +76,8 @@
|
|||||||
libqalculate
|
libqalculate
|
||||||
pipewire
|
pipewire
|
||||||
aubio
|
aubio
|
||||||
|
libcava
|
||||||
|
fftw
|
||||||
];
|
];
|
||||||
|
|
||||||
dontWrapQtApps = true;
|
dontWrapQtApps = true;
|
||||||
|
|||||||
@@ -9,3 +9,11 @@
|
|||||||
- [x] Maybe already possible; have keybinds to show certain menus. I do not want to touch my mouse to see notifications for example. Not everything in the bar needs this, but some would be good to have.
|
- [x] Maybe already possible; have keybinds to show certain menus. I do not want to touch my mouse to see notifications for example. Not everything in the bar needs this, but some would be good to have.
|
||||||
- [x] Pressing ESC or some obvious button to close nc.
|
- [x] Pressing ESC or some obvious button to close nc.
|
||||||
- [x] Another branch for development, hold off big changes so that a working bar or if there are big config changes.
|
- [x] Another branch for development, hold off big changes so that a working bar or if there are big config changes.
|
||||||
|
|
||||||
|
# Stupid idea's from Daivin
|
||||||
|
|
||||||
|
- [ ] An on screen pencil to draw on your screen :).
|
||||||
|
- [ ] Audio module + cava / audio wave ;) ( Don't make it into minecraft blocks
|
||||||
|
but aan actual wave)
|
||||||
|
- [ ] Update module: When there is 1 package it still looks extremely off
|
||||||
|
- [ ] Bluetooth device battery view
|
||||||
|
|||||||
Reference in New Issue
Block a user