Commit Graph

546 Commits

Author SHA1 Message Date
radicalgale b820bdc654 Fixed SearchWidget.qml to use proper implicitHeight calculation
The `SearchWidget.qml` has the wrong `implicitHeight` value. Instead of using `searchWidgetContent.implicitHeight` it uses `searchBar.implicitHeight`. This causes the search bar to ignore mouse clicks and only allows the user to launch apps by pressing Return (Enter). 

This issue isn't present if Overview is enabled, because it expands `columnLayout.implicitHeight`, then gets hidden if search isn't equal to "", allowing the mouse clicks to go through. So, to reproduce this issue, try turning off Overview and launching any app in search results by using mouse.
2025-12-29 19:39:15 +07:00
end-4 d22822e734 fix transparent todo list add dialog 2025-12-27 20:14:57 +01:00
end-4 5c141e0361 fix transparent booru image menu 2025-12-27 12:02:27 +01:00
end-4 e1f30bf85c less transparent light mode 2025-12-27 12:02:08 +01:00
end-4 13a827c0f4 group panels more properly 2025-12-27 09:58:14 +01:00
end-4 db60f8775d ai: default to gemini 2.5 2025-12-26 22:06:18 +01:00
end-4 1e2a972747 fix translator lang selector transparency 2025-12-26 21:42:55 +01:00
end-4 a658aced0d fix transparent combobox 2025-12-25 21:21:40 +01:00
end-4 76ca889eec waffles: adjust colors 2025-12-23 10:31:05 +01:00
end-4 ec7d6fd66b waffles: make bar not hide when locked 2025-12-23 09:11:06 +01:00
end-4 cfb8b44d7a sidebar: fix unintended transparent statusbar 2025-12-23 09:05:41 +01:00
end-4 d7ae6014ed waffles: popup notifs 2025-12-22 23:01:42 +01:00
end-4 29c8001785 waffle: start: move Other category to last 2025-12-22 23:01:00 +01:00
end-4 896aa97701 fix wrong notif and overlay crosshair titlebar color 2025-12-22 00:16:19 +01:00
end-4 8d7dd0d6ae overlay: fix weird transparency 2025-12-21 23:52:01 +01:00
end-4 41f007a771 increase session screen transparency 2025-12-21 23:38:49 +01:00
end-4 4041310b4d make transparency not ass 2025-12-21 23:29:32 +01:00
end-4 d5dbf7ab7f fix(overview): correct 4 finger vertical swipes (#2712) 2025-12-21 07:26:55 +01:00
end-4 8842df6340 waffles: screen snip 2025-12-20 11:46:07 +01:00
end-4 169b24bea5 region selector: add region hover fade anim 2025-12-20 11:45:39 +01:00
end-4 e499f4f8f1 waffles: start: limit clipboard results to prevent lag, adjust btn 2025-12-20 11:45:10 +01:00
Bernat Felip 3eec36d20d fix(overview): correct 4 finger vertical swipes 2025-12-18 16:26:34 +01:00
end-4 f65f805fe2 waffles: taskview: fix weird close anim trajectory 2025-12-15 09:18:55 +01:00
end-4 409fc94d6e waffle: start menu: fix unconsistency that's fixed in the real thing
no way i intentionally make it weird so it matches and then they make it not weird lol
2025-12-15 09:18:28 +01:00
end-4 36ff18bfe3 waffles: lock: open anim 2025-12-15 00:31:22 +01:00
end-4 60b2225cc6 waffles: taskview: esc to close 2025-12-15 00:31:10 +01:00
end-4 663eb1896a waffles: overview: more proper anims and dragging functionality
ITS FUCKING WORKING AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2025-12-14 23:40:32 +01:00
end-4 f1fdb941e1 persistent cheatsheet tabs (closes #2681) 2025-12-14 10:47:53 +01:00
end-4 f91ca59fb6 feat: add support for custom user action in search bar (#2670) 2025-12-14 10:38:39 +01:00
end-4 8d0d71812a Merge branch 'fp-dev' of https://github.com/wooze-pao/dots-hyprland into wooze-pao-fp-dev 2025-12-14 10:24:46 +01:00
end-4 e206c4334c waffles: taskview: draggable windows 2025-12-14 10:20:54 +01:00
end-4 3358ebe639 overview: custom workspace order (#2691) 2025-12-14 09:53:53 +01:00
end-4 abd657ed76 fix braces 2025-12-14 09:53:37 +01:00
end-4 29c4a6a15f wait why is this here 2025-12-13 23:18:07 +01:00
end-4 93bc4d935c waffles: notif center: drag to dismiss 2025-12-13 23:07:26 +01:00
end-4 f0926b6ce3 waffles: bar: use listview for tasks 2025-12-13 22:08:30 +01:00
end-4 d54ad65b50 waffles: taskview: fix sizes not getting updated 2025-12-13 22:07:47 +01:00
nrand 91a2a520b0 overview: custom workspace order 2025-12-13 16:43:34 +02:00
end-4 136f4a3e48 waffles: taskview: fix unintended window transparency 2025-12-13 00:50:55 +01:00
end-4 f71ed855e5 waffles: taskview: show windows 2025-12-13 00:45:35 +01:00
end-4 39a3a0c484 waffles: taskview: indicate active ws 2025-12-12 09:18:55 +01:00
end-4 044221be93 waffles: task view: workspaces 2025-12-11 23:29:42 +01:00
end-4 70c0adb8e5 waffles: make calendar spacing more accurate 2025-12-10 22:38:07 +01:00
stewart86 b966e2d539 feat: add support for custom user action scripts
Add ability to define custom actions by placing executable scripts in
~/.config/illogical-impulse/actions/

- Script filename becomes the action name (extension stripped)
- Use /script-name in search bar to execute
- Arguments are passed to the script
- Uses FolderListModel for auto-reload when scripts are added/removed
- Follows existing pattern of user-customizable directories (ai/prompts)
2025-12-10 18:26:59 +08:00
end-4 80f4a0549c Add persistent accent color (#2659) 2025-12-09 23:59:48 +01:00
end-4 1a3cc9b4d3 bar: make battery indicator more aligned 2025-12-09 23:50:28 +01:00
end-4 0cc521aef5 option for satty instead of swappy (#2585) 2025-12-09 23:27:23 +01:00
end-4 d9b1d0261d waffles: fix lock colors in some places for light mode 2025-12-09 23:26:43 +01:00
end-4 fdbe39d744 waffles: add lock screen, fix ctrl alt del screen for light mode 2025-12-09 23:05:48 +01:00
end-4 bfe97c1c05 refractor lock screen 2025-12-08 14:48:44 +01:00