From 4047c52ac9d35cdbf80f1c608d2efe70131f13d1 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Wed, 30 Jul 2025 21:56:19 -0400 Subject: [PATCH] huuuh lol --- modules/bar/components/Caffeine.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/bar/components/Caffeine.qml b/modules/bar/components/Caffeine.qml index 19b0d0f..d97ebd1 100644 --- a/modules/bar/components/Caffeine.qml +++ b/modules/bar/components/Caffeine.qml @@ -1,11 +1,10 @@ import qs.config import qs.constants -import qs.styled import qs.widgets import Quickshell.Io StyledButton { - id: clickable + id: root border.color: process.running ? Theme.palette.secondary : 'transparent' border.width: 2 @@ -27,7 +26,7 @@ StyledButton { font.bold: true text: Icons.coffee - color: clickable.containsMouse ? Theme.palette.base300 : Theme.palette.basecontent + color: root.containsMouse ? Theme.palette.base300 : Theme.palette.basecontent } Process {