new quickshell bar and hyprland conf
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user