diff options
Diffstat (limited to 'quickshell/items/Waves.qml')
| -rw-r--r-- | quickshell/items/Waves.qml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/quickshell/items/Waves.qml b/quickshell/items/Waves.qml deleted file mode 100644 index f8c0359..0000000 --- a/quickshell/items/Waves.qml +++ /dev/null @@ -1,23 +0,0 @@ -import QtQuick -import QtQuick.Layouts - -RowLayout { - spacing: 0 - Text { - text: " Waves:" - color: shellRoot.white - font { - family: shellRoot.fontFamily - pixelSize: shellRoot.fontSize - } - } - Text { - text: volume - color: volume_muted ? shellRoot.red : shellRoot.green - font { - family: shellRoot.fontFamily - pixelSize: shellRoot.fontSize - bold: true - } - } -} |
