Stay Awake: filled red coffee cup when active, empty cup at rest

This commit is contained in:
Ryan Hughes
2026-05-18 02:45:19 -04:00
parent 2a6749dc6c
commit c17ab99fa4
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ Item {
property bool active: false
readonly property string icon: active ? "󰛊" : "󰾪"
readonly property string icon: active ? "󰅶" : "󰛊"
function refresh() {
if (!statusProc.running) statusProc.running = true