summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | controlcenter: wifi passphrase inputATMDA2025-11-095-13/+451
| | | | | | | | | | | | | | | | 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-096-13/+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-092-0/+10
| | | |
| * | | controlcenter: network and audio panelsATMDA2025-11-098-24/+35
| | | |
* | | | [CI] chore: update flakegithub-actions2025-12-281-10/+10
| | | |
* | | | [CI] chore: update flakegithub-actions2025-12-211-6/+6
| | | |
* | | | feat: add openExpanded notif config option (#993)Sven Fischer2025-12-213-1/+3
| | | | | | | | | | | | | | | | If set in the configuration, the notifications are opened in the expanded state, displaying the full notification text.
* | | | [CI] chore: update flakegithub-actions2025-12-141-6/+6
| | | |
* | | | [CI] chore: update flakegithub-actions2025-12-071-10/+10
| | | |
* | | | 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
* | | | issues: fix typo in issue description template (#943)Dawid Lech Socha2025-12-011-1/+1
| | | |
* | | | [CI] chore: update flakegithub-actions2025-11-301-10/+10
| | | |
* | | | bar: add config option to disable on selected screens (#920)Bora GΓΌlerman2025-11-264-2/+21
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-243-5/+18
| | | | | | | | | | | | | | | | | | | | | * feat(activeWindow): Add rotation option to rotate counter-clockwise * feat(activeWindow): Change rotation to inverted boolean option * feat(activeWindow): Do not expose inverted property
* | | [CI] chore: update flakegithub-actions2025-11-231-10/+10
| |/ |/|
* | [CI] chore: update flakegithub-actions2025-11-161-10/+10
|/
* [CI] chore: update flakegithub-actions2025-11-091-6/+6
|
* batterymon : fix toast text for charger unplugged (#887)senkun2025-11-071-1/+1
|
* nix: `system` -> `pkgs.stdenv.hostPlatform.system` (#880)Horu2025-11-041-3/+3
|
* nix: ensure exec permission for wrap_term_launch.sh (#879)π€π–“π–†π–—π–Žπ–”π2025-11-041-0/+3
| | | Fixes #614
* background: use clock font for the desktop clock font family (#852)anders1302025-11-031-0/+1
|
* [CI] chore: update flakegithub-actions2025-11-021-10/+10
|
* nix/hm: prevent generation of configuration file when config is empty (#867)flpflan2025-11-011-3/+8
|
* background: fix wallpaper loading on init2 * r + 2 * t2025-10-301-0/+5
| | | | | Fixes #779 Closes #847
* [CI] chore: update flakegithub-actions2025-10-261-6/+6
|
* hypr: account for kb layout variants (#836)Nikita Friesen2025-10-231-7/+23
| | | Refactor layout and variant parsing logic in Hypr.qml to improve readability and maintainability.
* bar/popouts: allow disabling individual popouts2 * r + 2 * t2025-10-214-7/+19
| | | | Closes #826
* internal: fix serviceref lsp warning2 * r + 2 * t2025-10-211-1/+1
|
* background: fix visualiser blur + allow disable2 * r + 2 * t2025-10-214-49/+63
| | | | Fixes #807
* [CI] chore: update flakegithub-actions2025-10-191-10/+10
|
* toasts: add toast for media track change (#790)dish2025-10-153-0/+17
|
* feat: VPN toggle (#689)Robin Seger2025-10-144-1/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* internal: use QQmlListProperty2 * r + 2 * t2025-10-149-40/+54
| | | | Fix lsp errors
* toasts: add toast for kb layout change2 * r + 2 * t2025-10-143-0/+11
| | | | Closes #688
* utilities/record: fix recording list months2 * r + 2 * t2025-10-131-0/+1
| | | | Fixes #782
* bar/workspaces: special ws icon config (#785)Robin Seger2025-10-133-1/+15
| | | | | * workspaces: icons config * add README json example
* feat: configurable max volume (#723)Robin Seger2025-10-134-2/+6
| | | | | | | | | | * 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
* [CI] chore: update flakegithub-actions2025-10-121-10/+10
|
* readme: add clock font example conf2 * r + 2 * t2025-10-081-0/+1
|
* 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
* assets: fix bongocat border (#752)Belal2025-10-061-0/+0
| | | Closes #656
* 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
* [CI] chore: update flakegithub-actions2025-10-051-10/+10
|
* launcher: fix exclusion with sidebarSoramane2025-10-031-2/+2
|
* plugin/cutils: warn on overwrite fail2 * r + 2 * t2025-10-011-1/+4
|
* notifs: clear actually close notifs2 * r + 2 * t2025-10-011-4/+4
|
* [CI] chore: update flakegithub-actions2025-09-281-6/+6
|