From 912d0542c81b4bcfc4b318f619a37046886525ed Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Wed, 23 Jul 2025 21:46:31 -0400 Subject: [PATCH] better why --- modules/bar/components/Caffeine.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/bar/components/Caffeine.qml b/modules/bar/components/Caffeine.qml index 18c15a2..91ce0b1 100644 --- a/modules/bar/components/Caffeine.qml +++ b/modules/bar/components/Caffeine.qml @@ -1,4 +1,3 @@ -import QtQuick import Quickshell.Io import "../../../config/" import "../../../constants/" @@ -41,6 +40,6 @@ Clickable { Process { id: process - command: ["sh", "-c", "systemd-inhibit --what=idle --who=Caffeine --why=Caffeine --mode=block sleep inf"] + command: ["sh", "-c", "systemd-inhibit --what=idle --who=Caffeine --why='Caffeine module is active' --mode=block sleep inf"] } }