summaryrefslogtreecommitdiff
path: root/config/UtilitiesConfig.qml (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-10-15toasts: add toast for media track change (#790)dish1-0/+1
2025-10-14feat: VPN toggle (#689)Robin Seger1-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
2025-10-14toasts: add toast for kb layout change2 * r + 2 * t1-0/+1
Closes #688
2025-09-25utilities: size fixes2 * r + 2 * t1-0/+1
2025-09-23hypr: add cap/num lock toasts2 * r + 2 * t1-0/+2
2025-09-23config: enable/disable specific toasts2 * r + 2 * t1-0/+4
2025-09-23audio: audio device changed toasts (#684)Robin Seger1-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>
2025-09-21utilities: add toasts2 * r + 2 * t1-0/+1
2025-09-15utilities/record: select mode2 * r + 2 * t1-1/+1
2025-09-12utilities: add keep awake and quick toggles2 * r + 2 * t1-2/+3
2025-08-07controlcenter: better navrail2 * r + 2 * t1-1/+0
2025-08-05internal: rename dcontent -> controlcenter2 * r + 2 * t1-0/+0
2025-07-23dcontent: create bluetooth panel2 * r + 2 * t1-1/+2
2025-07-19internal: fix types for lsp2 * r + 2 * t1-1/+3
2025-06-21feat: window info panel2 * r + 2 * t1-3/+2
Also disable reload popup
2025-06-15feat: user config file2 * r + 2 * t1-9/+5
Config file at `~/.config/caelestia/shell.json`
2025-05-13session: show/hide on drag2 * r + 2 * t1-0/+1
2025-05-11feat: session menu2 * r + 2 * t1-3/+1
2025-05-04feat: brightness osd2 * r + 2 * t1-1/+1
2025-05-04feat: audio osd2 * r + 2 * t1-0/+14