2 Commits

Author SHA1 Message Date
Aram Markarov 7861ba5c51 cava reintroduced : uses libcava or cava for nix : needs nixos fixing, but could be isolated issue 2026-02-25 19:14:58 +01:00
Zacharias-Brohn 6faebc986d ideas 2026-02-25 17:30:25 +01:00
4 changed files with 18 additions and 6 deletions
+4 -4
View File
@@ -3,10 +3,10 @@ find_package(PkgConfig REQUIRED)
pkg_check_modules(Qalculate IMPORTED_TARGET libqalculate REQUIRED)
pkg_check_modules(Pipewire IMPORTED_TARGET libpipewire-0.3 REQUIRED)
pkg_check_modules(Aubio IMPORTED_TARGET aubio REQUIRED)
# pkg_check_modules(Cava IMPORTED_TARGET libcava QUIET)
# if(NOT Cava_FOUND)
# pkg_check_modules(Cava IMPORTED_TARGET cava REQUIRED)
# endif()
pkg_check_modules(Cava IMPORTED_TARGET libcava QUIET)
if(NOT Cava_FOUND)
pkg_check_modules(Cava IMPORTED_TARGET cava REQUIRED)
endif()
set(QT_QML_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/qml")
qt_standard_project_setup(REQUIRES 6.9)
+2 -2
View File
@@ -6,9 +6,9 @@ qml_module(ZShell-services
beattracker.hpp beattracker.cpp
audiocollector.hpp audiocollector.cpp
audioprovider.hpp audioprovider.cpp
# cavaprovider.hpp cavaprovider.cpp
cavaprovider.hpp cavaprovider.cpp
LIBRARIES
PkgConfig::Pipewire
PkgConfig::Aubio
# PkgConfig::Cava
PkgConfig::Cava
)
+4
View File
@@ -1,4 +1,6 @@
{
fftw,
libcava,
rev,
lib,
stdenv,
@@ -74,6 +76,8 @@
libqalculate
pipewire
aubio
libcava
fftw
];
dontWrapQtApps = true;
+8
View File
@@ -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] 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.
# 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