| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: VPN toggle (#689) | Robin Seger | 2025-10-14 | 1 | -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 change | 2 * r + 2 * t | 2025-10-14 | 1 | -0/+1 |
| | | | | | Closes #688 | ||||
| * | utilities: size fixes | 2 * r + 2 * t | 2025-09-25 | 1 | -0/+1 |
| | | |||||
| * | hypr: add cap/num lock toasts | 2 * r + 2 * t | 2025-09-23 | 1 | -0/+2 |
| | | |||||
| * | config: enable/disable specific toasts | 2 * r + 2 * t | 2025-09-23 | 1 | -0/+4 |
| | | |||||
| * | audio: audio device changed toasts (#684) | Robin Seger | 2025-09-23 | 1 | -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> | ||||
| * | utilities: add toasts | 2 * r + 2 * t | 2025-09-21 | 1 | -0/+1 |
| | | |||||
| * | utilities/record: select mode | 2 * r + 2 * t | 2025-09-15 | 1 | -1/+1 |
| | | |||||
| * | utilities: add keep awake and quick toggles | 2 * r + 2 * t | 2025-09-12 | 1 | -0/+11 |