| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-11-15 | controlcenter: password input errors/wrong pass | ATMDA | 1 | -1/+9 | |
| 2025-11-15 | nmcli: fix errors + disable most logs | 2 * r + 2 * t | 1 | -291/+333 | |
| 2025-11-14 | nmcli: refactor to be readable/extensible | ATMDA | 1 | -244/+267 | |
| 2025-11-14 | network: removed all execs from Network.qml, now relies only on Nmcli.qml | ATMDA | 1 | -896/+182 | |
| 2025-11-13 | network: migrated to nmcli.qml | ATMDA | 1 | -0/+33 | |
| 2025-11-13 | service: Nmcli.qml | ATMDA | 1 | -0/+1246 | |
| 2025-11-13 | controlcenter: wireless debug removal (preparing for rewrite) | ATMDA | 1 | -208/+1 | |
| 2025-11-13 | cleanup: trailing whitespace removeal (entire project) | ATMDA | 2 | -80/+80 | |
| 2025-11-12 | controlcenter: wireless panel refactoring | ATMDA | 1 | -32/+225 | |
| 2025-11-12 | notifs/toasts: reverted all changes to notifications to c0ea060f | ATMDA | 1 | -71/+1 | |
| 2025-11-12 | conrolcenter: debug/rewrite of wireless panel | ATMDA | 1 | -14/+302 | |
| 2025-11-12 | notif/toasts: refactoring colors | ATMDA | 1 | -0/+35 | |
| 2025-11-12 | notifs/toasts: reworked notifications and toasts and how they display and ↵ | ATMDA | 1 | -1/+36 | |
| work together. see pull request comment. | |||||
| 2025-11-11 | controlcenter: added connection information to wireless to match ethernet panel | ATMDA | 1 | -1/+113 | |
| 2025-11-10 | controlcenter: polished ethernet panel | ATMDA | 1 | -2/+110 | |
| 2025-11-10 | controlcenter: ethernet panel (debug) | ATMDA | 1 | -1/+182 | |
| 2025-11-09 | controlcenter: wifi passphrase input | ATMDA | 1 | -4/+154 | |
| fix: dependability issues with nmcli | |||||
| 2025-11-09 | controlcenter: network and audio panels | ATMDA | 1 | -3/+18 | |
| 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-15 | toasts: add toast for media track change (#790) | dish | 1 | -0/+15 | |
| 2025-10-14 | feat: VPN toggle (#689) | Robin Seger | 1 | -0/+176 | |
| * 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 | toasts: add toast for kb layout change | 2 * r + 2 * t | 1 | -0/+9 | |
| Closes #688 | |||||
| 2025-10-13 | feat: configurable max volume (#723) | Robin Seger | 1 | -2/+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 | |||||
| 2025-10-01 | notifs: clear actually close notifs | 2 * r + 2 * t | 1 | -4/+4 | |
| 2025-09-26 | services/hypr: lock keys ignore mods | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-09-25 | plugin/hypr: fix devices + better error handling | 2 * r + 2 * t | 1 | -1/+7 | |
| Also fix lock indicators | |||||
| 2025-09-25 | plugin/hypr: add more helpers | 2 * r + 2 * t | 2 | -7/+12 | |
| Also refresh options on dynamic option application | |||||
| 2025-09-24 | plugin: add hypr extras (#690) | 2 * r + 2 * t | 2 | -38/+25 | |
| * move machine * works * prevent duplicate refreshes * use instead of hyprctl proc | |||||
| 2025-09-24 | plugin: add image analyser | 2 * r + 2 * t | 1 | -10/+4 | |
| 2025-09-23 | players: persist active player across reloads | 2 * r + 2 * t | 1 | -2/+10 | |
| 2025-09-23 | hypr: add cap/num lock toasts | 2 * r + 2 * t | 1 | -0/+22 | |
| 2025-09-23 | config: enable/disable specific toasts | 2 * r + 2 * t | 2 | -2/+8 | |
| 2025-09-23 | audio: audio device changed toasts (#684) | Robin Seger | 1 | -0/+34 | |
| * 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> | |||||
| 2025-09-23 | internal: add toasts for gamemode & dnd | 2 * r + 2 * t | 2 | -2/+13 | |
| 2025-09-22 | notifs: wrap time to days | 2 * r + 2 * t | 1 | -5/+10 | |
| 2025-09-22 | colours: fix term colours | 2 * r + 2 * t | 1 | -16/+16 | |
| 2025-09-21 | utilities: add toasts | 2 * r + 2 * t | 1 | -63/+71 | |
| 2025-09-20 | sidebar/notifs: fix minor bugs | 2 * r + 2 * t | 1 | -7/+3 | |
| Image/app icon/urgency/time not updating until corresponding notif is fully destroyed Weird array mutation shenanigans | |||||
| 2025-09-20 | notifs: persist images | 2 * r + 2 * t | 1 | -0/+49 | |
| 2025-09-20 | notifs: fix persistence sorting order | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-09-20 | sidebar/notifs: better anims + misc fixes | 2 * r + 2 * t | 1 | -22/+91 | |
| 2025-09-19 | notifs: persist time | 2 * r + 2 * t | 1 | -4/+5 | |
| 2025-09-19 | sidebar/notifs: add actions (#648) | 2 * r + 2 * t | 1 | -2/+17 | |
| * add actions (not done, transfer between machines) * notifs: fix persistence * notifs: persist actions (appearance only) * sidebar/notifs: add actions * sidebar/notifs: add copy action Also actions fill width * sidebar/notifs: better actions Fade at edges when scrollable * sidebar/notifs: fix urgency colours & icon * sidebar/notifs: remove unnecessary clipping * sidebar/notifs: fix artifacts with actions | |||||
| 2025-09-18 | notifs: persistent notifs + better sidebar notifs | 2 * r + 2 * t | 1 | -15/+71 | |
| 2025-09-18 | sidebar: add notifs | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-09-18 | idleinhibitor: completely hide window | 2 * r + 2 * t | 1 | -0/+2 | |
| Fixes #635 | |||||
| 2025-09-17 | idleinhibitor: use qs idleinhibitor | 2 * r + 2 * t | 1 | -7/+11 | |
| Closes #623 | |||||
| 2025-09-17 | notifs: fix dnd | 2 * r + 2 * t | 1 | -5/+4 | |
| 2025-09-16 | plugin: fix crashes | 2 * r + 2 * t | 1 | -7/+0 | |
| Fixes #629 | |||||
| 2025-09-15 | utilities/toggles: add dnd | 2 * r + 2 * t | 1 | -4/+30 | |
| Closes #80 Closes #426 | |||||