From 0a5559b9d188796022d0c0f4e0601fb491e26bc5 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 19 Jul 2026 12:22:20 +0530 Subject: implemented a simple dnd system which doubles as a privacy filter for screen recordings --- quickshell/items/LowEnergy.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'quickshell/items/LowEnergy.qml') diff --git a/quickshell/items/LowEnergy.qml b/quickshell/items/LowEnergy.qml index 881ee84..bfd33ab 100644 --- a/quickshell/items/LowEnergy.qml +++ b/quickshell/items/LowEnergy.qml @@ -3,6 +3,7 @@ import QtQuick.Layouts RowLayout { spacing: 0 + opacity: !shellRoot.dnd Text { text: " Low Energy:" color: shellRoot.white -- cgit v1.2.3