forked from Shinonome/dots-hyprland
waffles: action center: volume menu
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import Quickshell
|
||||
import qs.modules.waffle.looks
|
||||
import qs.modules.waffle.actionCenter
|
||||
|
||||
RowLayout {
|
||||
id: root
|
||||
|
||||
required property string title
|
||||
spacing: 4
|
||||
|
||||
WPanelIconButton {
|
||||
iconName: "arrow-left"
|
||||
onClicked: ActionCenterContext.back()
|
||||
}
|
||||
|
||||
WText {
|
||||
id: titleText
|
||||
Layout.fillWidth: true
|
||||
elide: Text.ElideRight
|
||||
text: root.title
|
||||
font.pixelSize: Looks.font.pixelSize.large
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user