Commit Graph

450 Commits

Author SHA1 Message Date
end-4 a25a3c186b wallpaper selector: add click outside to close 2025-08-22 22:47:21 +07:00
end-4 28256c0a72 wallpaper selector: add shadows 2025-08-22 22:03:41 +07:00
end-4 dac9ed2785 wallpaper selector: add shadows 2025-08-22 22:03:12 +07:00
end-4 9cc576b98d wallpaper selector: move content to a new file 2025-08-22 21:58:13 +07:00
end-4 87c95f7a7f sidebar: ai: add a border around attached image 2025-08-22 21:31:34 +07:00
end-4 4065142830 weather: make the °C not look ass, move "feels like" to popup 2025-08-22 20:54:15 +07:00
end-4 f56308b6e3 use nmtui for network management 2025-08-22 20:31:34 +07:00
end-4 bdbdf7cb83 sidebar: ai: esc to detach file 2025-08-22 20:30:51 +07:00
end-4 8c44dd6119 settings: make edit config button clearer 2025-08-22 18:20:09 +07:00
end-4 db83864d78 sidebar: ai: allow pasting image 2025-08-22 16:52:02 +07:00
end-4 9bbc26dd70 settings app: allow volume limit over 100% 2025-08-22 16:51:39 +07:00
end-4 690e934a46 ai: gemini: files 2025-08-21 22:53:11 +07:00
end-4 22b1ad087c vertical bar: disable resource circprog anim 2025-08-21 09:26:58 +07:00
end-4 ce25675f73 search: allow hiding actions when the prefix is not that of them
Co-Authored-By: reakjra <85903730+reakjra@users.noreply.github.com>
2025-08-21 09:23:03 +07:00
end-4 955a7696f1 screenshot tool: don't show vertical bar layer hint 2025-08-21 08:25:49 +07:00
end-4 4cfacde337 tray: more flexible overflow menu 2025-08-21 08:25:28 +07:00
end-4 eafa8f02b6 bar: allow inverting tray item list's effect 2025-08-21 07:45:30 +07:00
end-4 1338b65aaa bar: tray overflow menu 2025-08-20 23:05:02 +07:00
end-4 7c8068b2bd background: add vertical parallax 2025-08-20 19:35:33 +07:00
end-4 75f749dbe0 fix screen lock not showing over fullscreen apps for real 2025-08-20 19:14:50 +07:00
end-4 0e8e0e4b06 fix screen lock not showing over fullscreen apps 2025-08-20 17:47:27 +07:00
end-4 8fd1d9acef vertical bar: fix weird occupied ws highlight when toggling bar floating 2025-08-19 22:16:27 +07:00
end-4 c452dd3538 horizontal bar: fix oversized pills when floating + fix weather hover hitbox 2025-08-19 22:10:45 +07:00
end-4 222f083322 bar: weather: refresh on click 2025-08-19 22:02:07 +07:00
end-4 6f907f7961 search: add math, shell command, and web search prefixes (#1795) 2025-08-19 21:51:52 +07:00
end-4 891a226fdb notifications: hover prevents timeout 2025-08-19 21:15:59 +07:00
end-4 7cbc707308 bar: show ping icon when ai or booru finished responding 2025-08-19 21:02:17 +07:00
end-4 8d3a036b3b add slidefade text animation to some stuff 2025-08-19 18:09:07 +07:00
end-4 ee21139356 search: remove weird list anim 2025-08-19 18:01:02 +07:00
end-4 980533052b wallpaper selector: remove some useless layout crap 2025-08-18 21:47:55 +07:00
end-4 8124f688da remove manual file:// construction 2025-08-18 21:35:01 +07:00
end-4 89e726b5a2 remove animations that aren't supposed to happen 2025-08-18 21:09:10 +07:00
end-4 42695d9253 Wallpapers: use Process::exec instead of setting command and setting running prop 2025-08-18 21:02:03 +07:00
end-4 28fe7817b4 wallpaper selector: add ipchandler alongside globalshortcut 2025-08-18 21:00:41 +07:00
end-4 6aa37e2529 wallpaper selector: dont cache images 2025-08-18 20:59:26 +07:00
end-4 2d8eb163e7 rename wallpaper overview to wallpaper selector 2025-08-18 20:55:54 +07:00
end-4 445b10d6f0 put wallpaper picker in loader and make it use real thumbnails 2025-08-18 20:41:44 +07:00
end-4 0a4dd832a3 vertical bar: not hide battery icon when full 2025-08-18 19:46:38 +07:00
end-4 8feee4e61a WallpaperOverview: make anims consistent 2025-08-18 18:27:54 +07:00
end-4 fe23017a97 WallpaperOverview: remove unnecessary Variants and Item 2025-08-18 18:25:23 +07:00
end-4 b01b52c8f8 wallpapers: show newer ones first 2025-08-18 18:24:41 +07:00
end-4 0f81d2cace make DockButton not rely on auto-cascaded dockRow.padding 2025-08-18 18:17:14 +07:00
end-4 d051246b7e dock: fix tiny button size 2025-08-18 18:13:49 +07:00
end-4 71b82730ab config option to allow showing wallpaper when fullscreen 2025-08-18 15:04:04 +07:00
end-4 efbcf5469b overview: remove pointless Item 2025-08-18 14:09:40 +07:00
sin 71e43d6e3d Merge branch 'end-4:main' into main 2025-08-17 17:01:47 +00:00
end-4 de6ba1c82e wallpapers: add svg format 2025-08-17 22:54:40 +07:00
end-4 5b1124d658 correct wallpaper path capitalization 2025-08-17 21:50:12 +07:00
end-4 9a9a35d75e bar: corrected 💢 popup margins for vertical bar 2025-08-17 21:34:22 +07:00
end-4 680378e68f clipboard history: make updates happen immediately after change
Updates previously wouldn't trigger immediately because no focus = no clipboard grab
https://quickshell.org/docs/v0.2.0/types/Quickshell/Quickshell/#clipboardText
2025-08-17 18:15:01 +07:00