mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-10 17:29:26 -05:00
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