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> --- config/BarConfig.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 4aaff8c..1733e47 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -46,6 +46,10 @@ JsonObject { id: "power", enabled: true }, + { + id: "idleInhibitor", + enabled: false + } ] component Workspaces: JsonObject { -- cgit v1.2.3-freya