parent
d5af1a5d74
commit
71bd402dfe
1 changed files with 32 additions and 0 deletions
32
modules/quickshell/config/shell.qml
Normal file
32
modules/quickshell/config/shell.qml
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
import Quickshell
|
||||||
|
import QtQuick
|
||||||
|
|
||||||
|
import "./Widgets/ScreenCorners"
|
||||||
|
import "./Config/Theme"
|
||||||
|
|
||||||
|
ShellRoot {
|
||||||
|
Theme {
|
||||||
|
id: theme
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
ScreenCorners {
|
||||||
|
}
|
||||||
|
|
||||||
|
PanelWindow {
|
||||||
|
color: theme.windowBg
|
||||||
|
height: 30
|
||||||
|
|
||||||
|
anchors {
|
||||||
|
bottom: true
|
||||||
|
left: true
|
||||||
|
right: true
|
||||||
|
}
|
||||||
|
|
||||||
|
Text {
|
||||||
|
anchors.centerIn: parent
|
||||||
|
color: theme.windowFg
|
||||||
|
text: "hello world"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue