<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caelestia-shell/modules/drawers, 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-16T21:07:54Z</updated>
<entry>
<title>change things</title>
<updated>2026-03-16T21:07:54Z</updated>
<author>
<name>Freya Murphy</name>
<email>freya@freyacat.org</email>
</author>
<published>2026-03-16T21:07:54Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=bb6717666a669aa81cda28896ed292ca5af55ece'/>
<id>urn:sha1:bb6717666a669aa81cda28896ed292ca5af55ece</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add excluded screens config opt</title>
<updated>2026-03-12T13:25:58Z</updated>
<author>
<name>2 * r + 2 * t</name>
<email>61896496+soramanew@users.noreply.github.com</email>
</author>
<published>2026-03-12T13:23:04Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=c1795d187a3561d805514809c9a434956a1a9118'/>
<id>urn:sha1:c1795d187a3561d805514809c9a434956a1a9118</id>
<content type='text'>
Completely disables everything (except lock) for screen
</content>
</entry>
<entry>
<title>launcher: add favorite apps (#946)</title>
<updated>2026-02-19T10:26:10Z</updated>
<author>
<name>Bora Gülerman</name>
<email>49169566+eratoriele@users.noreply.github.com</email>
</author>
<published>2026-02-19T10:26:10Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=40a255283083301b9503e1cbb9f0ea7db83e069a'/>
<id>urn:sha1:40a255283083301b9503e1cbb9f0ea7db83e069a</id>
<content type='text'>
* launcher: add favorite apps

Favorite apps always appear above non-favorite apps
Accepts regex, same logic as #920
Added the same regex logic to hidden apps
Added util file may need to be relocated

* addressed requested changes

* fix: Renamed newly added util singleton

Also added a null check to favorite icon loader in AppItem.qml

* controlCenter/launcherPane: added favorite apps

added icons to the app list to indicate if they are favorited/hidden
marking as favorite/hidden is desabled if the other is selected

* favouriteApps: renamed from favorite to favourite

Also disabled favorite/hidden switch for entries added as regex

* appDb: added notify and emit to favoriteApps

* controlCentre/Launcher: Fixed bug with favourite switch not enabling itself when no hiddenApps exist

Added a comment to explain the enabled state of the switches
icon loader is now a single loader rather than two, hidden icon has
priority

* spelling mistakes

* fixed warning

* formatting fixes</content>
</entry>
<entry>
<title>internal: fix errors due to sync loaders</title>
<updated>2026-01-15T14:59:20Z</updated>
<author>
<name>2 * r + 2 * t</name>
<email>61896496+soramanew@users.noreply.github.com</email>
</author>
<published>2026-01-15T14:55:20Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=33c1c694de3c214306f72c16f7581cd93886dc6b'/>
<id>urn:sha1:33c1c694de3c214306f72c16f7581cd93886dc6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #906 from atdma/main</title>
<updated>2026-01-03T06:53:06Z</updated>
<author>
<name>2 * r + 2 * t</name>
<email>61896496+soramanew@users.noreply.github.com</email>
</author>
<published>2026-01-03T06:53:06Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=bdcd13222fc6edc77c779a396900ab909e7d5439'/>
<id>urn:sha1:bdcd13222fc6edc77c779a396900ab909e7d5439</id>
<content type='text'>
controlcenter: many setting panes and minor features</content>
</entry>
<entry>
<title>bar: add config option to disable on selected screens (#920)</title>
<updated>2025-11-26T04:45:49Z</updated>
<author>
<name>Bora Gülerman</name>
<email>49169566+eratoriele@users.noreply.github.com</email>
</author>
<published>2025-11-26T04:45:49Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=24b313497f22f837577371675c145ba9b51d7ee5'/>
<id>urn:sha1:24b313497f22f837577371675c145ba9b51d7ee5</id>
<content type='text'>
* modules/drawers: Added a bar config option to disable the bar on selected screens

Extended the visualizer on screens that the bar is hidden

* modules/drawers: surrounded barwrapper with a loader

* fix/modules/drawers: fix a null reference

missed to fix a reference to bar object to barLoader.item

* modules/drawers: added regex support

also reverted the barLoader, added a disabled property to BarLoader
instead

* fix: module/drawers: applied requested changes</content>
</entry>
<entry>
<title>controlcenter: changed to popout vs floating to match the other settings buttons (fixed issues with resizing)</title>
<updated>2025-11-16T14:45:05Z</updated>
<author>
<name>ATMDA</name>
<email>atdma2600@gmail.com</email>
</author>
<published>2025-11-16T14:45:05Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=21e715468e9800a73c731921c27177731033d2ec'/>
<id>urn:sha1:21e715468e9800a73c731921c27177731033d2ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drawers: reverted changes to c0ea060</title>
<updated>2025-11-13T19:59:03Z</updated>
<author>
<name>ATMDA</name>
<email>atdma2600@gmail.com</email>
</author>
<published>2025-11-13T19:59:03Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=02d4feb3ab2b8cce239d5bd2c22593b5cf972ea1'/>
<id>urn:sha1:02d4feb3ab2b8cce239d5bd2c22593b5cf972ea1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drawers: reverted changes to c0ea060f</title>
<updated>2025-11-13T19:50:11Z</updated>
<author>
<name>ATMDA</name>
<email>atdma2600@gmail.com</email>
</author>
<published>2025-11-13T19:50:11Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=a13f69531ff67bbf4f1e7d9f4e5d391090459fd8'/>
<id>urn:sha1:a13f69531ff67bbf4f1e7d9f4e5d391090459fd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup: trailing whitespace removeal (entire project)</title>
<updated>2025-11-13T19:41:14Z</updated>
<author>
<name>ATMDA</name>
<email>atdma2600@gmail.com</email>
</author>
<published>2025-11-13T19:41:14Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/caelestia-shell/commit/?id=1da9c68be8f336a671f9514cf5feaaf5998da981'/>
<id>urn:sha1:1da9c68be8f336a671f9514cf5feaaf5998da981</id>
<content type='text'>
</content>
</entry>
</feed>
