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