| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-12-07 | [CI] chore: update flake | github-actions | 1 | -10/+10 | |
| 2025-12-02 | dashboard/media: fix log warnings (#949) | senkun | 1 | -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 | |||||
| 2025-12-01 | picker: copy screenshot to clipboard (#940) | tsukasa | 2 | -1/+49 | |
| added screenshotClip and screenshotFreezeClip to allow directly copying screenshots to clipboard instead of opening it in swappy | |||||
| 2025-12-01 | issues: fix typo in issue description template (#943) | Dawid Lech Socha | 1 | -1/+1 | |
| 2025-11-30 | [CI] chore: update flake | github-actions | 1 | -10/+10 | |
| 2025-11-26 | bar: add config option to disable on selected screens (#920) | Bora GΓΌlerman | 4 | -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 | |||||
| 2025-11-24 | bar/activewindow: add option to invert rotate (#922) | Sven Fischer | 3 | -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 | |||||
| 2025-11-23 | [CI] chore: update flake | github-actions | 1 | -10/+10 | |
| 2025-11-16 | [CI] chore: update flake | github-actions | 1 | -10/+10 | |
| 2025-11-09 | [CI] chore: update flake | github-actions | 1 | -6/+6 | |
| 2025-11-07 | batterymon : fix toast text for charger unplugged (#887) | senkun | 1 | -1/+1 | |
| 2025-11-04 | nix: `system` -> `pkgs.stdenv.hostPlatform.system` (#880) | Horu | 1 | -3/+3 | |
| 2025-11-04 | nix: ensure exec permission for wrap_term_launch.sh (#879) | πππππππ | 1 | -0/+3 | |
| Fixes #614 | |||||
| 2025-11-03 | background: use clock font for the desktop clock font family (#852) | anders130 | 1 | -0/+1 | |
| 2025-11-02 | [CI] chore: update flake | github-actions | 1 | -10/+10 | |
| 2025-11-01 | nix/hm: prevent generation of configuration file when config is empty (#867) | flpflan | 1 | -3/+8 | |
| 2025-10-30 | background: fix wallpaper loading on init | 2 * r + 2 * t | 1 | -0/+5 | |
| Fixes #779 Closes #847 | |||||
| 2025-10-26 | [CI] chore: update flake | github-actions | 1 | -6/+6 | |
| 2025-10-23 | hypr: account for kb layout variants (#836) | Nikita Friesen | 1 | -7/+23 | |
| Refactor layout and variant parsing logic in Hypr.qml to improve readability and maintainability. | |||||
| 2025-10-21 | bar/popouts: allow disabling individual popouts | 2 * r + 2 * t | 4 | -7/+19 | |
| Closes #826 | |||||
| 2025-10-21 | internal: fix serviceref lsp warning | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-10-21 | background: fix visualiser blur + allow disable | 2 * r + 2 * t | 4 | -49/+63 | |
| Fixes #807 | |||||
| 2025-10-19 | [CI] chore: update flake | github-actions | 1 | -10/+10 | |
| 2025-10-15 | toasts: add toast for media track change (#790) | dish | 3 | -0/+17 | |
| 2025-10-14 | feat: VPN toggle (#689) | Robin Seger | 4 | -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 | |||||
| 2025-10-14 | internal: fix lsp warnings | 2 * r + 2 * t | 1 | -73/+75 | |
| 2025-10-14 | internal: use QQmlListProperty | 2 * r + 2 * t | 9 | -40/+54 | |
| Fix lsp errors | |||||
| 2025-10-14 | toasts: add toast for kb layout change | 2 * r + 2 * t | 3 | -0/+11 | |
| Closes #688 | |||||
| 2025-10-13 | utilities/record: fix recording list months | 2 * r + 2 * t | 1 | -0/+1 | |
| Fixes #782 | |||||
| 2025-10-13 | bar/workspaces: special ws icon config (#785) | Robin Seger | 3 | -1/+15 | |
| * workspaces: icons config * add README json example | |||||
| 2025-10-13 | feat: configurable max volume (#723) | Robin Seger | 4 | -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 | |||||
| 2025-10-12 | [CI] chore: update flake | github-actions | 1 | -10/+10 | |
| 2025-10-08 | readme: add clock font example conf | 2 * r + 2 * t | 1 | -0/+1 | |
| 2025-10-08 | internal: fix bat charge state | 2 * r + 2 * t | 2 | -2/+2 | |
| Counts fully charged and pending charge as charging, same as prior to 90c051cf | |||||
| 2025-10-06 | assets: fix bongocat border (#752) | Belal | 1 | -0/+0 | |
| Closes #656 | |||||
| 2025-10-06 | internal: fix battery charging logic for tray and lock (#751) | Dylan Myers | 2 | -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 | |||||
| 2025-10-05 | [CI] chore: update flake | github-actions | 1 | -10/+10 | |
| 2025-10-03 | launcher: fix exclusion with sidebar | Soramane | 1 | -2/+2 | |
| 2025-10-01 | plugin/cutils: warn on overwrite fail | 2 * r + 2 * t | 1 | -1/+4 | |
| 2025-10-01 | notifs: clear actually close notifs | 2 * r + 2 * t | 1 | -4/+4 | |
| 2025-09-28 | [CI] chore: update flake | github-actions | 1 | -6/+6 | |
| 2025-09-27 | plugin/cp: O(n) monstercat | 2 * r + 2 * t | 1 | -9/+15 | |
| Closes #708 Looks slightly worse I think, but not by much | |||||
| 2025-09-27 | idlemonitor: handle logind lock/unlock | 2 * r + 2 * t | 5 | -36/+75 | |
| Fixes #705 | |||||
| 2025-09-26 | services/hypr: lock keys ignore mods | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-09-26 | plugin/hypr: fix shadowed decl | Soramane | 1 | -4/+4 | |
| 2025-09-26 | plugin: add sleep notifier | Soramane | 7 | -3/+70 | |
| Lock before sleep | |||||
| 2025-09-25 | nix: add clazy to devshell | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-09-25 | utilities: size fixes | 2 * r + 2 * t | 3 | -4/+4 | |
| 2025-09-25 | plugin/hypr: fix updating keyboards | 2 * r + 2 * t | 1 | -5/+10 | |
| 2025-09-25 | plugin/hypr: fix devices + better error handling | 2 * r + 2 * t | 5 | -8/+46 | |
| Also fix lock indicators | |||||