initial commit after accidentally deleting 300 lines of code
This commit is contained in:
20
Wall.qml
Normal file
20
Wall.qml
Normal file
@@ -0,0 +1,20 @@
|
||||
import Quickshell
|
||||
import Quickshell.Io
|
||||
import QtQuick
|
||||
import QtQuick.Effects
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
PanelWindow {
|
||||
anchors {
|
||||
top: true
|
||||
right: true
|
||||
bottom: true
|
||||
left: true
|
||||
}
|
||||
aboveWindows: false
|
||||
property var modelData
|
||||
screen: modelData
|
||||
color: "#141414"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user