mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2026-09-19 18:19:02 +05:30
13 lines
288 B
QML
13 lines
288 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
import Tshell.Cardwire
|
|
|
|
Singleton {
|
|
id: root
|
|
|
|
readonly property bool connected: Cardwire.connected
|
|
readonly property CardwireGpu gpu: Cardwire.nvidiaGpu
|
|
readonly property url icon: `${Quickshell.shellPath("assets")}/icons/nvidia.svg`
|
|
}
|