From 9d7f0c48cebec02aaf2ca780b89a763ce91f8624 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:21:44 +1100 Subject: internal: format --- modules/bar/components/Settings.qml | 3 --- modules/bar/components/SettingsIcon.qml | 3 --- modules/bar/components/StatusIcons.qml | 2 +- modules/bar/components/workspaces/OccupiedBg.qml | 3 ++- 4 files changed, 3 insertions(+), 8 deletions(-) (limited to 'modules/bar/components') diff --git a/modules/bar/components/Settings.qml b/modules/bar/components/Settings.qml index 7cd18be..5d562ce 100644 --- a/modules/bar/components/Settings.qml +++ b/modules/bar/components/Settings.qml @@ -39,6 +39,3 @@ Item { font.pointSize: Appearance.font.size.normal } } - - - diff --git a/modules/bar/components/SettingsIcon.qml b/modules/bar/components/SettingsIcon.qml index 7cd18be..5d562ce 100644 --- a/modules/bar/components/SettingsIcon.qml +++ b/modules/bar/components/SettingsIcon.qml @@ -39,6 +39,3 @@ Item { font.pointSize: Appearance.font.size.normal } } - - - diff --git a/modules/bar/components/StatusIcons.qml b/modules/bar/components/StatusIcons.qml index 442bd2c..ca7dc2e 100644 --- a/modules/bar/components/StatusIcons.qml +++ b/modules/bar/components/StatusIcons.qml @@ -143,7 +143,7 @@ StyledRect { // Network icon WrappedLoader { name: "network" - active: Config.bar.status.showNetwork && (! Nmcli.activeEthernet || Config.bar.status.showWifi) + active: Config.bar.status.showNetwork && (!Nmcli.activeEthernet || Config.bar.status.showWifi) sourceComponent: MaterialIcon { animate: true diff --git a/modules/bar/components/workspaces/OccupiedBg.qml b/modules/bar/components/workspaces/OccupiedBg.qml index da6fa55..56b215e 100644 --- a/modules/bar/components/workspaces/OccupiedBg.qml +++ b/modules/bar/components/workspaces/OccupiedBg.qml @@ -16,7 +16,8 @@ Item { property list pills: [] onOccupiedChanged: { - if (!occupied) return; + if (!occupied) + return; let count = 0; const start = groupOffset; const end = start + Config.bar.workspaces.shown; -- cgit v1.2.3-freya