forked from Shinonome/dots-hyprland
clock
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import "../common"
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
|
||||
Rectangle {
|
||||
implicitWidth: 200
|
||||
implicitHeight: 32
|
||||
color: Appearance.colors.colLayer1
|
||||
radius: Appearance.rounding.small
|
||||
|
||||
RowLayout {
|
||||
spacing: 4
|
||||
anchors.centerIn: parent
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user