end-4
b102e5c1a5
pomodoro: remove unnecessary event propagation prevention
2025-08-09 22:15:07 +07:00
end-4
9e1b55a749
pomodoro: add cycle indicator, make long break work, fix reset button
2025-08-09 22:06:05 +07:00
end-4
4ca15a1fc3
pomodoro: make pause/resume less weird
2025-08-09 21:36:28 +07:00
end-4
5bf80dae4e
pomodoro: move timers to service, specific button logic to widget
2025-08-09 19:45:26 +07:00
end-4
1f4568d22f
pomodoro: rename more for consistency
2025-08-09 18:20:14 +07:00
end-4
903a975033
rename getPomodoroSecondsLeft -> pomodoroSecondsLeft
2025-08-09 16:31:03 +07:00
end-4
0ee9afba4f
pomodoro: move tabs to their own files, adjust colors
2025-08-09 16:28:17 +07:00
Runze
9b5713d6b4
chore(bar): delete temperature and related reading logic
2025-08-09 14:08:39 +08:00
Runze
94176fad83
feat(bar): unify extraction to StyledPopup and add namespace
2025-08-09 14:02:56 +08:00
end-4
de759b5120
redesign stopwatch
2025-08-09 12:54:53 +07:00
end-4
9bc4ff16a7
make pomodoro timer persistent
2025-08-09 12:54:37 +07:00
end-4
91dae8ad85
pomodoro widget: use grid instead of row/col spam
2025-08-09 10:42:50 +07:00
end-4
fb4f8a86f4
lock screen: use quickshell, add hack for window refocus
2025-08-09 08:56:12 +07:00
end-4
e15d2fe82c
easyeffects toggle: move logic to a service
2025-08-09 08:55:29 +07:00
end-4
eac4ab3e3c
enable faster touchpad scroll
2025-08-08 22:09:45 +07:00
end-4
d256d8fc35
add config option to use "normal" scroll behavior ( #1782 )
2025-08-08 22:08:50 +07:00
Nyx
91fee0d6e9
Minor tweaks and better variables names
...
Signed-off-by: Nyx <189459385+nyx-4@users.noreply.github.com >
2025-08-08 19:51:03 +05:00
end-4
521061fc64
sidebar: volume mixer: adjust style
2025-08-08 21:37:32 +07:00
end-4
4328746df0
SecondaryTabButton: make ripple radial gradient
2025-08-08 21:36:45 +07:00
end-4
2b87d939bb
make fade of ripple effect longer
2025-08-08 21:03:11 +07:00
end-4
39a88a6cd3
ButtonGroup: add uniformCellSizes
2025-08-08 21:02:45 +07:00
end-4
d0ad416e28
bar: adjust autohide super press show delay
2025-08-08 20:53:47 +07:00
end-4
db66b85e61
bar: move number showing logic from GlobalStates to Workspaces
2025-08-08 20:24:37 +07:00
end-4
66c810ead2
bar autohide: rename enabled -> enable for consistency
2025-08-08 20:12:50 +07:00
end-4
9824bb9c63
bar: add delay for autohide
2025-08-08 20:06:53 +07:00
end-4
f806e2c22c
bar: add auto hide
2025-08-08 19:54:10 +07:00
end-4
3d408b18f7
background: add fade when switching
2025-08-08 18:31:52 +07:00
end-4
8aa776ae62
make bg image loading async
2025-08-08 18:02:10 +07:00
end-4
a15f3b8c65
overview: show windows on other monitors too
2025-08-08 17:55:52 +07:00
end-4
4df22c96d0
screen corners: fix visibility for multimonitor with varying fullscreen state
2025-08-08 17:52:19 +07:00
end-4
772df06fa5
booru: fix inconsistent download
2025-08-08 17:50:20 +07:00
end-4
4914d9b638
Merge branch 'main' into main
2025-08-08 10:35:43 +07:00
end-4
1f8a7be34e
quickshell: fix qml null safety and monitor property errors ( #1770 )
2025-08-08 00:01:31 +07:00
end-4
64bb730dd1
touchpad: improve scroll speed handling for touchpad ( #1781 )
2025-08-07 23:46:39 +07:00
end-4
7013b459a3
adjust scrolling speed
2025-08-07 23:13:07 +07:00
end-4
a31733e2db
move scrolling animation to styled components
2025-08-07 22:39:30 +07:00
end-4
199b23d14a
add config options for scroll factors and threshold
2025-08-07 22:32:02 +07:00
end-4
f1c1ed833c
use StyledListView for SelectionDialog
2025-08-07 22:31:19 +07:00
end-4
4f40ba8e6e
more intuitive power profiles icons
2025-08-07 22:01:05 +07:00
end-4
f581fd4821
config option to (not) filter duplicate media controls
2025-08-07 21:39:48 +07:00
Runze
86ddb61a3f
fix(touchpad): differentiate scroll speed between touchpad and mouse wheel
2025-08-07 22:26:26 +08:00
lunstia
6c3451b912
Fix background not always hiding in fullscreen and other monitors hiding background when they're not supposed to
2025-08-07 00:16:26 -04:00
Runze
627c8562f7
fix(bar): prevent hover popup from appearing for hidden resource icons
2025-08-06 19:28:37 +08:00
Runze
061bb2abeb
feat(bar): unify popup handling and improve layouts
...
- Unified popup handling in ClockWidget, Resource, BatteryPopup, and WeatherBar
using PanelWindow + LazyLoader for consistent positioning and compositor animations.
- Replaced plain text with ColumnLayout and RowLayout where possible, adding
MaterialSymbol icons for improved visual consistency with the overall desktop style.
- Added Translation.tr() for bilingual (Chinese/English) support to avoid hardcoded strings.
- Based on improvements from PR #1771 (mine) and PR #1773 (by @finjener), merged and refined into a more polished and practical solution.
2025-08-06 18:02:55 +08:00
lunstia
35e1dc95a5
Fix background hiding in fullscreen
2025-08-06 05:27:29 -04:00
finjener
1dc46fa104
feat(bar): add hover popups for system resources and upcoming todos
...
- Add detailed popups for memory, swap, and CPU resource icons
- Add todo integration popup for date/time widget
2025-08-06 15:30:49 +08:00
Runze
4161467356
use PanelWindow instead to show animation
2025-08-06 01:31:02 +08:00
finjener
d70f81bfe4
Merge remote-tracking branch 'upstream/main' into quickshell-fixes
2025-08-05 18:17:02 +01:00
Nyx
bfb7ccffb5
Reworked on Pomodoro's UI and added Stopwatch
...
Signed-off-by: Nyx <189459385+nyx-4@users.noreply.github.com >
2025-08-05 16:06:22 +05:00
Runze
3a6c032782
Added a small battery popup to show information
2025-08-05 17:21:36 +08:00