diff options
| author | Belal <belalkoko00@gmail.com> | 2025-09-03 12:56:50 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-03 19:56:50 +1000 |
| commit | 04d867b1499974de007ccbb7e33c238671e0347f (patch) | |
| tree | ff9a41258711dfa13e45b62caba41b70a06f25a7 /config | |
| parent | filedialog: anim empty text (diff) | |
| download | caelestia-shell-04d867b1499974de007ccbb7e33c238671e0347f.tar.gz caelestia-shell-04d867b1499974de007ccbb7e33c238671e0347f.tar.bz2 caelestia-shell-04d867b1499974de007ccbb7e33c238671e0347f.zip | |
bar/statusicons: add lock keys indicator (#514)
* [StatusIcons] Add caps lock indicator
* Seprate CapsLock icon
* Use material icon
* fixes
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
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 1f9db70..5967952 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -78,6 +78,7 @@ JsonObject { property bool showNetwork: true property bool showBluetooth: true property bool showBattery: true + property bool showLockStatus: true } component Clock: JsonObject { |