summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: dashboard2 * r + 2 * t2025-05-179-1/+430
|
* launcher: fallback app icon2 * r + 2 * t2025-05-171-1/+1
|
* interactions: fix mouse position2 * r + 2 * t2025-05-151-3/+8
| | | | Didn't account for border thickness
* session: add scrim2 * r + 2 * t2025-05-141-5/+19
|
* dev: fix deprecated window width & height2 * r + 2 * t2025-05-142-4/+4
|
* launcher: remove old file2 * r + 2 * t2025-05-131-85/+0
|
* launcher: move to drawers2 * r + 2 * t2025-05-1312-110/+134
|
* session: show/hide on drag2 * r + 2 * t2025-05-133-4/+18
|
* session: move to drawers2 * r + 2 * t2025-05-1311-187/+135
|
* notifs: move to drawers2 * r + 2 * t2025-05-138-303/+86
|
* osd: fix show on hover + show on audio/brightness change2 * r + 2 * t2025-05-135-5/+91
|
* osd: show on hover2 * r + 2 * t2025-05-135-43/+32
|
* refactor: move to single window2 * r + 2 * t2025-05-137-91/+176
|
* notifs: better sliding2 * r + 2 * t2025-05-132-10/+18
| | | | | Wrap with clippingrect so x doesnt reset when element is added/removed Also clippingrect rounds the ends when sliding
* bar: temp import players so ipc works2 * r + 2 * t2025-05-121-0/+2
|
* notifs: fix crash2 * r + 2 * t2025-05-121-11/+0
|
* notifs: properly fix multiline summaries2 * r + 2 * t2025-05-121-0/+5
|
* notifs: show multiline summary on expand2 * r + 2 * t2025-05-123-13/+18
| | | | Also fix action binding loop
* brightness: fix for brightnessctl2 * r + 2 * t2025-05-121-1/+6
|
* session: disable show on hover2 * r + 2 * t2025-05-122-8/+8
|
* session: fix activate on key2 * r + 2 * t2025-05-121-0/+1
| | | | Return and enter are two different keys???
* feat: session menu2 * r + 2 * t2025-05-1111-31/+396
|
* osd: fix show on hover2 * r + 2 * t2025-05-111-1/+1
|
* notifs: disable listview interactivity2 * r + 2 * t2025-05-112-1/+1
|
* feat: mpris shortcuts + ipc2 * r + 2 * t2025-05-111-0/+58
|
* notif: allow markdown in body2 * r + 2 * t2025-05-101-0/+2
|
* notifs: optional action on click2 * r + 2 * t2025-05-102-1/+2
|
* notifs: add guess2 * r + 2 * t2025-05-101-1/+1
|
* notifs: all notifs have icon2 * r + 2 * t2025-05-101-7/+52
| | | | Guess icon or default
* notifs: colour by urgency2 * r + 2 * t2025-05-102-3/+4
|
* notifs: notif actions2 * r + 2 * t2025-05-101-8/+79
|
* notifs: invoke action on click if only single action2 * r + 2 * t2025-05-102-0/+6
|
* notifs: option to have expire timeout2 * r + 2 * t2025-05-103-5/+6
| | | | Also remove scrollbar and reduce expand drag threshold
* notifs: close on middle button2 * r + 2 * t2025-05-101-3/+9
|
* feat: expandable notifs2 * r + 2 * t2025-05-104-30/+140
|
* launcher: fix interrupted transitions2 * r + 2 * t2025-05-102-2/+16
|
* notifs: slide to remove2 * r + 2 * t2025-05-102-0/+47
|
* notifs: minor fixes2 * r + 2 * t2025-05-101-2/+3
|
* refactor: manually animate rect if needed2 * r + 2 * t2025-05-104-24/+48
| | | | No need for animate prop, it's used too little so just manually set it if needed to save memory
* notifs: fix first notif open anim2 * r + 2 * t2025-05-101-2/+1
|
* notifs: actual list2 * r + 2 * t2025-05-104-8/+72
|
* feat: basic notifications2 * r + 2 * t2025-05-109-24/+313
| | | | | Also fix pixel issue with notif area background Add more log rules to run script
* launcher: better style2 * r + 2 * t2025-05-095-66/+114
|
* launcher: fix flatten anim2 * r + 2 * t2025-05-083-11/+11
|
* osd: fix flatten anim2 * r + 2 * t2025-05-082-10/+10
|
* feat: notification popup area2 * r + 2 * t2025-05-085-1/+227
|
* refactor: split drawers2 * r + 2 * t2025-05-083-9/+15
| | | | | Split off interactions into new file Also fix hover osd
* refactor: move drawers into separate module2 * r + 2 * t2025-05-086-128/+154
|
* wallpaper: fix flash when changing wallpapers2 * r + 2 * t2025-05-081-0/+1
|
* colours: better on colour for dark mode2 * r + 2 * t2025-05-071-1/+1
|