Initial commit
This commit is contained in:
commit
f94fd70f07
151 changed files with 7650 additions and 0 deletions
22
quickshell/shell/Modules/Wallpaper.qml
Normal file
22
quickshell/shell/Modules/Wallpaper.qml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
import Quickshell
|
||||
import QtQuick
|
||||
import Quickshell.Wayland
|
||||
|
||||
PanelWindow {
|
||||
id: background
|
||||
anchors {
|
||||
left: true
|
||||
right: true
|
||||
bottom: true
|
||||
top: true
|
||||
}
|
||||
WlrLayershell.layer: WlrLayer.Background
|
||||
|
||||
Image {
|
||||
width: background.width
|
||||
height: background.height
|
||||
source: "/home/ceres/.local/state/niri/wallpaper"
|
||||
fillMode: Image.PreserveAspectCrop
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue