forked from Shinonome/dots-hyprland
hefty: bar: time: calendar
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
pragma ComponentBehavior: Bound
|
||||
import QtQuick
|
||||
|
||||
StyledButton {
|
||||
id: root
|
||||
|
||||
property alias implicitSize: root.implicitHeight
|
||||
implicitWidth: implicitHeight
|
||||
property alias iconSize: icon.iconSize
|
||||
|
||||
contentItem: Item {
|
||||
MaterialSymbol {
|
||||
id: icon
|
||||
anchors.centerIn: parent
|
||||
color: root.colForeground
|
||||
text: root.text
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user