summaryrefslogtreecommitdiff
path: root/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove more stuffffFreya Murphy10 days3-122/+1
|
* hardcode single wallpaperFreya Murphy11 days1-49/+1
|
* remove recordingFreya Murphy11 days1-82/+0
|
* only support one color schemeFreya Murphy11 days1-1/+1
|
* lock: fix weather2 * r + 2 * t2026-01-041-23/+45
|
* fix: get city for weather when given lat,long2 * r + 2 * t2026-01-031-8/+32
| | | | Fixes #1036
* internal: fix some widgets not respecting rounding scale2 * r + 2 * t2026-01-031-1/+1
|
* services: add brightnessIncrement config property (#1010)Ezekiel Gonzales2026-01-031-2/+3
| | | | | * feat: Add brightnessIncrement config property * birghtness increment applies on bar scroll
* dashboard: add weather tabEzekiel Gonzales2026-01-031-11/+131
| | | dashboard: Added Weather tab that shows weather forecast
* controlcenter: password input errors/wrong passATMDA2025-11-151-1/+9
|
* nmcli: fix errors + disable most logs2 * r + 2 * t2025-11-151-291/+333
|
* nmcli: refactor to be readable/extensibleATMDA2025-11-141-244/+267
|
* network: removed all execs from Network.qml, now relies only on Nmcli.qmlATMDA2025-11-141-896/+182
|
* network: migrated to nmcli.qmlATMDA2025-11-131-0/+33
|
* service: Nmcli.qmlATMDA2025-11-131-0/+1246
|
* controlcenter: wireless debug removal (preparing for rewrite)ATMDA2025-11-131-208/+1
|
* cleanup: trailing whitespace removeal (entire project)ATMDA2025-11-132-80/+80
|
* controlcenter: wireless panel refactoringATMDA2025-11-121-32/+225
|
* notifs/toasts: reverted all changes to notifications to c0ea060fATMDA2025-11-121-71/+1
|
* conrolcenter: debug/rewrite of wireless panelATMDA2025-11-121-14/+302
|
* notif/toasts: refactoring colorsATMDA2025-11-121-0/+35
|
* notifs/toasts: reworked notifications and toasts and how they display and ↵ATMDA2025-11-121-1/+36
| | | | work together. see pull request comment.
* controlcenter: added connection information to wireless to match ethernet panelATMDA2025-11-111-1/+113
|
* controlcenter: polished ethernet panelATMDA2025-11-101-2/+110
|
* controlcenter: ethernet panel (debug)ATMDA2025-11-101-1/+182
|
* controlcenter: wifi passphrase inputATMDA2025-11-091-4/+154
| | | | fix: dependability issues with nmcli
* 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
|