diff options
Diffstat (limited to 'quickshell/items/Radio.qml')
| -rw-r--r-- | quickshell/items/Radio.qml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/quickshell/items/Radio.qml b/quickshell/items/Radio.qml deleted file mode 100644 index 77e542e..0000000 --- a/quickshell/items/Radio.qml +++ /dev/null @@ -1,29 +0,0 @@ -import QtQuick -import QtQuick.Layouts - -RowLayout { - spacing: 0 - opacity: !shellRoot.dnd - - Text { - text: " Radio:" - color: shellRoot.white - font { - family: shellRoot.fontFamily - pixelSize: shellRoot.fontSize - } - } - Text { - text: wifiName - color: wifiName == "Offline" ? shellRoot.red : shellRoot.green - font { - family: shellRoot.fontFamily - pixelSize: shellRoot.fontSize - bold: true - } - } - MouseArea { - anchors.fill: parent - onClicked: networkManagerProc.running = true - } -} |
