parent
94271ba42e
commit
c1d7bcb2b6
4 changed files with 84 additions and 33 deletions
modules/quickshell/config
|
@ -1,32 +1,13 @@
|
|||
import Quickshell
|
||||
import QtQuick
|
||||
|
||||
import "./Widgets/Bar"
|
||||
import "./Widgets/ScreenCorners"
|
||||
import "./Config/Theme"
|
||||
|
||||
ShellRoot {
|
||||
Theme {
|
||||
id: theme
|
||||
|
||||
Bar {
|
||||
}
|
||||
|
||||
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