diff options
Diffstat (limited to '.config/quickshell/Cava.qml')
| -rw-r--r-- | .config/quickshell/Cava.qml | 20 |
1 files changed, 0 insertions, 20 deletions
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)) - } - } - } -} |
