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
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
7cbc707308
bar: show ping icon when ai or booru finished responding
2025-08-19 21:02:17 +07:00
end-4
9a9a35d75e
bar: corrected 💢 popup margins for vertical bar
2025-08-17 21:34:22 +07:00
end-4
8b77aa151b
bars: refractor corner areas' scrolling behavior
2025-08-17 15:39:58 +07:00
end-4
7cc00b99a1
bar: make right clicking right side not skip current track ( closes #1456 )
2025-08-16 21:30:12 +07:00
end-4
e189f0317f
move StyledPopup to Bar
2025-08-16 11:54:50 +07:00
end-4
23af50a30d
vertical bar: hide battery when not available
2025-08-16 08:38:58 +07:00
end-4
ce114b33ff
fix unresolved import and unsafe undefined access
2025-08-15 22:50:14 +07:00
end-4
d05c451294
bars: refractor bar groups
2025-08-15 22:49:43 +07:00
end-4
9fc0d26eb5
vertical bar
2025-08-15 22:17:27 +07:00
end-4
25a0c88670
bar: workspaces: not have overkill rounding
2025-08-15 22:12:31 +07:00
end-4
0d5d9a04f5
bar: battery indicator: remove useless RowLayout
2025-08-15 22:12:12 +07:00
end-4
f2ed0057bf
bar: unify resource usage popups
2025-08-15 22:08:57 +07:00
end-4
fb89ca98f6
BarContent: remove useless Item wrapping left/right sides
2025-08-15 17:46:02 +07:00
end-4
85a522ba14
bar: fix weird tooltip hover target
2025-08-14 21:11:40 +07:00
end-4
955a5ba7f2
bar: not repeat 32 (visual group height)
2025-08-14 15:47:18 +07:00
end-4
dbd23a6ea4
bar: fix weird center group spacing for non-borderless mode
2025-08-14 15:46:19 +07:00
end-4
3c2b6d4e7f
less unsharpening, make bar resource indicators smaller
2025-08-13 17:19:14 +07:00
end-4
2f11e12c75
bar: not show 1px line when autohiding
2025-08-13 09:47:54 +07:00
end-4
2faf615b68
bar: make icon for cpu more readable
2025-08-12 23:54:30 +07:00
end-4
8bb2e0aa97
bar: media: fix progress value
2025-08-12 23:45:45 +07:00
end-4
423fb90266
bar: make circular progresses of filled style
2025-08-12 23:38:33 +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
87ebc8761b
bar workspaces: fix occupied indication when changing ws group and on init
2025-08-12 18:25:32 +07:00
end-4
4e87ce8f4b
bar: battery indicator: use android battery icon
2025-08-12 18:24:53 +07:00
end-4
73304ef8d4
Merge branch 'main' into all-tooltips
2025-08-11 22:06:56 +07:00
end-4
aa025e4fac
bar tooltips: refractor more
2025-08-11 22:05:19 +07:00
end-4
af111a4be9
bar tooltips: format
2025-08-11 21:17:53 +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
70a5520f47
bar tooltips: adjust icons
2025-08-11 16:33:35 +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
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
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
1f8a7be34e
quickshell: fix qml null safety and monitor property errors ( #1770 )
2025-08-08 00:01:31 +07:00
end-4
4f40ba8e6e
more intuitive power profiles icons
2025-08-07 22:01:05 +07: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