From 6cb880908a0fd5d7f254288124337905c22b6f01 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 15 May 2026 19:14:52 +0200 Subject: [PATCH] More spacing tweaks --- default/quickshell/omarchy-shell/plugins/bar/Bar.qml | 1 + .../omarchy-shell/plugins/bar/common/WidgetButton.qml | 2 +- .../omarchy-shell/plugins/bar/widgets/bluetoothPanel.qml | 1 - .../omarchy-shell/plugins/bar/widgets/networkPanel.qml | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/default/quickshell/omarchy-shell/plugins/bar/Bar.qml b/default/quickshell/omarchy-shell/plugins/bar/Bar.qml index dfaacdde..2bd5c9aa 100644 --- a/default/quickshell/omarchy-shell/plugins/bar/Bar.qml +++ b/default/quickshell/omarchy-shell/plugins/bar/Bar.qml @@ -1950,6 +1950,7 @@ Item { property var device: UPower.displayDevice text: root.batteryIcon() + horizontalMargin: 8.5 visible: device !== null && device.isPresent && device.percentage > 0 active: device !== null && device.percentage <= 20 && UPower.onBattery tooltipText: root.batteryTooltip() diff --git a/default/quickshell/omarchy-shell/plugins/bar/common/WidgetButton.qml b/default/quickshell/omarchy-shell/plugins/bar/common/WidgetButton.qml index 23a1a70a..1857109e 100644 --- a/default/quickshell/omarchy-shell/plugins/bar/common/WidgetButton.qml +++ b/default/quickshell/omarchy-shell/plugins/bar/common/WidgetButton.qml @@ -10,7 +10,7 @@ Item { property color foreground: bar ? bar.foreground : "#cacccc" property color activeColor: bar ? bar.urgent : "#a55555" property bool active: false - property real horizontalMargin: 7.5 + property real horizontalMargin: 8.5 property real verticalPadding: 6 property real fixedWidth: -1 property real fixedHeight: -1 diff --git a/default/quickshell/omarchy-shell/plugins/bar/widgets/bluetoothPanel.qml b/default/quickshell/omarchy-shell/plugins/bar/widgets/bluetoothPanel.qml index 6dbe01b9..656befd7 100644 --- a/default/quickshell/omarchy-shell/plugins/bar/widgets/bluetoothPanel.qml +++ b/default/quickshell/omarchy-shell/plugins/bar/widgets/bluetoothPanel.qml @@ -99,7 +99,6 @@ Item { anchors.fill: parent bar: root.bar text: root.icon - horizontalMargin: 8.5 tooltipText: root.adapter ? (root.adapter.enabled ? "Bluetooth: " + root.connectedDevices.length + " connected" : "Bluetooth off") : "" onPressed: function(b) { diff --git a/default/quickshell/omarchy-shell/plugins/bar/widgets/networkPanel.qml b/default/quickshell/omarchy-shell/plugins/bar/widgets/networkPanel.qml index 47f45a98..02262002 100644 --- a/default/quickshell/omarchy-shell/plugins/bar/widgets/networkPanel.qml +++ b/default/quickshell/omarchy-shell/plugins/bar/widgets/networkPanel.qml @@ -185,7 +185,7 @@ iwctl station "$station" get-networks rssi-dbms 2>/dev/null \\ anchors.fill: parent bar: root.bar text: root.icon - horizontalMargin: 6.5 + horizontalMargin: 8.5 tooltipText: bar ? bar.networkTooltip() : "" onPressed: function(b) {