Merge branch 'master' of https://git.atagen.co/atagen/nix
This commit is contained in:
commit
1a889adea2
11 changed files with 107 additions and 301 deletions
|
@ -15,7 +15,7 @@ ShellRoot {
|
|||
|
||||
// bg
|
||||
Variants {
|
||||
model: Quickshell.screens.filter(s => s.name == "DP-2")
|
||||
model: Quickshell.screens
|
||||
delegate: PanelWindow {
|
||||
id: bg
|
||||
anchors {
|
||||
|
@ -29,8 +29,8 @@ ShellRoot {
|
|||
|
||||
Image {
|
||||
asynchronous: true
|
||||
width: 2560
|
||||
height: 1440
|
||||
width: bg.width
|
||||
height: bg.height
|
||||
source: "assets/pathway-m-rework.png"
|
||||
}
|
||||
}
|
||||
|
@ -38,7 +38,7 @@ ShellRoot {
|
|||
|
||||
// rhs main
|
||||
Variants {
|
||||
model: Quickshell.screens.filter(s => s.name == "DP-2")
|
||||
model: Quickshell.screens
|
||||
delegate: PanelWindow {
|
||||
id: bink
|
||||
property var modelData
|
||||
|
@ -80,7 +80,7 @@ ShellRoot {
|
|||
|
||||
// centre main
|
||||
Variants {
|
||||
model: Quickshell.screens.filter(s => s.name == "DP-2")
|
||||
model: Quickshell.screens
|
||||
delegate: PanelWindow {
|
||||
id: windowTitle
|
||||
property var modelData
|
||||
|
@ -144,7 +144,7 @@ ShellRoot {
|
|||
|
||||
// bottom middle main
|
||||
Variants {
|
||||
model: Quickshell.screens.filter(s => s.name == "DP-2")
|
||||
model: Quickshell.screens
|
||||
delegate: PanelWindow {
|
||||
id: tags
|
||||
property var modelData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue