summaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | notifs/toasts: reworked notifications and toasts and how they display and ↵ATMDA2025-11-1211-26/+591
| | | | | | | | | | | | work together. see pull request comment.
| * | tray: if background enabled and empty, background is hiddenATMDA2025-11-111-1/+1
| | |
| * | controlcenter: removed debug info togglesATMDA2025-11-112-222/+1
| | |
| * | popout: audio and blueooth changed button to say "Open Settings"ATMDA2025-11-112-2/+2
| | |
| * | controlcenter: desktop selector in appearance panel font stylingATMDA2025-11-111-5/+65
| | |
| * | controlcenter: added connection information to wireless to match ethernet panelATMDA2025-11-111-0/+101
| | |
| * | controlcenter: truncating interface names if too longATMDA2025-11-112-0/+4
| | |
| * | controlcenter: appearance panel, added border optionsATMDA2025-11-111-0/+140
| | |
| * | controlcenter: appearance panel, now does all shell.json optionsATMDA2025-11-111-0/+821
| | |
| * | controlcenter: apperance panel, mostly finishedATMDA2025-11-111-41/+35
| | |
| * | controlcenter: appearance panel, more shell.json settings availableATMDA2025-11-111-35/+582
| | |
| * | controlcenter: taskbar panel now configures all aspects of shell.json bar ↵ATMDA2025-11-111-63/+984
| | | | | | | | | | | | object except for scroll actions
| * | controlcenter: added debug toggle to taskbar objectsATMDA2025-11-111-1/+36
| | |
| * | controlcenter: launcher panel, can hide/show applicationsATMDA2025-11-114-1/+460
| | |
| * | controlcenter: taskbar object togglesATMDA2025-11-104-1/+416
| | |
| * | statusicons: made panel open in detach to match the bluetooth iconATMDA2025-11-101-4/+2
| | |
| * | statusicons: sound input/output now opens controlcenter instead of pavucontrolATMDA2025-11-101-2/+2
| | |
| * | statusicons: added ethernet when active and popoutATMDA2025-11-103-0/+196
| | |
| * | controlcenter: polishing appearance panelATMDA2025-11-101-35/+46
| | |
| * | controlcenter: polished ethernet panelATMDA2025-11-103-55/+95
| | |
| * | controlcenter: ethernet panel (debug)ATMDA2025-11-107-6/+801
| | |
| * | launcher: python execution like calculator functionalityATMDA2025-11-103-2/+142
| | |
| * | osicon: toggle launcher on clickATMDA2025-11-091-4/+22
| | |
| * | controlcenter: cleaning up ui to matchATMDA2025-11-092-67/+175
| | |
| * | fix: color schemes and variants in appearance paneATMDA2025-11-091-2/+40
| | |
| * | controlcenter: appearance paneATMDA2025-11-094-1/+534
| | |
| * | controlcenter: wifi passphrase inputATMDA2025-11-094-9/+297
| | | | | | | | | | | | fix: dependability issues with nmcli
| * | fix: panels (i'm debugging)ATMDA2025-11-097-0/+1123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new file: modules/bar/components/Settings.qml new file: modules/bar/components/SettingsIcon.qml new file: modules/controlcenter/audio/AudioPane.qml new file: modules/controlcenter/network/Details.qml new file: modules/controlcenter/network/NetworkList.qml new file: modules/controlcenter/network/NetworkPane.qml new file: modules/controlcenter/network/Settings.qml
| * | fix: window title while keeping new panelsATMDA2025-11-095-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+6
| | |
| * | controlcenter: network and audio panelsATMDA2025-11-097-21/+17
| | |
* | | feat: add openExpanded notif config option (#993)Sven Fischer2025-12-211-1/+1
| | | | | | | | | | | | If set in the configuration, the notifications are opened in the expanded state, displaying the full notification text.
* | | dashboard/media: fix log warnings (#949)senkun2025-12-021-2/+2
| | | | | | | | | | | | | | | | | | | | | * fix(dashboard): Media.qml module QML warnings due to stricter updated Qt6 checks * fix(dashboard): Media.qml module QML warnings * fix(dashboard): Media.qml module QML warnings
* | | picker: copy screenshot to clipboard (#940)tsukasa2025-12-012-1/+49
| | | | | | | | | | | | added screenshotClip and screenshotFreezeClip to allow directly copying screenshots to clipboard instead of opening it in swappy
* | | bar: add config option to disable on selected screens (#920)Bora Gülerman2025-11-262-2/+19
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-5/+10
|/ | | | | | | * feat(activeWindow): Add rotation option to rotate counter-clockwise * feat(activeWindow): Change rotation to inverted boolean option * feat(activeWindow): Do not expose inverted property
* batterymon : fix toast text for charger unplugged (#887)senkun2025-11-071-1/+1
|
* background: use clock font for the desktop clock font family (#852)anders1302025-11-031-0/+1
|
* background: fix wallpaper loading on init2 * r + 2 * t2025-10-301-0/+5
| | | | | Fixes #779 Closes #847
* bar/popouts: allow disabling individual popouts2 * r + 2 * t2025-10-212-7/+7
| | | | Closes #826
* background: fix visualiser blur + allow disable2 * r + 2 * t2025-10-212-49/+61
| | | | Fixes #807
* feat: VPN toggle (#689)Robin Seger2025-10-141-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* internal: fix lsp warnings2 * r + 2 * t2025-10-141-73/+75
|
* utilities/record: fix recording list months2 * r + 2 * t2025-10-131-0/+1
| | | | Fixes #782
* feat: configurable max volume (#723)Robin Seger2025-10-131-0/+2
| | | | | | | | | | * 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
* internal: fix bat charge state2 * r + 2 * t2025-10-082-2/+2
| | | | | Counts fully charged and pending charge as charging, same as prior to 90c051cf
* internal: fix battery charging logic for tray and lock (#751)Dylan Myers2025-10-062-2/+2
| | | | | | | | | | | | | * Update StatusIcons.qml --- Fix battery chargiing logic idk what the difference is in the return value of UPower.onBattery and UPower.displayDevice.state, but the former always returns false after unplugging my laptop. Changing this to the more specific displayDevice.state === 2 fixes this * Fetch.qml --- Fix battery charging boolean logic * Use enum value for UPowerDeviceState instead of index * Use enum value for UPowerDeviceState instead of index * Update Fetch.qml --- invert battery conditional logic
* launcher: fix exclusion with sidebarSoramane2025-10-031-2/+2
|
* idlemonitor: handle logind lock/unlock2 * r + 2 * t2025-09-271-1/+3
| | | | Fixes #705
* plugin: add sleep notifierSoramane2025-09-261-2/+10
| | | | Lock before sleep