Commit graph

738 commits

Author SHA1 Message Date
2 * r + 2 * t
38b9b86595 config: add toasts for events
Loaded, load parse error, load failed, save failed
Also increase toast icon size
2025-09-22 23:32:36 +10:00
2 * r + 2 * t
8e4c29b9de internal: fix choose wallpaper button 2025-09-22 22:41:17 +10:00
2 * r + 2 * t
45f1312cdf lock: different error messages
To separate between fprint and passwd errors
2025-09-22 18:38:06 +10:00
2 * r + 2 * t
a08b5daf96 plugin/appdb: forward signals 2025-09-22 13:56:21 +10:00
2 * r + 2 * t
229eaa284d drawers: fix input mask on special ws 2025-09-22 00:38:48 +10:00
2 * r + 2 * t
7b914f1faa batterymonitor: change charging icon
Fixes #664
2025-09-21 23:16:47 +10:00
2 * r + 2 * t
c6e9afc74a batterymonitor: fix warn levels 2025-09-21 17:44:46 +10:00
2 * r + 2 * t
61b21f389f feat: add battery warnings
Closes #73
Closes #117
2025-09-21 17:33:28 +10:00
2 * r + 2 * t
0ca5d50546 utilities: add toasts 2025-09-21 16:43:45 +10:00
2 * r + 2 * t
9523fdf0eb sidebar/notifs: add link support 2025-09-21 14:24:35 +10:00
2 * r + 2 * t
e12b9ee372 internal: centralise focus grabs
Except detached popouts focus grab (its meant to be exclusive to the other grab)
2025-09-20 22:23:55 +10:00
2 * r + 2 * t
b1086c9a22 drawers: fix drag to open on empty ws
Ugh hyprland bug afaict
2025-09-20 22:08:30 +10:00
2 * r + 2 * t
700a3504ca internal: make osd, session and utilities exclusive
Hide utilities when session open
Hide osd when utilities open
Prevents overlaps
2025-09-20 21:47:13 +10:00
2 * r + 2 * t
16ce222ad7 sidebar/notifs: fix minor bugs
Image/app icon/urgency/time not updating until corresponding notif is fully destroyed
Weird array mutation shenanigans
2025-09-20 21:25:22 +10:00
2 * r + 2 * t
1a1145f2f4 sidebar/notifs: better count anim 2025-09-20 20:54:34 +10:00
2 * r + 2 * t
60237cb288 sidebar/notifs: normalise non expanded height
Also wrap summary when expanded
2025-09-20 19:35:18 +10:00
2 * r + 2 * t
688cc213ef sidebar/notifs: better expand/close anim 2025-09-20 19:21:47 +10:00
2 * r + 2 * t
3b492d7fae sidebar/notifs: better preview anim 2025-09-20 19:14:47 +10:00
2 * r + 2 * t
e2ca5a4e8f sidebar/notifs: fix group sorting 2025-09-20 16:28:46 +10:00
2 * r + 2 * t
5f1ffb32f4 sidebar/notifs: fix interactions outside container 2025-09-20 16:21:42 +10:00
2 * r + 2 * t
42f8acedca sidebar/notifs: dimmer action text 2025-09-20 16:04:42 +10:00
2 * r + 2 * t
98a5a62a82 utilities/record: hide sidebar as well
When hiding utilities
2025-09-20 16:02:08 +10:00
2 * r + 2 * t
ab4817abf7 sidebar/notifs: better expand icon anim 2025-09-20 15:51:45 +10:00
2 * r + 2 * t
89d46c1b2f sidebar/notifs: better anims + misc fixes 2025-09-20 15:47:44 +10:00
2 * r + 2 * t
c6b91f1299 sidebar/notifs: sort groups by latest notif 2025-09-20 00:06:08 +10:00
2 * r + 2 * t
ccc398b2a0 internal: better scroll bar 2025-09-19 23:56:17 +10:00
2 * r + 2 * t
7efc0d54ea sidebar/notifs: fix clear all button & expand bugs
Disable expand on drag on notifs when expanded (fixes drag expansion bugs and feels better)
Also add scrollbar
2025-09-19 22:59:45 +10:00
2 * r + 2 * t
eab211b289 sidebar/notifs: fix count updating 2025-09-19 22:47:15 +10:00
2 * r + 2 * t
9dfb195913
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
2025-09-19 22:43:50 +10:00
2 * r + 2 * t
1e35caa6f7 sidebar/notifs: add mouse actions 2025-09-19 00:08:56 +10:00
2 * r + 2 * t
ef5936d0ab notifs: persistent notifs + better sidebar notifs 2025-09-18 23:39:23 +10:00
2 * r + 2 * t
b5b536ac8f sidebar: add notifs 2025-09-18 20:37:00 +10:00
2 * r + 2 * t
85d575f6c1 feat: add sidebar
WIP
2025-09-18 15:19:15 +10:00
2 * r + 2 * t
2f42377479 launcher: fix open anim
Fixes #639
2025-09-18 13:30:49 +10:00
2 * r + 2 * t
e723af3293 idlemonitor: inhibit when audio playing 2025-09-17 23:39:09 +10:00
2 * r + 2 * t
24922be5e9 feat: add idle monitor
Replaces hypridle
2025-09-17 23:15:47 +10:00
2 * r + 2 * t
510cb45ac1 session: loader content 2025-09-17 19:46:51 +10:00
2 * r + 2 * t
c48f411bcb osd: fix anim when appear on change 2025-09-17 19:46:42 +10:00
2 * r + 2 * t
172c1a047d utilities/toggles: add dnd
Closes #80
Closes #426
2025-09-15 23:32:07 +10:00
2 * r + 2 * t
debf99a5d9 utilities: fix colours
Fix transparency + some button colours
2025-09-15 23:09:51 +10:00
2 * r + 2 * t
9c6520b879 utilities/toggles: add gamemode
Closes #617
2025-09-15 22:55:28 +10:00
2 * r + 2 * t
484027202e utilities/toggles: convert to row of icon buttons 2025-09-15 22:36:48 +10:00
2 * r + 2 * t
3a9db3d163 internal: remove workaround for hyprland bug 2025-09-15 22:06:54 +10:00
2 * r + 2 * t
d1ad000a8e internal: fix null warnings 2025-09-15 22:00:47 +10:00
2 * r + 2 * t
ff901d825b utilities/record: fix list expand anim 2025-09-15 21:58:36 +10:00
2 * r + 2 * t
7a9fce9dd4 utilities/record: allow pause/resume recording 2025-09-15 21:55:10 +10:00
2 * r + 2 * t
4f54763e02 utilities/record: select mode 2025-09-15 15:59:24 +10:00
2 * r + 2 * t
9a92ad2d62 utilities/record: app2unit 2025-09-14 23:44:08 +10:00
2 * r + 2 * t
a92b3b3ee8 utilities: fix modal mouse area
Also better anim
2025-09-14 20:38:33 +10:00
2 * r + 2 * t
24c0ba77fc utilities: extend modal scrim fade 2025-09-14 20:15:37 +10:00