summaryrefslogtreecommitdiff
path: root/config/UtilitiesConfig.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: VPN toggle (#689)Robin Seger2025-10-141-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 change2 * r + 2 * t2025-10-141-0/+1
| | | | Closes #688
* utilities: size fixes2 * r + 2 * t2025-09-251-0/+1
|
* hypr: add cap/num lock toasts2 * r + 2 * t2025-09-231-0/+2
|
* config: enable/disable specific toasts2 * r + 2 * t2025-09-231-0/+4
|
* audio: audio device changed toasts (#684)Robin Seger2025-09-231-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 toasts2 * r + 2 * t2025-09-211-0/+1
|
* utilities/record: select mode2 * r + 2 * t2025-09-151-1/+1
|
* utilities: add keep awake and quick toggles2 * r + 2 * t2025-09-121-0/+11