summaryrefslogtreecommitdiff
path: root/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* len :3Freya Murphy7 days1-1/+1
|
* remove more stuffffFreya Murphy7 days4-64/+0
|
* hardcode single wallpaperFreya Murphy7 days3-4/+2
|
* remove themes and configs from launcherFreya Murphy7 days2-119/+6
|
* bar/activewindow: allow disable show on hover2 * r + 2 * t8 days2-1/+3
| | | | | Closes #1209 Closes #1019
* utilities: allow disabling and moving toggles + support for extra row (#1181)Ezekiel Gonzales8 days2-1/+33
| | | | | | | | | | | | | * quickToggles: Allow disabling and moving toggles and support for extra row * edit: README * splitIndex logic edit * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar: allow setting custom workspace app icons in shell.json (#1214)Xavier Lhinares8 days2-1/+8
| | | | | | | | | | | | | * bar: allow setting custom workspace app icons in shell.json * rename to windowIcons and use regex field for regex Also allow specifying regex flags and exact name * add default config (fix steam icons) --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/activewindow: add compact option (#1201)Ezekiel Gonzales8 days2-0/+5
| | | Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* config: don't serialise sizes2 * r + 2 * t8 days1-113/+51
| | | | | We do not want to serialise sizes cause people aren't meant to change them
* config: add option to hide notifications on lockscreen (#1211)八奈見 レイ8 days2-0/+2
|
* fix: missing serialization for hiddenIcons (#1263)Evertiro9 days1-1/+2
| | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* workspaces: window icons limit (#1267)Robin Seger9 days2-0/+2
| | | | | * workspace window icons display limit * serialization
* feat: add excluded screens config opt2 * r + 2 * t11 days2-0/+2
| | | | Completely disables everything (except lock) for screen
* dashboard: dynamic dashboard tabs + fix performance settings updating (#1253)Robin Seger13 days2-1/+6
| | | | | | | | | | | | | | | | | | | * [CI] chore: update flake * Dashboard perf settings save, visibility on none enabled * Dashboard heigh stutter fixed, persist current tab * restore binding * wrapper async=false * ScriptModel, centralized tabs/panes, individual toggle * fixes, missed mediaUpdateInterval, passing values --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* bar: allow hiding tray icons (#1227)Evertiro2026-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First pass at hiding systray icons Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * Don't dump all IDs for no reason >_< Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * Better handling for hiding tray icons Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * Re-add EOF newline Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * Hide popouts too Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * Hide the expand icon if no icons are visible Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * Update modules/bar/components/Tray.qml Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> * Update modules/bar/components/Tray.qml Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> * Update modules/bar/components/Tray.qml Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> * That needs to be inverted * Clean up Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * fix --------- Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* feat: allow different systems for weather/performance (#1109)Evertiro2026-02-202-0/+2
| | | | | | | | | | | | | * Allow different systems for weather/performance Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * readme: update options Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> --------- Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* config: added option to set session icons (#1189)八奈見 レイ2026-02-192-0/+14
|
* dashboard/performance: new design, configurable, controlcenter support (#975)Thanh Minh2026-02-192-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* feat: add wallpaperEnabled option (#1187)Unrectified2026-02-192-0/+2
| | | | | | | | | | | | | | | | | * fix: change background color to none allowing other wallpaper engine and background enabled * feat: add wallpaperEnabled property and toggle in appearance settings * fix background: Make it "black" if wallpaper is enabled, otherwise "transparent" * fix: separate Visualiser from Wallpaper (hope I didn't made more shit buh) * fix: transparency not working & layer position * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* launcher: add favorite apps (#946)Bora Gülerman2026-02-192-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* fix: serialize excludedScreens config (#1151)Ezekiel Gonzales2026-02-081-1/+2
|
* config: allow adjusting the speed of gifs (#1147)Evertiro2026-02-042-0/+4
| | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* config: serialize brightnessIncrement (#1117)Ezekiel Gonzales2026-01-281-0/+1
| | | | | * config: serialize brightnessIncrement * add brightness increment on OSD scroll
* internal: format2 * r + 2 * t2026-01-281-5/+15
|
* controlcenter: fix desktop clock settings (#1114)ATDMA2026-01-221-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)Evertiro2026-01-202-0/+2
| | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* popouts/kblayout: revamp to be actually functional (#971)AleksElixir2026-01-192-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replacement KbLayout.qml for keyboard layout management * Add files via upload * Update KbLayout source component import * Remove KbLayout.qml and relocate to kblayout folder The KbLayout.qml file has been removed and relocated to the kblayout folder. * Code fixes, and added kbLimit config that toust would be dissableable * Add 'kbLimit' to configuration options Added the keyboard limit toast config to the README * Update KbLayout.qml * Update KbLayoutModel.qml * Update BarConfig.qml * Update Content.qml * remove old file --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* background: redesign desktop clock and allow positioning (#1092)Ezekiel Gonzales2026-01-181-0/+17
| | | | | | | | | | | | | | | | | * background(desktop clock): Redesigned the Desktop Clock and allow positioning and scaling * desktopClock: initial fix for contrast and added debug tool * fix properties * fix BackgroundConfig.qml for desktopClock * removed debugging tool and applied maintainer suggestions * added invert colors, opacity, and fix positioning * added blur, fix layout, allow invert colors * added implicitWidth behavior and small change
* launcher: add Settings action to open controlCenter (#1088)Ezekiel Gonzales2026-01-181-0/+8
|
* sysinfo: allow overriding OS icon (#1091)Evertiro2026-01-172-0/+2
| | | | | | | | | | | | | | | | | * 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>
* services: add brightnessIncrement config property (#1010)Ezekiel Gonzales2026-01-031-0/+1
| | | | | * feat: Add brightnessIncrement config property * birghtness increment applies on bar scroll
* Merge pull request #906 from atdma/main2 * r + 2 * t2026-01-031-4/+403
|\ | | | | controlcenter: many setting panes and minor features
| * Merge branch 'caelestia-dots:main' into mainATDMA2025-11-241-0/+5
| |\
| * | config: 0ms bug on save correctedATMDA2025-11-161-3/+25
| | |
| * | config: added save to singleton, updated relevant settings panesATMDA2025-11-151-2/+379
| | |
| * | tray: removed ethernet config options (network covers it)ATMDA2025-11-131-1/+0
| | |
| * | launcher: reverted python launcher item to not exist, changes back to c0ea060fATMDA2025-11-131-8/+0
| | |
| * | statusicons: added ethernet when active and popoutATMDA2025-11-101-0/+1
| | |
| * | launcher: python execution like calculator functionalityATMDA2025-11-101-0/+8
| | |
| * | fix: window title while keeping new panelsATMDA2025-11-091-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | modified: config/BarConfig.qml modified: modules/BatteryMonitor.qml modified: modules/background/DesktopClock.qml modified: modules/bar/Bar.qml modified: modules/controlcenter/WindowFactory.qml modified: modules/controlcenter/WindowTitle.qml
| * | config: settings in barATMDA2025-11-091-0/+4
| | |
* | | feat: add openExpanded notif config option (#993)Sven Fischer2025-12-211-0/+1
| | | | | | | | | | | | If set in the configuration, the notifications are opened in the expanded state, displaying the full notification text.
* | | bar: add config option to disable on selected screens (#920)Bora Gülerman2025-11-261-0/+1
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | bar/activewindow: add option to invert rotate (#922)Sven Fischer2025-11-241-0/+5
|/ | | | | | | * feat(activeWindow): Add rotation option to rotate counter-clockwise * feat(activeWindow): Change rotation to inverted boolean option * feat(activeWindow): Do not expose inverted property
* bar/popouts: allow disabling individual popouts2 * r + 2 * t2025-10-211-0/+7
| | | | Closes #826
* background: fix visualiser blur + allow disable2 * r + 2 * t2025-10-211-0/+1
| | | | Fixes #807
* toasts: add toast for media track change (#790)dish2025-10-151-0/+1
|
* feat: VPN toggle (#689)Robin Seger2025-10-141-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: configurable VPN toggle for Wireguard - Added VPN service for wg-quick - Added VPN toggle to utilities quick toggles - Configuration in UtilitiesConfig (enabled, connectionName) * fix: monitoring and toasts - Using nmcli monitor for state detection instead of polling - Added VPN toast notifications * fix: use polkit * feat: multi-provider VPN support - Added support for netbird and tailscale providers - Universal interface detection using ip link show - Provider-specific privilege handling (pkexec only for wireguard) - Updated README with VPN configuration examples * feat: less hardcoded, configurable providers * removed comments * code style changes * reorganize signal handler
* toasts: add toast for kb layout change2 * r + 2 * t2025-10-141-0/+1
| | | | Closes #688
* bar/workspaces: special ws icon config (#785)Robin Seger2025-10-131-0/+1
| | | | | * workspaces: icons config * add README json example