summaryrefslogtreecommitdiff
path: root/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* controlcenter: network and audio panelsATMDA2025-11-091-3/+18
|
* hypr: account for kb layout variants (#836)Nikita Friesen2025-10-231-7/+23
| | | Refactor layout and variant parsing logic in Hypr.qml to improve readability and maintainability.
* toasts: add toast for media track change (#790)dish2025-10-151-0/+15
|
* feat: VPN toggle (#689)Robin Seger2025-10-141-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
* toasts: add toast for kb layout change2 * r + 2 * t2025-10-141-0/+9
| | | | Closes #688
* feat: configurable max volume (#723)Robin Seger2025-10-131-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
* notifs: clear actually close notifs2 * r + 2 * t2025-10-011-4/+4
|
* services/hypr: lock keys ignore mods2 * r + 2 * t2025-09-261-1/+1
|
* plugin/hypr: fix devices + better error handling2 * r + 2 * t2025-09-251-1/+7
| | | | Also fix lock indicators
* plugin/hypr: add more helpers2 * r + 2 * t2025-09-252-7/+12
| | | | Also refresh options on dynamic option application
* plugin: add hypr extras (#690)2 * r + 2 * t2025-09-242-38/+25
| | | | | | | | | * move machine * works * prevent duplicate refreshes * use instead of hyprctl proc
* plugin: add image analyser2 * r + 2 * t2025-09-241-10/+4
|
* players: persist active player across reloads2 * r + 2 * t2025-09-231-2/+10
|
* hypr: add cap/num lock toasts2 * r + 2 * t2025-09-231-0/+22
|
* config: enable/disable specific toasts2 * r + 2 * t2025-09-232-2/+8
|
* audio: audio device changed toasts (#684)Robin Seger2025-09-231-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>
* internal: add toasts for gamemode & dnd2 * r + 2 * t2025-09-232-2/+13
|
* notifs: wrap time to days2 * r + 2 * t2025-09-221-5/+10
|
* colours: fix term colours2 * r + 2 * t2025-09-221-16/+16
|
* utilities: add toasts2 * r + 2 * t2025-09-211-63/+71
|
* sidebar/notifs: fix minor bugs2 * r + 2 * t2025-09-201-7/+3
| | | | | Image/app icon/urgency/time not updating until corresponding notif is fully destroyed Weird array mutation shenanigans
* notifs: persist images2 * r + 2 * t2025-09-201-0/+49
|
* notifs: fix persistence sorting order2 * r + 2 * t2025-09-201-1/+1
|
* sidebar/notifs: better anims + misc fixes2 * r + 2 * t2025-09-201-22/+91
|
* notifs: persist time2 * r + 2 * t2025-09-191-4/+5
|
* sidebar/notifs: add actions (#648)2 * r + 2 * t2025-09-191-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
* notifs: persistent notifs + better sidebar notifs2 * r + 2 * t2025-09-181-15/+71
|
* sidebar: add notifs2 * r + 2 * t2025-09-181-1/+1
|
* idleinhibitor: completely hide window2 * r + 2 * t2025-09-181-0/+2
| | | | Fixes #635
* idleinhibitor: use qs idleinhibitor2 * r + 2 * t2025-09-171-7/+11
| | | | Closes #623
* notifs: fix dnd2 * r + 2 * t2025-09-171-5/+4
|
* plugin: fix crashes2 * r + 2 * t2025-09-161-7/+0
| | | | Fixes #629
* utilities/toggles: add dnd2 * r + 2 * t2025-09-151-4/+30
| | | | | Closes #80 Closes #426
* utilities/toggles: add gamemode2 * r + 2 * t2025-09-152-0/+70
| | | | Closes #617
* utilities/record: allow pause/resume recording2 * r + 2 * t2025-09-151-8/+52
|
* utilities/record: select mode2 * r + 2 * t2025-09-151-2/+2
|
* utilities: add recording control2 * r + 2 * t2025-09-141-0/+38
|
* plugin: refactor into modules2 * r + 2 * t2025-09-132-2/+2
|
* network: fix undef errors2 * r + 2 * t2025-09-131-2/+2
|
* utilities: add keep awake and quick toggles2 * r + 2 * t2025-09-121-0/+7
|
* network: put back the ":" in SSIDs (#601)Auguste Baum2025-09-121-1/+1
|
* plugin: add requests2 * r + 2 * t2025-09-112-36/+1
| | | | Replaces QML Requests singleton
* launcher/wallpaper: include subfolder in search2 * r + 2 * t2025-09-101-0/+1
| | | | Closes #589
* plugin/ac: not singleton2 * r + 2 * t2025-09-092-18/+21
| | | | | | Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
* plugin/ap: fix collector2 * r + 2 * t2025-09-081-24/+6
| | | | Actually read from speakers not mic
* plugin: add BeatTracker2 * r + 2 * t2025-09-041-23/+0
| | | | Replaces beat-detector.cpp
* internal: refactor Paths util2 * r + 2 * t2025-09-032-3/+3
|
* internal: use FileSystemModel for FileDialog2 * r + 2 * t2025-09-021-0/+1
|
* internal: remove singleton reloadableId2 * r + 2 * t2025-09-022-4/+0
|
* brightness: add ipc handler for get/set (#546)sweenu2025-09-021-6/+78
| | | | | | | | | | | * services(brightness): add IpcHandler with brightnessctl like set function * allow get/set for specific monitor Also handle invalid formats --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>