From 91a5f9790cfd4a98ee940633694fb512ecf24942 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Thu, 6 Aug 2026 00:29:36 +0530 Subject: i3 > hyprland & x11 > wayland --- quickshell/items/Photons.qml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 quickshell/items/Photons.qml (limited to 'quickshell/items/Photons.qml') 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 - } - } -} -- cgit v1.2.3