mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-08 16:29:26 -05:00
12 lines
215 B
QML
12 lines
215 B
QML
import QtQuick
|
|
import QtQuick.Effects
|
|
import qs.modules.common
|
|
import qs.modules.common.widgets
|
|
|
|
StyledRectangularShadow {
|
|
blur: 10
|
|
spread: 2
|
|
offset: Qt.vector2d(0.0, 4)
|
|
color: Looks.colors.shadow
|
|
}
|