diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-08 23:49:14 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-08 23:49:14 +1000 |
| commit | 24a1af185a114c63812a05b15a69923ef00f15db (patch) | |
| tree | cedb2a9bf9c513dded2f9012b3ab26424e55b755 /config | |
| parent | Merge branch 'main' of https://github.com/caelestia-dots/shell (diff) | |
| download | caelestia-shell-24a1af185a114c63812a05b15a69923ef00f15db.tar.gz caelestia-shell-24a1af185a114c63812a05b15a69923ef00f15db.tar.bz2 caelestia-shell-24a1af185a114c63812a05b15a69923ef00f15db.zip | |
bar/statusicons: add mic indicator
Closes #578
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 5967952..283e114 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -74,6 +74,7 @@ JsonObject { component Status: JsonObject { property bool showAudio: false + property bool showMicrophone: false property bool showKbLayout: false property bool showNetwork: true property bool showBluetooth: true |