Uninstall vim
This commit is contained in:
20
scripts/shell/Bar.qml
Normal file
20
scripts/shell/Bar.qml
Normal file
@@ -0,0 +1,20 @@
|
||||
import Quickshell // for PanelWindow
|
||||
import QtQuick // for Text
|
||||
import Quickshell.Services.Mpris
|
||||
|
||||
PanelWindow {
|
||||
anchors {
|
||||
top: true
|
||||
left: true
|
||||
right: true
|
||||
}
|
||||
|
||||
implicitHeight: 30
|
||||
|
||||
Text {
|
||||
// center the bar in its parent component (the window)
|
||||
anchors.centerIn: parent
|
||||
|
||||
text: "hello world"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user