new quickshell bar and hyprland conf

This commit is contained in:
samantha42
2026-05-20 21:15:26 +02:00
parent 36ee6f35da
commit 9382e907f4
5 changed files with 39 additions and 30 deletions

View File

@@ -8,16 +8,16 @@ Rectangle {
property bool showDate: false
implicitWidth: lbl.implicitWidth + 16
implicitHeight: 22
implicitWidth: lbl.implicitWidth + 32
implicitHeight: 36
radius: 4
color: "#313244"
//color: '#3b8ab4'
color: '#ad5190'
Text {
id: lbl
anchors.centerIn: parent
text: root.showDate ? root.clockDate : root.clockTime
color: "#cdd6f4"
color: '#ffffff'
font.pixelSize: 12
font.family: "monospace"
}