summaryrefslogtreecommitdiff
path: root/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove themes and configs from launcherFreya Murphy25 hours2-120/+0
|
* controlcenter: fix desktop clock settings (#1114)ATDMA29 hours1-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)Evertiro3 days2-0/+2
| | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* popouts/kblayout: revamp to be actually functional (#971)AleksElixir4 days2-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 Gonzales6 days1-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 Gonzales6 days1-0/+8
|
* sysinfo: allow overriding OS icon (#1091)Evertiro6 days2-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
* feat: configurable max volume (#723)Robin Seger2025-10-131-0/+1
| | | | | | | | | | * feat: configurable max volume - Add maxVolume config option to ServiceConfig - Add maxValue property to FilledSlider component - Update OSD sliders to respect maxVolume setting - Update example config in README * fix: remove redundant maxValue prop
* plugin: add sleep notifierSoramane2025-09-261-0/+1
| | | | Lock before sleep
* utilities: size fixes2 * r + 2 * t2025-09-251-0/+1
|
* bar: add compact tray option2 * r + 2 * t2025-09-251-0/+1
| | | | Closes #659
* hypr: add cap/num lock toasts2 * r + 2 * t2025-09-231-0/+2
|
* config: enable/disable specific toasts2 * r + 2 * t2025-09-232-1/+6
|
* audio: audio device changed toasts (#684)Robin Seger2025-09-231-0/+6
| | | | | | | | | | | | | * Added toast notifications for audio device changes * rename to toasts * moved into audio service * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* idlemonitor: configurable timeouts2 * r + 2 * t2025-09-231-3/+15
| | | | Closes #669
* 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 battery warnings2 * r + 2 * t2025-09-211-0/+26
| | | | | Closes #73 Closes #117
* utilities: add toasts2 * r + 2 * t2025-09-211-0/+1
|
* feat: add sidebar2 * r + 2 * t2025-09-182-0/+13
| | | | WIP
* idlemonitor: inhibit when audio playing2 * r + 2 * t2025-09-171-0/+1
|
* feat: add idle monitor2 * r + 2 * t2025-09-171-0/+7
| | | | Replaces hypridle
* utilities/record: select mode2 * r + 2 * t2025-09-151-1/+1
|
* utilities: add recording control2 * r + 2 * t2025-09-141-0/+2
|
* config/launcher: set default maxShown to 72 * r + 2 * t2025-09-131-1/+1
| | | | Better for 1920x1080 screens
* bar: remove idle inhibitor2 * r + 2 * t2025-09-121-4/+0
| | | | Use the one in the utilities panel instead
* utilities: add keep awake and quick toggles2 * r + 2 * t2025-09-122-0/+13
|
* launcher: add config option for hiding applications (#568)anders1302025-09-101-0/+1
| | | | | | | | | | | | | * feat(launcher): add config option for excluding applications from launcher * fix(launcher): rename excludedApps to hiddenApps * chore: add example to readme * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/tray: add icon subs2 * r + 2 * t2025-09-091-0/+1
| | | | Usage: array of { id, image | icon }
* launcher: allow configuring actions (#558)Belal2025-09-091-0/+107
| | | | | | | | | | | * refactor: make launcher actions configurable * use variants + internal -> setMode + format * reorder readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar: configurable scroll actions (#559)Belal2025-09-081-0/+7
| | | | | | | | | | | * bar: add option to disable scroll actions for volume and brightness * options for workspaces, brightness and volume * add options to readme + format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>