better why

This commit is contained in:
Benjamin Palko 2025-07-23 21:46:31 -04:00
parent 76d680a95b
commit 912d0542c8

View file

@ -1,4 +1,3 @@
import QtQuick
import Quickshell.Io import Quickshell.Io
import "../../../config/" import "../../../config/"
import "../../../constants/" import "../../../constants/"
@ -41,6 +40,6 @@ Clickable {
Process { Process {
id: 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"]
} }
} }