<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caelestia-shell/modules/dashboard/dash, branch main</title>
<subtitle></subtitle>
<id>http://g.freya.cat/caelestia-shell/atom?h=main</id>
<link rel='self' href='http://g.freya.cat/caelestia-shell/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/'/>
<updated>2026-03-16T14:25:53Z</updated>
<entry>
<title>remove dashboard</title>
<updated>2026-03-16T14:25:53Z</updated>
<author>
<name>Freya Murphy</name>
<email>freya@freyacat.org</email>
</author>
<published>2026-03-16T14:25:53Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=5a001251c981f25ad6d2521cc26c9feb0272c103'/>
<id>urn:sha1:5a001251c981f25ad6d2521cc26c9feb0272c103</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simplify dashboard</title>
<updated>2026-03-16T14:07:32Z</updated>
<author>
<name>Freya Murphy</name>
<email>freya@freyacat.org</email>
</author>
<published>2026-03-16T14:07:32Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=fc60c4aacf4189188bf566219d38cb2dab4704d8'/>
<id>urn:sha1:fc60c4aacf4189188bf566219d38cb2dab4704d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove more things again lol</title>
<updated>2026-03-16T13:29:51Z</updated>
<author>
<name>Freya Murphy</name>
<email>freya@freyacat.org</email>
</author>
<published>2026-01-10T22:29:29Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=0a79ad4725d654850fd8598adc187e925d62b508'/>
<id>urn:sha1:0a79ad4725d654850fd8598adc187e925d62b508</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove recording</title>
<updated>2026-03-16T13:12:20Z</updated>
<author>
<name>Freya Murphy</name>
<email>freya@freyacat.org</email>
</author>
<published>2026-01-08T21:26:49Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=371c1520a53234b4d73ce289771476c4475bcfff'/>
<id>urn:sha1:371c1520a53234b4d73ce289771476c4475bcfff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>media: hide person icon if user pfp is ready (#1213)</title>
<updated>2026-03-15T07:28:56Z</updated>
<author>
<name>Xavier Lhinares</name>
<email>60365026+XLhinares@users.noreply.github.com</email>
</author>
<published>2026-03-15T07:28:56Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=eed6adb0e49451872a3f8542956d6cb731c61ccb'/>
<id>urn:sha1:eed6adb0e49451872a3f8542956d6cb731c61ccb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dashboard/performance: new design, configurable, controlcenter support (#975)</title>
<updated>2026-02-19T11:53:22Z</updated>
<author>
<name>Thanh Minh</name>
<email>112760114+tmih06@users.noreply.github.com</email>
</author>
<published>2026-02-19T11:53:22Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=46174d1934370b2f4a7da43a3dbc0289c14a5a2d'/>
<id>urn:sha1:46174d1934370b2f4a7da43a3dbc0289c14a5a2d</id>
<content type='text'>
* 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 &amp; Battery toggle not showing if not found

* chore: fix network widget spacing &amp; text

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

* chore: remove old &amp; unused value, functions

* chore: network graph update smoothly when data points change

* chore: refactor settings

- de-flood settings, most of the font &amp; 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 &amp; 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 &lt;61896496+soramanew@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>config: allow adjusting the speed of gifs (#1147)</title>
<updated>2026-02-04T08:04:10Z</updated>
<author>
<name>Evertiro</name>
<email>dgriffiths@widgitlabs.com</email>
</author>
<published>2026-02-04T08:04:10Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=7a41a85954a40366bd25ed4e33d1cd9146507ad4'/>
<id>urn:sha1:7a41a85954a40366bd25ed4e33d1cd9146507ad4</id>
<content type='text'>
Signed-off-by: Dan Griffiths &lt;dgriffiths@widgitlabs.com&gt;</content>
</entry>
<entry>
<title>background: fix desktop clock 12h format</title>
<updated>2026-01-20T09:53:34Z</updated>
<author>
<name>2 * r + 2 * t</name>
<email>61896496+soramanew@users.noreply.github.com</email>
</author>
<published>2026-01-20T09:53:34Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=685ad569a3d362c1b02cd2d26862059889232c9b'/>
<id>urn:sha1:685ad569a3d362c1b02cd2d26862059889232c9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>internal: no async loaders</title>
<updated>2026-01-15T14:40:38Z</updated>
<author>
<name>2 * r + 2 * t</name>
<email>61896496+soramanew@users.noreply.github.com</email>
</author>
<published>2026-01-15T14:40:38Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=4f7f21a86dea0cd8c12b9b748ea19d95aefa43b8'/>
<id>urn:sha1:4f7f21a86dea0cd8c12b9b748ea19d95aefa43b8</id>
<content type='text'>
Fixes reload issue and all stuff not loading issues
</content>
</entry>
<entry>
<title>plugin: refactor into modules</title>
<updated>2025-09-13T04:38:44Z</updated>
<author>
<name>2 * r + 2 * t</name>
<email>61896496+soramanew@users.noreply.github.com</email>
</author>
<published>2025-09-13T04:38:44Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=306cfc06ed38a2f86616c1f2fe64de45321f21a6'/>
<id>urn:sha1:306cfc06ed38a2f86616c1f2fe64de45321f21a6</id>
<content type='text'>
</content>
</entry>
</feed>
