mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-11 09:49:30 -05:00
waffles: transparency
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user