initial commit after accidentally deleting 300 lines of code

This commit is contained in:
2026-02-11 20:45:27 -08:00
commit 64f64e3f38
5 changed files with 41607 additions and 0 deletions

20
Wall.qml Normal file
View 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"
}
}