From 53008538e5bef961e9ceb5abc5c5ee05a559e97d Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 15 Jan 2026 16:53:43 -0500 Subject: update qs config --- .config/quickshell/Cava.qml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .config/quickshell/Cava.qml (limited to '.config/quickshell/Cava.qml') diff --git a/.config/quickshell/Cava.qml b/.config/quickshell/Cava.qml deleted file mode 100644 index 2067a11..0000000 --- a/.config/quickshell/Cava.qml +++ /dev/null @@ -1,20 +0,0 @@ -pragma Singleton - -import Quickshell -import Quickshell.Io -import QtQuick - -Singleton { - id: root - property var heights - - Process { - command: ["cava", "-p", "/home/samn/.config/quickshell/cava.ini"] - running: true - stdout: SplitParser { - onRead: line => { - root.heights = line.substring(0, line.length - 1).split(';').map(x => parseInt(x)) - } - } - } -} -- cgit v1.2.3