summaryrefslogtreecommitdiff
path: root/modules/controlcenter/taskbar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bar/activewindow: add compact option (#1201)Ezekiel Gonzales8 days1-19/+51
| | | Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* controlcenter/taskbar: add excludedScreens (#1215)Bora Gülerman8 days1-0/+40
| | | | | | | | | also changed controlcenter/components/ConnectedButtonGroup - Changed row layout to grid layout - Added optional prop: row, which defaults to 1 so it looks same as row layout if not given - added new field to options, which bypasses rootItem bind. This is needed because we can not predict the number of monitors the user has, and can not create a seperate variable for each one
* workspaces: window icons limit (#1267)Robin Seger8 days1-0/+37
| | | | | * workspace window icons display limit * serialization
* dashboard/performance: new design, configurable, controlcenter support (#975)Thanh Minh2026-02-191-108/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* internal: format2 * r + 2 * t2026-01-282-151/+152
|
* bar/statusicons: allow disabling wifi icon when ethernet is active (#1107)Evertiro2026-01-201-5/+15
| | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* internal: no async loaders2 * r + 2 * t2026-01-161-1/+0
| | | | Fixes reload issue and all stuff not loading issues
* controlcenter: corrected taskbar panel container margins/paddingATMDA2025-11-201-3/+7
|
* refactor: update ConnectedButtonGroupATMDA2025-11-191-92/+13
|
* refactor: replaced input fields with SliderInput componentsATMDA2025-11-191-91/+15
|
* cleanup: removed unnecessary commentsATMDA2025-11-191-32/+0
|
* controlcenter: minor moving around elements in taskbar panelATMDA2025-11-181-41/+41
|
* controlcenter: added more missing options to taskbar panelATMDA2025-11-182-7/+123
|
* controlcenter: padding/margins on taskbar panelATMDA2025-11-171-5/+5
|
* controlcenter: renamed panel titles from settings to panel nameATMDA2025-11-171-1/+1
|
* controlcenter: changed button label for audio to speakersATMDA2025-11-171-1/+1
|
* controlcenter: changed button groups to match other elementsATMDA2025-11-171-61/+70
|
* controlcenter: removed expand/collapse all on taskbar panelATMDA2025-11-171-15/+0
|
* controlcenter: corrected tray settings headingATMDA2025-11-171-1/+5
|
* controlcenter: correcting padding/margins on containersATMDA2025-11-171-0/+2
|
* controlcenter: correcting padding/margins on containersATMDA2025-11-171-1/+5
|
* controlcenter: taskbar panel layout reorgATMDA2025-11-172-270/+324
|
* controlcenter: relabled buttons in connected groupATMDA2025-11-171-4/+4
|
* controlcenter: refined connected button groupsATMDA2025-11-172-152/+157
|
* controlcenter: connected button group componentATMDA2025-11-172-61/+202
|
* controlcenter: converted taskbar panel to single pane viewATMDA2025-11-171-482/+368
|
* controlcenter: taskbar clock settings bg correctionATMDA2025-11-171-23/+6
|
* controlcenter: added collapse/expand all to apperaance and taskbarATMDA2025-11-161-10/+31
|
* controlcenter: corrected missing config.save() on panesATMDA2025-11-161-0/+3
|
* controlcenter: revamped and added more slidersATMDA2025-11-151-8/+96
|
* controlcenter: corrected all panels edge-to-edge containersATMDA2025-11-151-66/+89
|
* controlcenter: correcting margin inconsistencies between panelsATMDA2025-11-151-0/+1
|
* controlcenter: fix edge to edge in panelsATMDA2025-11-151-5/+7
|
* controlcenter: removed FileView and now all use singleton ConfigATMDA2025-11-151-134/+60
|
* controlcenter: clip to all styledflickableATMDA2025-11-151-0/+2
|
* controlcenter: fixed anchors vs parent logsATMDA2025-11-151-4/+4
|
* controlcenter: minor tidying (capitalization and filename)ATMDA2025-11-141-1/+1
|
* cleanup: trailing whitespace removeal (entire project)ATMDA2025-11-131-4/+4
|
* controlcenter: refactoring into componentsATMDA2025-11-121-795/+218
|
* controlcenter: removed debug info togglesATMDA2025-11-111-108/+1
|
* controlcenter: taskbar panel now configures all aspects of shell.json bar ↵ATMDA2025-11-111-63/+984
| | | | object except for scroll actions
* controlcenter: added debug toggle to taskbar objectsATMDA2025-11-111-1/+36
|
* controlcenter: taskbar object togglesATMDA2025-11-101-0/+402