summaryrefslogtreecommitdiff
path: root/modules/utilities (follow)
Commit message (Collapse)AuthorAgeFilesLines
* controlcenter: appearance pane async loaderATMDA2025-11-161-1/+1
|
* controlcenter: changed to popout vs floating to match the other settings ↵ATMDA2025-11-163-3/+6
| | | | buttons (fixed issues with resizing)
* controlcenter: removed dev panelsATMDA2025-11-131-12/+0
|
* controlcenter: created dev panel for wireless testingATMDA2025-11-131-0/+13
|
* notifs/toasts: reverted all changes to notifications to c0ea060fATMDA2025-11-121-4/+5
|
* notifs/toasts: reworked notifications and toasts and how they display and ↵ATMDA2025-11-121-5/+4
| | | | work together. see pull request comment.
* feat: VPN toggle (#689)Robin Seger2025-10-141-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* internal: fix lsp warnings2 * r + 2 * t2025-10-141-73/+75
|
* utilities/record: fix recording list months2 * r + 2 * t2025-10-131-0/+1
| | | | Fixes #782
* utilities: size fixes2 * r + 2 * t2025-09-252-4/+3
|
* config: add toasts for events2 * r + 2 * t2025-09-221-2/+2
| | | | | Loaded, load parse error, load failed, save failed Also increase toast icon size
* feat: add battery warnings2 * r + 2 * t2025-09-212-0/+10
| | | | | Closes #73 Closes #117
* utilities: add toasts2 * r + 2 * t2025-09-212-0/+267
|
* internal: make osd, session and utilities exclusive2 * r + 2 * t2025-09-201-1/+1
| | | | | | Hide utilities when session open Hide osd when utilities open Prevents overlaps
* utilities/record: hide sidebar as well2 * r + 2 * t2025-09-201-0/+2
| | | | When hiding utilities
* internal: better scroll bar2 * r + 2 * t2025-09-191-1/+3
|
* feat: add sidebar2 * r + 2 * t2025-09-182-7/+11
| | | | WIP
* utilities/toggles: add dnd2 * r + 2 * t2025-09-151-0/+6
| | | | | Closes #80 Closes #426
* utilities: fix colours2 * r + 2 * t2025-09-154-8/+4
| | | | Fix transparency + some button colours
* utilities/toggles: add gamemode2 * r + 2 * t2025-09-151-0/+6
| | | | Closes #617
* utilities/toggles: convert to row of icon buttons2 * r + 2 * t2025-09-151-97/+47
|
* utilities/record: fix list expand anim2 * r + 2 * t2025-09-151-0/+14
|
* utilities/record: allow pause/resume recording2 * r + 2 * t2025-09-153-202/+360
|
* utilities/record: select mode2 * r + 2 * t2025-09-153-9/+33
|
* utilities/record: app2unit2 * r + 2 * t2025-09-141-2/+2
|
* utilities: fix modal mouse area2 * r + 2 * t2025-09-141-2/+6
| | | | Also better anim
* utilities: extend modal scrim fade2 * r + 2 * t2025-09-141-4/+12
|
* utilities: add scrim to recording delete modal2 * r + 2 * t2025-09-141-0/+90
|
* utilities: add recording delete confirmation2 * r + 2 * t2025-09-144-9/+138
|
* utilities: add recording control2 * r + 2 * t2025-09-145-2/+333
|
* utilities: loader content2 * r + 2 * t2025-09-121-2/+27
|
* utilities: add keep awake and quick toggles2 * r + 2 * t2025-09-124-26/+285
|
* internal: use Anim component2 * r + 2 * t2025-08-241-5/+3
|
* internal: add canim component2 * r + 2 * t2025-08-241-5/+2
|
* internal: transparency support coming soon™2 * r + 2 * t2025-08-081-1/+0
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* internal: refactor widgets folder2 * r + 2 * t2025-08-041-1/+1
| | | | Split into subdirs and rename to components
* utilities: hide for now as wip2 * r + 2 * t2025-07-201-2/+2
| | | | Was causing confusion
* internal: use new qs importsSoramane2025-07-163-6/+6
|
* internal: add utilities panel base2 * r + 2 * t2025-07-103-0/+141