diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-10 14:25:06 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-10 14:25:06 -0500 |
| commit | bd61cbaac5ef765696bfa786dabff977ab6d03e9 (patch) | |
| tree | 6ba43cf7deb8355016d091804a9caebbc2eee6ff /config/BarConfig.qml | |
| parent | controlcenter: polishing appearance panel (diff) | |
| download | caelestia-shell-bd61cbaac5ef765696bfa786dabff977ab6d03e9.tar.gz caelestia-shell-bd61cbaac5ef765696bfa786dabff977ab6d03e9.tar.bz2 caelestia-shell-bd61cbaac5ef765696bfa786dabff977ab6d03e9.zip | |
statusicons: added ethernet when active and popout
Diffstat (limited to 'config/BarConfig.qml')
| -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 34819b1..b81d7e9 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -90,6 +90,7 @@ JsonObject { property bool showMicrophone: false property bool showKbLayout: false property bool showNetwork: true + property bool showEthernet: true property bool showBluetooth: true property bool showBattery: true property bool showLockStatus: true |