end-4
b6e4a47329
ClippedFilledCircularProgress: not have the padding
2025-08-12 23:43:27 +07:00
end-4
08197fca23
bar: circular progresses: adjust colors, fix them being always at 65%
2025-08-12 23:40:53 +07:00
end-4
423fb90266
bar: make circular progresses of filled style
2025-08-12 23:38:33 +07:00
end-4
67d1d73845
ClippedProgressBar: add unsharpening to highlight
2025-08-12 23:37:09 +07:00
end-4
cb01563ba8
bar: make resource numbers have fixed width
2025-08-12 22:09:20 +07:00
end-4
4446259a0b
bar: battery: remove unnecessary imports/props
2025-08-12 22:08:44 +07:00
end-4
a5eb2f0ae6
bar: battery: shamshung pill style
2025-08-12 21:40:29 +07:00
end-4
bf4a1097c1
bar: allow any custom icon on topleft corner
2025-08-12 18:26:47 +07:00
end-4
211c4fb102
fix weird osd position when bar autohides
2025-08-11 22:46:28 +07:00
end-4
d448b76dd4
fix stuff not getting blurred when transparency is enabled
2025-08-11 22:42:14 +07:00
end-4
e8ebf5af73
bar tooltip: fix placement for autohide
2025-08-11 22:33:11 +07:00
end-4
73304ef8d4
Merge branch 'main' into all-tooltips
2025-08-11 22:06:56 +07:00
end-4
8eac9338fe
bar tooltips: add border
2025-08-11 21:18:55 +07:00
end-4
b0deecc0aa
bar tooltips: add shadow
2025-08-11 21:18:01 +07:00
end-4
6a8a9172b1
bar tooltips: refractor tooltip bg to StyledPopup
2025-08-11 20:33:01 +07:00
end-4
291b997972
bar tooltips: use correct color, add subhead text
2025-08-11 20:12:20 +07:00
end-4
e7397f824b
bar tooltips: make em use tooltip color
2025-08-11 16:03:29 +07:00
end-4
0beee14cd8
bar: popups: fix and simplify positioning
2025-08-11 15:52:54 +07:00
end-4
5b24ac037f
automatic transparency
2025-08-11 15:09:39 +07:00
end-4
252675d3ff
notifications: smaller icon
2025-08-10 17:24:52 +07:00
end-4
84c45f2068
make scrolling accumulate properly
2025-08-10 16:44:29 +07:00
end-4
47dcb1523a
Added pomodoro timer in sidebarRight, closes #1477 ( #1761 )
2025-08-10 16:13:03 +07:00
end-4
c2d5d2b61a
pomodoro: remove unnecessary isLongBreak persistent state
2025-08-10 15:40:42 +07:00
Runze
e39c1af5ae
chore(bar): add WlrLayer.Overlay in StyledPopup and delete temperature translation
2025-08-10 02:51:54 +08: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
0ee9afba4f
pomodoro: move tabs to their own files, adjust colors
2025-08-09 16:28:17 +07:00
Runze
94176fad83
feat(bar): unify extraction to StyledPopup and add namespace
2025-08-09 14:02:56 +08:00
end-4
9bc4ff16a7
make pomodoro timer persistent
2025-08-09 12:54:37 +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
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
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
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
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
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
Nyx
e4b761917a
Polished the UI and added Persistent Config option.
...
Signed-off-by: Nyx <189459385+nyx-4@users.noreply.github.com >
Changelog:
Added Config.options.time.pomodoro options in Config.qml
Restructered the Pomodoro logic and added Long break
Used timestamp instead of naively counting down.
Major UI tweaks.
2025-08-03 20:36:29 +05:00