Commit graph

35 commits

Author SHA1 Message Date
2 * r + 2 * t
71dd7b4db8 chore: format QML imports 2026-04-11 22:17:24 +10:00
2 * r + 2 * t
3a37d77d1f feat: replace qml config module with c++ module 2026-04-11 21:18:56 +10:00
Robin Seger
c588794b20
feat: fullscreen notification & toasts overlay (#1276)
* reworked fullscreen mode as transforming shell

* controlcenter configuring of toasts & notifs

* fix animation on fs switch

* border rounding & shadow animation

* change controlcenter notifications layout

* stay on WlrLayer.Overlay, use Anim

* ci: update action versions

* qmlformat

* format take two

* third time's the charm

* fix: special workspace fullscreen

* fix: bar width border.thickness on non-persistent behaviour

* merge fix

* stop layout shift on close

* last few conventions sorted

* linting

* maximized state to fullscreen

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-03-29 15:22:00 +11:00
2 * r + 2 * t
d0f2df9bae chore: fix all import formats 2026-03-22 06:02:19 +11:00
2 * r + 2 * t
be3da5a114 fix: control center
Tbh idk what the issue was, but the entire implementation is extremely
scuffed and we need to remake it completely
2026-03-22 01:12:57 +11:00
2 * r + 2 * t
8b64d38e26 chore: remove unused imports 2026-03-20 22:33:26 +11:00
2 * r + 2 * t
796c2e4e76 chore: fix prop order 2026-03-20 16:03:18 +11:00
2 * r + 2 * t
9e2ccbede3 chore: format everything 2026-03-20 04:42:06 +11:00
2 * r + 2 * t
3b08cd6594 chore: add newline after id 2026-03-20 04:42:06 +11:00
2 * r + 2 * t
96ed5895d8 feat: async control center 2026-03-20 01:02:44 +11:00
Thanh Minh
46174d1934
dashboard/performance: new design, configurable, controlcenter support (#975)
* feat(dashboard): add configurable performance resources

- Add config options to show/hide Battery, GPU, CPU, Memory, Storage
- Make dashboard responsive based on number of visible resources
- Scale resource sizes and spacing dynamically for 3, 4, or 5 items
- Battery shows charge status and time remaining/to full
- Each resource can be individually toggled via config

* fix(dashboard): add dynamic right margin for last visible resource

Ensures the rightmost resource always has proper margin to prevent
content from being cut off at the edge

* fix(performance): comment out duplicated value2 properties for memory and storage resources

* controlcenter: add settings for dashboard

* feat: handle readonly properties and re-usable codes

* Feature/performance tab rework (#5)

* dashboard/performance: rework tab with card-based grid layout

- Replace circular arc meters with card-based grid layout
- CPU/GPU cards show hardware name, usage and temperature with horizontal bars
- Memory card with 3/4 arc indicator and used/total at bottom
- Storage card shows physical disks from lsblk with aggregated partition usage
- Add cpuName, gpuName, cpuFreq, cpuMaxFreq, disks properties to SystemUsage
- Clean hardware names (remove Intel/AMD/NVIDIA prefixes, TM/R symbols)

* dashboard/performance: new hero card design

* dashboard/performance: update storage indicators to be reponsive to the physical disks count

* dashboard/performance: fix the overlay bounding issue

* dashboard/perfromance: refactor code

* dashboard/performance: add battery gauge

* dashboard/performance: correct battery icon

* dashboard/performance: configurable battery

* dashboard/performance: update layout

* dashboard/performance: move the "Usage" text on top and smaller the font size

* dashboard/performance: add a lot of configurations

* dashboard/performance: add network metrics

* fix: issue with hot reload

* chore: update default vaule for mainValueSpacing to 0

* chore: group settings into collapasible sections

* chore: making GPU & Battery toggle not showing if not found

* chore: fix network widget spacing & text

* chore: remove old disk bars configs, add update interval

* chore: remove old & unused value, functions

* chore: network graph update smoothly when data points change

* chore: refactor settings

- de-flood settings, most of the font & size setting now follow the
global Appearance config
- Most of sliders are not needed anymore, only keep the update interval
slider
- clean up

* chore: remove readonly properties from the controlcenter/dashboard.

* chore: minor fix

* fix: fix warning about onPercChange()

* fix: network metrics negative number

* fix: add minimal height & width, placeholder for none toggled

* fix: network graph move smoothly (#6)

* fix: network graph move smoothly

* clean up

* fix: graph animation even more smooth

* fix: padding issue

* chore: network icons short description

* fix

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-02-19 22:53:22 +11:00
2 * r + 2 * t
9d7f0c48ce internal: format 2026-01-28 19:21:44 +11:00
2 * r + 2 * t
33c1c694de internal: fix errors due to sync loaders 2026-01-16 01:59:20 +11:00
2 * r + 2 * t
4f7f21a86d internal: no async loaders
Fixes reload issue and all stuff not loading issues
2026-01-16 01:40:38 +11:00
ATMDA
147410e39b cleanup: removed unnecessary comments 2025-11-19 21:15:40 -05:00
ATMDA
50dd4e1c44 refactor: created pane registry 2025-11-19 14:07:53 -05:00
ATMDA
34abc91523 controlcenter: prevented changing panes before opening animation completes 2025-11-17 19:27:45 -05:00
ATMDA
cdd522d01d controlcenter: deferred pane loading and limited simultaneous pane loading 2025-11-16 19:48:32 -05:00
ATMDA
007e94ad33 controlcenter: caching and no destoying of panes 2025-11-16 14:03:20 -05:00
ATMDA
0e1be8126a controlcenter: delay heavy operations until animation completes 2025-11-16 13:18:28 -05:00
ATMDA
d3124c34ac controlcenter: slider input focus on pane change or click outside of text area 2025-11-16 09:29:52 -05:00
ATMDA
041be54c69 controlcenter: animation disappearing glitch fix 2025-11-15 19:31:26 -05:00
ATMDA
20e07b2a13 controlcenter: clip to all styledflickable 2025-11-15 00:29:42 -05:00
ATMDA
ebc2772b3e controlcenter: corrected index of panes 2025-11-14 13:44:15 -05:00
ATMDA
540cebdbbd controlcenter: merging wireless/ethernet panes (wip/stash) 2025-11-14 11:59:36 -05:00
ATMDA
fc223237f0 controlcenter: wireless panel rewrite 2025-11-12 21:58:14 -05:00
ATMDA
97d461871a controlcenter: launcher panel, can hide/show applications 2025-11-11 11:41:30 -05:00
ATMDA
7ad940ea9f controlcenter: taskbar object toggles 2025-11-10 15:57:11 -05:00
ATMDA
1debf488ee controlcenter: ethernet panel (debug) 2025-11-10 10:00:04 -05:00
ATMDA
8d7bb827eb controlcenter: appearance pane 2025-11-09 22:48:38 -05:00
ATMDA
5d7151e79e controlcenter: network and audio panels 2025-11-09 17:54:16 -05:00
2 * r + 2 * t
6e8a32d4e4 internal: use Anim component 2025-08-24 17:22:00 +10:00
2 * r + 2 * t
6b5a71bf74 controlcenter: fix clipping 2025-08-08 21:57:46 +10:00
2 * r + 2 * t
d9ffc13825 controlcenter: add floating mode
Closes #363
2025-08-07 15:38:17 +10:00
2 * r + 2 * t
fb650907a0 internal: rename dcontent -> controlcenter 2025-08-05 16:19:58 +10:00
Renamed from modules/detachedcontent/Panes.qml (Browse further)