Add quickshell
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import QtQuick
|
||||
|
||||
Text {
|
||||
color: BarSettings.infoTextFg
|
||||
font.bold: true
|
||||
font.pixelSize: BarSettings.fontSize
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
Reference in New Issue
Block a user