aboutsummaryrefslogtreecommitdiff
path: root/quickshell/items/Photons.qml
diff options
context:
space:
mode:
Diffstat (limited to 'quickshell/items/Photons.qml')
-rw-r--r--quickshell/items/Photons.qml32
1 files changed, 0 insertions, 32 deletions
diff --git a/quickshell/items/Photons.qml b/quickshell/items/Photons.qml
deleted file mode 100644
index 0ba94ee..0000000
--- a/quickshell/items/Photons.qml
+++ /dev/null
@@ -1,32 +0,0 @@
-import QtQuick
-import QtQuick.Layouts
-
-RowLayout {
- spacing: 0
- Text {
- text: " Photons:"
- color: shellRoot.white
- font {
- family: shellRoot.fontFamily
- pixelSize: shellRoot.fontSize
- }
- }
- Text {
- text: brightness
- color: shellRoot.orange
- font {
- family: shellRoot.fontFamily
- pixelSize: shellRoot.fontSize
- bold: true
- }
- }
- Text {
- text: "(" + temperature + "K)"
- color: shellRoot.red
- font {
- family: shellRoot.fontFamily
- pixelSize: shellRoot.fontSize
- bold: true
- }
- }
-}