From 2d540c16bc511d1296de1b85222b75d2d9584a8d Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 17 Apr 2025 22:17:58 +0200 Subject: [PATCH] cursor shape for network and bluetooth buttons --- .../modules/sidebarRight/quickToggles/BluetoothToggle.qml | 1 + .../modules/sidebarRight/quickToggles/NetworkToggle.qml | 1 + 2 files changed, 2 insertions(+) diff --git a/.config/quickshell/modules/sidebarRight/quickToggles/BluetoothToggle.qml b/.config/quickshell/modules/sidebarRight/quickToggles/BluetoothToggle.qml index a02caea38..03eda8846 100644 --- a/.config/quickshell/modules/sidebarRight/quickToggles/BluetoothToggle.qml +++ b/.config/quickshell/modules/sidebarRight/quickToggles/BluetoothToggle.qml @@ -22,6 +22,7 @@ QuickToggleButton { } hoverEnabled: false propagateComposedEvents: true + cursorShape: Qt.PointingHandCursor } Process { id: configureBluetooth diff --git a/.config/quickshell/modules/sidebarRight/quickToggles/NetworkToggle.qml b/.config/quickshell/modules/sidebarRight/quickToggles/NetworkToggle.qml index 4a15071eb..cab9aa223 100644 --- a/.config/quickshell/modules/sidebarRight/quickToggles/NetworkToggle.qml +++ b/.config/quickshell/modules/sidebarRight/quickToggles/NetworkToggle.qml @@ -28,6 +28,7 @@ QuickToggleButton { } hoverEnabled: false propagateComposedEvents: true + cursorShape: Qt.PointingHandCursor } Process { id: configureNetwork