diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-10 17:31:04 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-10 17:31:04 +1000 |
| commit | 6b64c8a91804058fea99ed6944753758ee92c543 (patch) | |
| tree | 9bf1d152c1f7e2135515e8302c93821d3e29b184 /modules/notifications/Background.qml | |
| parent | launcher: better style (diff) | |
| download | caelestia-shell-6b64c8a91804058fea99ed6944753758ee92c543.tar.gz caelestia-shell-6b64c8a91804058fea99ed6944753758ee92c543.tar.bz2 caelestia-shell-6b64c8a91804058fea99ed6944753758ee92c543.zip | |
feat: basic notifications
Also fix pixel issue with notif area background
Add more log rules to run script
Diffstat (limited to 'modules/notifications/Background.qml')
| -rw-r--r-- | modules/notifications/Background.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/notifications/Background.qml b/modules/notifications/Background.qml index e3289af..a0ed11e 100644 --- a/modules/notifications/Background.qml +++ b/modules/notifications/Background.qml @@ -49,6 +49,10 @@ Shape { radiusX: root.rounding radiusY: root.rounding } + PathLine { + relativeX: 1 + relativeY: 0 + } Behavior on fillColor { ColorAnimation { |