diff options
Diffstat (limited to 'quickshell/items/LowEnergy.qml')
| -rw-r--r-- | quickshell/items/LowEnergy.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
