summaryrefslogtreecommitdiff
path: root/config/Config.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* controlcenter: fix desktop clock settings (#1114)ATDMA2 days1-1/+14
| | | | | | | | | | | | | | | | Add missing desktop clock properties to serializeBackground() function: - desktopClock.scale - desktopClock.position - desktopClock.invertColors - desktopClock.background.enabled - desktopClock.background.opacity - desktopClock.background.blur - desktopClock.shadow.enabled - desktopClock.shadow.opacity - desktopClock.shadow.blur This fixes the issue where the desktop clock background enabled toggle (and other desktop clock settings) would not persist when the control center was reloaded.
* bar/statusicons: allow disabling wifi icon when ethernet is active (#1107)Evertiro4 days1-0/+1
| | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* sysinfo: allow overriding OS icon (#1091)Evertiro7 days1-0/+1
| | | | | | | | | | | | | | | | | * Allow overriding OS icon Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * Support icons and live reloading Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * isDefaultLogo should default to true Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> --------- Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* config: 0ms bug on save correctedATMDA2025-11-161-3/+25
|
* config: added save to singleton, updated relevant settings panesATMDA2025-11-151-2/+379
|
* config: enable/disable specific toasts2 * r + 2 * t2025-09-231-1/+2
|
* config: add toasts for events2 * r + 2 * t2025-09-221-1/+22
| | | | | Loaded, load parse error, load failed, save failed Also increase toast icon size
* feat: add sidebar2 * r + 2 * t2025-09-181-0/+2
| | | | WIP
* utilities: add keep awake and quick toggles2 * r + 2 * t2025-09-121-0/+2
|
* internal: refactor Paths util2 * r + 2 * t2025-09-031-1/+1
|
* internal: static bar width2 * r + 2 * t2025-08-151-1/+0
|
* config: make appearance configurable2 * r + 2 * t2025-08-091-0/+2
|
* internal: rename dcontent -> controlcenter2 * r + 2 * t2025-08-051-2/+2
|
* config: add apps config2 * r + 2 * t2025-08-021-0/+2
| | | | Closes #318 and #305
* dcontent: create bluetooth panel2 * r + 2 * t2025-07-231-0/+2
|
* config: allow disabling background2 * r + 2 * t2025-07-201-0/+2
| | | | Closes #208
* internal: fix types for lsp2 * r + 2 * t2025-07-191-11/+11
|
* internal: create service configSoramane2025-07-161-0/+2
|
* internal: use new qs importsSoramane2025-07-161-1/+1
|
* paths: decode urls2 * r + 2 * t2025-07-071-1/+1
| | | | Fixes spaces in paths breaking things
* feat: lock screen2 * r + 2 * t2025-06-221-0/+2
|
* feat: window info panel2 * r + 2 * t2025-06-211-0/+2
| | | | Also disable reload popup
* internal: make wallpaper dir configurable2 * r + 2 * t2025-06-191-0/+2
|
* internal: remove unnecessary import2 * r + 2 * t2025-06-151-1/+0
|
* config: actually reload when file changes2 * r + 2 * t2025-06-151-0/+1
|
* feat: user config file2 * r + 2 * t2025-06-151-0/+36
Config file at `~/.config/caelestia/shell.json`