<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caelestia-shell/modules/controlcenter/taskbar, branch main</title>
<subtitle></subtitle>
<id>http://g.freya.cat/caelestia-shell/atom/modules/controlcenter/taskbar?h=main</id>
<link rel='self' href='http://g.freya.cat/caelestia-shell/atom/modules/controlcenter/taskbar?h=main'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/'/>
<updated>2026-03-16T13:45:27Z</updated>
<entry>
<title>fix rebase</title>
<updated>2026-03-16T13:45:27Z</updated>
<author>
<name>Freya Murphy</name>
<email>freya@freyacat.org</email>
</author>
<published>2026-01-22T14:02:54Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=6d9f0c1526c51ed1bc8102c135aae56a0bc0e1ef'/>
<id>urn:sha1:6d9f0c1526c51ed1bc8102c135aae56a0bc0e1ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bar/activewindow: add compact option (#1201)</title>
<updated>2026-03-15T07:55:55Z</updated>
<author>
<name>Ezekiel Gonzales</name>
<email>141341590+notsoeazy@users.noreply.github.com</email>
</author>
<published>2026-03-15T07:55:55Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=b68f0bae14227a4d65303654fef4801c76f57ac0'/>
<id>urn:sha1:b68f0bae14227a4d65303654fef4801c76f57ac0</id>
<content type='text'>
Co-authored-by: 2 * r + 2 * t &lt;61896496+soramanew@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>controlcenter/taskbar: add excludedScreens (#1215)</title>
<updated>2026-03-15T07:42:34Z</updated>
<author>
<name>Bora Gülerman</name>
<email>49169566+eratoriele@users.noreply.github.com</email>
</author>
<published>2026-03-15T07:42:34Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=aea2ac96ef9a6817fe9e81867da202eed4daba90'/>
<id>urn:sha1:aea2ac96ef9a6817fe9e81867da202eed4daba90</id>
<content type='text'>
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</content>
</entry>
<entry>
<title>workspaces: window icons limit (#1267)</title>
<updated>2026-03-15T06:34:52Z</updated>
<author>
<name>Robin Seger</name>
<email>pixelkhaos@gmail.com</email>
</author>
<published>2026-03-15T06:34:52Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=1508abd3e13fe30bd90bc11d80b52aa8d8d4596e'/>
<id>urn:sha1:1508abd3e13fe30bd90bc11d80b52aa8d8d4596e</id>
<content type='text'>
* workspace window icons display limit

* serialization</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>internal: format</title>
<updated>2026-01-28T08:21:44Z</updated>
<author>
<name>2 * r + 2 * t</name>
<email>61896496+soramanew@users.noreply.github.com</email>
</author>
<published>2026-01-28T08:21:44Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=9d7f0c48cebec02aaf2ca780b89a763ce91f8624'/>
<id>urn:sha1:9d7f0c48cebec02aaf2ca780b89a763ce91f8624</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bar/statusicons: allow disabling wifi icon when ethernet is active (#1107)</title>
<updated>2026-01-20T12:37:45Z</updated>
<author>
<name>Evertiro</name>
<email>dgriffiths@widgitlabs.com</email>
</author>
<published>2026-01-20T12:37:45Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=d50f6080ec55e87ff7bc600ebb66194119a0af7d'/>
<id>urn:sha1:d50f6080ec55e87ff7bc600ebb66194119a0af7d</id>
<content type='text'>
Signed-off-by: Dan Griffiths &lt;dgriffiths@widgitlabs.com&gt;</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>controlcenter: corrected taskbar panel container margins/padding</title>
<updated>2025-11-21T01:19:49Z</updated>
<author>
<name>ATMDA</name>
<email>atdma2600@gmail.com</email>
</author>
<published>2025-11-21T01:19:49Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=284e7b42971928465f11a83c4ccb8e95817183e2'/>
<id>urn:sha1:284e7b42971928465f11a83c4ccb8e95817183e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: update ConnectedButtonGroup</title>
<updated>2025-11-20T03:34:06Z</updated>
<author>
<name>ATMDA</name>
<email>atdma2600@gmail.com</email>
</author>
<published>2025-11-20T03:34:06Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=324b32c0c2ea1df2229dc341f3d120733a9320ae'/>
<id>urn:sha1:324b32c0c2ea1df2229dc341f3d120733a9320ae</id>
<content type='text'>
</content>
</entry>
</feed>
