diff options
| author | Davi Ribeiro <104164579+Markus328@users.noreply.github.com> | 2025-08-23 07:21:35 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-23 20:21:35 +1000 |
| commit | f747d82b9336bb7c691d39a1f001c0d30d7bfb95 (patch) | |
| tree | 3456b6a9ed002382593e653a48a85b141edcc424 /config | |
| parent | dashboard: better pfp picker (diff) | |
| download | caelestia-shell-f747d82b9336bb7c691d39a1f001c0d30d7bfb95.tar.gz caelestia-shell-f747d82b9336bb7c691d39a1f001c0d30d7bfb95.tar.bz2 caelestia-shell-f747d82b9336bb7c691d39a1f001c0d30d7bfb95.zip | |
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>
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |