mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 15:59:26 -05:00
16 lines
312 B
QML
16 lines
312 B
QML
import QtQuick
|
|
import qs.modules.common
|
|
|
|
Rectangle {
|
|
id: root
|
|
|
|
radius: Appearance.rounding.normal
|
|
color: Appearance.colors.colLayer1
|
|
|
|
signal openAudioOutputDialog()
|
|
signal openAudioInputDialog()
|
|
signal openBluetoothDialog()
|
|
signal openNightLightDialog()
|
|
signal openWifiDialog()
|
|
}
|