Files
dotfiles/private_dot_config/quickshell/NetworkClick.qml
T
2026-08-10 11:58:43 +05:30

9 lines
177 B
QML

import Quickshell
import QtQuick
MouseArea {
anchors.fill: parent
onClicked: Quickshell.execDetached(["kitty", "-e", "nmtui"])
cursorShape: Qt.PointingHandCursor
}