Commit Graph

117 Commits

Author SHA1 Message Date
rijaluddin f610332877 Merge branch 'end-4:main' into main 2026-03-03 04:31:27 +07:00
rijaluddina bbc84b68ef Fix wiFi signal strength bar display
1. Using root.active?.strength ?? 0 instead of root.networkStrength
2. Added checking wifiStatus === "connected" — only show signal bars if
actually connected
2026-03-03 04:23:46 +07:00
Furkan 77dd839320 Fix escape character in network strength command 2026-03-01 11:06:06 +03:00
GokuPlay609 502dffeac7 fix(quickshell): mpris not detecting browser players when plasma-browser-integration is installed
Amp-Thread-ID: https://ampcode.com/threads/T-019c5f8e-6544-735e-88e3-aa29c2d3bbf6
Co-authored-by: Amp <amp@ampcode.com>
2026-02-15 10:22:03 +05:30
end-4 633afb54c9 clearer session screen download warning, update check config option 2026-02-08 20:33:53 +01:00
Minh 09d5817f2e Fix overview search field and right sidebar losing focus (#2838) 2026-02-07 08:49:34 +01:00
end-4 3a14cc644b ai: remove openrouter deepseek 2026-02-06 21:08:22 +01:00
ATMDA 15ceda494e fix(quickshell): hide lock-screen temp workspace from UI, batch lock/unlock 2026-01-30 08:51:19 -05:00
altrup 30269dd052 Merge remote-tracking branch 'upstream/main' into fix-search-focus-loss 2026-01-15 10:18:44 -05:00
altrup 94490f371b Fix case with unfocusable dismissables 2026-01-12 14:00:41 -05:00
end-4 809dac681f brightness: don't detach brightness set cmds to prevent spam (#2828) 2026-01-10 11:20:53 +01:00
Greyfeather 14c930d48c Use wrapper functions in DateTime to format 2026-01-03 22:05:02 -07:00
Greyfeather 7197f9ddfb add last refresh timestamp to weather popup 2026-01-03 21:46:18 -07:00
end-4 b268f1d61c add missing comma 2026-01-03 19:36:24 +01:00
pandakewt da578735e6 fix: update changePassword function to use SSID variable for network modification 2026-01-03 13:58:07 +07:00
altrup 31e821250f Force focus workaround 2026-01-02 16:04:01 -05:00
end-4 7238b2b15c use shared focusgrab for most stuff (makes osk usable w/ other panels) 2026-01-01 16:36:50 +01:00
KemonoNeco a34ead004f feat: Removed deprecated Gemini and GitHub AI models, and added Gemini 3 Flash. 2025-12-26 12:24:28 -08:00
end-4 d7ae6014ed waffles: popup notifs 2025-12-22 23:01:42 +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 f91ca59fb6 feat: add support for custom user action in search bar (#2670) 2025-12-14 10:38:39 +01:00
end-4 5f51b97b6d replace manual file:// replacement with util functions 2025-12-14 10:38:12 +01:00
end-4 c02daf5c12 proper error handling for AIs (left sidebar) (#2679) 2025-12-14 10:27:01 +01:00
end-4 f71ed855e5 waffles: taskview: show windows 2025-12-13 00:45:35 +01:00
reakjra e874a6a3e0 proper error handling 2025-12-11 22:00:03 +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 8b8ac44852 waffles: polkit 2025-12-08 10:34:05 +01:00
end-4 6c460b209c waffles: context menus for app buttons 2025-12-07 00:04:24 +01:00
end-4 13968db31c waffles: ctrl alt del menu 2025-12-06 23:14:08 +01:00
end-4 80a7804ade waffles: start menu apps 2025-12-06 13:17:29 +01:00
end-4 3b4c721584 audio: protection: fix weird volume limit behaviors (#2640) 2025-12-05 10:38:33 +01:00
end-4 7a2e21ac7c add service for privacy indicators 2025-12-05 00:19:37 +01:00
end-4 9043ae7bf6 waffles: functioning search 2025-12-05 00:19:21 +01:00
Fengzi f62ab85a19 audio: protection: fix weird volume limit behavior 2025-12-04 15:37:52 -05:00
end-4 8e704e4009 lock: ctrl+enter to also turn on idle inhibitor 2025-12-04 20:40:33 +01:00
end-4 e9b5e7d7d2 add placeholder when volume mixer is empty 2025-12-04 16:29:49 +01:00
Madjid Taha 7d9a405146 Fix CPU frequency detection for non-English locales (#2629)
* fix: ensure lscpu is using en_US locale for LANG

* fix: use environment in Process
2025-12-04 08:20:21 +01:00
end-4 4055ad48fa launcher search service: use proper type instead of json clumps 2025-12-03 22:07:06 +01:00
end-4 4ce4645749 move launcher search logic to a service 2025-12-01 22:00:36 +01:00
end-4 616c1dfe3a Ddcci fixes (#2562) 2025-11-24 20:49:18 +01:00
Moeta Yuko 5242373db5 brightness: adjust DDCCI initialize timings
* Delay DDCCI monitor initialization until after `ddcutil detect` to
  ensure `isDdc`, `busNum`, and `ddcMonitors` are properly set.
* Run `ddcutil getvcp` sequentially to avoid failures from concurrent
  executions.
2025-11-24 18:36:13 +00:00
Moeta Yuko 1836a2ff1c brightness: use connector name to distinguish different monitors
One may have multiple monitors of the same model
2025-11-24 17:00:58 +00:00
end-4 e6f36114bd waffles: notif center: calendar header and focus 2025-11-24 10:18:05 +01:00
end-4 0703429393 Revert "Add Gemini 3 Pro to model list" 2025-11-23 22:27:17 +01:00
end-4 0adefcc0d3 Add Gemini 3 Pro to model list (#2557) 2025-11-23 22:22:26 +01:00
viridivn 996579729d no abbreviations 2025-11-23 16:03:56 -05:00
end-4 07f8a72d6d wactioncenter: media controls 2025-11-23 21:35:43 +01:00
viridivn e46c7c0d3d add gemini 3 model 2025-11-23 15:23:45 -05:00
end-4 12ebcf2d19 Wallpapers: add IpcHandler for applying (#2533) 2025-11-23 12:07:29 +01:00
end-4 52f67431c7 move wallpapers ipc handler to the right place 2025-11-23 12:06:48 +01:00