init: working version
This commit is contained in:
commit
7d8d7dacae
109 changed files with 15066 additions and 0 deletions
15
modules/bar/Container.qml
Normal file
15
modules/bar/Container.qml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
import qs.config
|
||||
import qs.custom
|
||||
|
||||
CustomRect {
|
||||
color: Config.colors.container
|
||||
|
||||
implicitWidth: Math.max(childrenRect.width, height)
|
||||
implicitHeight: Config.bar.containerHeight
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
||||
radius: 1000
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue