end-4
60fd1ea030
feat: add last refresh timestamp to weather popup ( #2819 )
2026-01-04 10:37:09 +01:00
end-4
bf06497f9e
weatherpopup: remove useless layouts
2026-01-04 10:36:03 +01:00
end-4
22970db52f
Fix: Wallpaper selector missing previews ( #2818 )
2026-01-04 10:25:27 +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
ech0
58e372c590
Fixed issue where thumbgenProc would not fallback on generate-thumbnails-magick.sh if thumbgen-venv.sh fails.
...
Fixed issue where thumbnails would not reload after being generated.
2026-01-03 18:11:42 -05:00
end-4
8538efe743
overview: tab to copy selected result
2026-01-04 00:10:49 +01:00
end-4
b268f1d61c
add missing comma
2026-01-03 19:36:24 +01:00
end-4
711793dd66
FIX: Quick Settings keybinding hint ( #2794 )
2026-01-03 19:26:30 +01:00
end-4
dc57f940d0
Fix when wifi having space in between ( #2812 )
2026-01-03 19:23:17 +01:00
pandakewt
da578735e6
fix: update changePassword function to use SSID variable for network modification
2026-01-03 13:58:07 +07:00
end-4
d5b599da3d
overview: limit search results while typing (less laggy emoji/clipboard search)
2026-01-01 16:52:58 +01:00
Celestial.y
c9d0248a6a
Fix missing v in 3.files.sh ( #2792 )
2026-01-01 23:42:24 +08:00
end-4
7238b2b15c
use shared focusgrab for most stuff (makes osk usable w/ other panels)
2026-01-01 16:36:50 +01:00
Rili
5a687c3565
fix persisting Windows key, instead of user configured key
2026-01-01 16:46:45 +02:00
end-4
171cf6059f
Update shapes
2026-01-01 11:41:39 +01:00
end-4
e818a202b8
overview: fix clipboard and emoji keybinds
2026-01-01 10:43:47 +01:00
end-4
199845bf59
update shapes submodule
2026-01-01 10:43:13 +01:00
end-4
575b26d572
make overview show only on focused monitor ( fixes #2782 )
2026-01-01 09:26:43 +01:00
end-4
af1adef5f1
make date not misaligned for vertical digital clock
2026-01-01 09:21:01 +01:00
end-4
c5c8ad2236
lock screen: unfuck resolution
2026-01-01 09:11:55 +01:00
Celestial.y
8cb2c7e016
Update windowrule examples ( #2788 )
2025-12-31 21:29:29 +08:00
W1ngD1nGa5ter
d30c8138df
Update windowrule examples
...
Make it work under the new syntax
2025-12-31 19:46:32 +08:00
Celestial.y
0027e8a6e3
Update auto-Hypr.sh/auto-Hypr.fish to use start-hyprland instead for hyprland 0.53 ( #2779 )
2025-12-31 07:49:43 +08:00
VietNguyenx
652104a358
Update auto-Hypr.fish to use start-hyprland instead (Hyprland 0.53)
...
Hyprland 0.53 introduced start-hyprland as the recommended launcher when starting Hyprland from a TTY.
This PR updates the relevant files to avoid some messages on tty autologin.
2025-12-31 00:14:07 +07:00
VietNguyenx
e9d6ed874c
Update auto-Hypr.sh to use start-hyprland instead (for Hyprland ≥ 0.53)
...
Hyprland 0.53 now introduced start-hyprland as the recommended launcher when starting Hyprland from a TTY
2025-12-31 00:04:38 +07:00
end-4
aaa8448011
fix(hyprland configs): Support for Hyprland 0.53.0 ( fix #2775 ) ( #2776 )
2025-12-30 09:17:19 +01:00
end-4
f02e9ba2a5
Merge branch 'main' into fixes-for-0.53.0
2025-12-30 09:17:09 +01:00
end-4
a05b0bb559
hyprland: migrate to new windowrule syntax ( #2553 )
2025-12-30 09:01:32 +01:00
end-4
60c1a92cf5
Merge branch 'main' into main
2025-12-30 09:01:24 +01:00
end-4
91f6f95460
remove "transparency looks ass" notice
2025-12-30 08:54:30 +01:00
August
2434b36098
oopsies :3c
2025-12-29 20:30:31 -06:00
August
a849fe0883
Fixes for Hyprland 0.53.0
2025-12-29 18:43:00 -06:00
end-4
8ae14725e6
Fix background clock widget's color being obnoxious ( #2730 )
2025-12-29 19:09:06 +01:00
end-4
e8a05d12e9
Fixed SearchWidget.qml to use proper implicitHeight calculation ( #2773 )
2025-12-29 18:55:12 +01:00
end-4
76fbe3d04a
feat(clock): Improve digital clock style ( #2593 )
2025-12-29 18:48:24 +01:00
end-4
7763a26e03
backgroundconfig: format, adjust texts
2025-12-29 18:47:15 +01:00
end-4
281943306e
bg clock: put bottom time text in a loader
2025-12-29 18:42:03 +01:00
end-4
61feb958ec
add comment for empty style name assignment
2025-12-29 18:37:55 +01:00
end-4
953427692f
remove unnecessary imports
2025-12-29 18:31:05 +01:00
end-4
b21699b8a0
fix weird vertical clock with 12h format
2025-12-29 18:25:49 +01:00
Celestial.y
d13bcddb33
fix(exp-update): build packages in /tmp with auto-cleanup ( #2768 )
2025-12-29 21:00:56 +08:00
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
Bishoy Ehab
d178dafac6
fix(exp-update): build packages in /tmp with auto-cleanup
2025-12-29 06:24:19 +02: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
c5aaf721c8
hyprland: tune shadows and borders
2025-12-27 11:24:19 +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