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 + quickshell/items/Radio.qml | 2 ++ 2 files changed, 3 insertions(+) (limited to 'quickshell/items') 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 diff --git a/quickshell/items/Radio.qml b/quickshell/items/Radio.qml index 2e33dec..77e542e 100644 --- a/quickshell/items/Radio.qml +++ b/quickshell/items/Radio.qml @@ -3,6 +3,8 @@ import QtQuick.Layouts RowLayout { spacing: 0 + opacity: !shellRoot.dnd + Text { text: " Radio:" color: shellRoot.white -- cgit v1.2.3