diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-19 22:43:50 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-19 22:43:50 +1000 |
| commit | 9dfb195913a0062a7d493d0128ebd50d86b5e493 (patch) | |
| tree | 7508ff58826b60c2855a4cd6b8f21dde71a37db3 /modules/sidebar/NotifDock.qml | |
| parent | sidebar/notifs: add mouse actions (diff) | |
| download | caelestia-shell-9dfb195913a0062a7d493d0128ebd50d86b5e493.tar.gz caelestia-shell-9dfb195913a0062a7d493d0128ebd50d86b5e493.tar.bz2 caelestia-shell-9dfb195913a0062a7d493d0128ebd50d86b5e493.zip | |
sidebar/notifs: add actions (#648)
* add actions (not done, transfer between machines)
* notifs: fix persistence
* notifs: persist actions (appearance only)
* sidebar/notifs: add actions
* sidebar/notifs: add copy action
Also actions fill width
* sidebar/notifs: better actions
Fade at edges when scrollable
* sidebar/notifs: fix urgency colours & icon
* sidebar/notifs: remove unnecessary clipping
* sidebar/notifs: fix artifacts with actions
Diffstat (limited to 'modules/sidebar/NotifDock.qml')
| -rw-r--r-- | modules/sidebar/NotifDock.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/sidebar/NotifDock.qml b/modules/sidebar/NotifDock.qml index 7ddee30..c34229e 100644 --- a/modules/sidebar/NotifDock.qml +++ b/modules/sidebar/NotifDock.qml @@ -92,7 +92,6 @@ Item { anchors.fill: parent spacing: Appearance.spacing.small - clip: true model: ScriptModel { values: [...new Set(Notifs.list.filter(n => !n.closed).map(n => n.appName))].reverse() |