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