From f747d82b9336bb7c691d39a1f001c0d30d7bfb95 Mon Sep 17 00:00:00 2001 From: Davi Ribeiro <104164579+Markus328@users.noreply.github.com> Date: Sat, 23 Aug 2025 07:21:35 -0300 Subject: bar: add idle inhibitor (#459) * bar: add idle inhibitor * bar: change idle inhibitor button color * nix: link external scripts instead of install * services/idleinhibitor: add IPC handler * better styling * move cpp scripts to assets/cpp --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3be0a67..d5e4025 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,10 @@ All configuration options are in `~/.config/caelestia/shell.json`. { "id": "power", "enabled": true + }, + { + "id": "idleInhibitor", + "enabled": false } ], "persistent": true, -- cgit v1.2.3-freya