summaryrefslogtreecommitdiff
path: root/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/performance: new design, configurable, controlcenter support (#975)Thanh Minh2026-02-192-24/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(dashboard): add configurable performance resources - Add config options to show/hide Battery, GPU, CPU, Memory, Storage - Make dashboard responsive based on number of visible resources - Scale resource sizes and spacing dynamically for 3, 4, or 5 items - Battery shows charge status and time remaining/to full - Each resource can be individually toggled via config * fix(dashboard): add dynamic right margin for last visible resource Ensures the rightmost resource always has proper margin to prevent content from being cut off at the edge * fix(performance): comment out duplicated value2 properties for memory and storage resources * controlcenter: add settings for dashboard * feat: handle readonly properties and re-usable codes * Feature/performance tab rework (#5) * dashboard/performance: rework tab with card-based grid layout - Replace circular arc meters with card-based grid layout - CPU/GPU cards show hardware name, usage and temperature with horizontal bars - Memory card with 3/4 arc indicator and used/total at bottom - Storage card shows physical disks from lsblk with aggregated partition usage - Add cpuName, gpuName, cpuFreq, cpuMaxFreq, disks properties to SystemUsage - Clean hardware names (remove Intel/AMD/NVIDIA prefixes, TM/R symbols) * dashboard/performance: new hero card design * dashboard/performance: update storage indicators to be reponsive to the physical disks count * dashboard/performance: fix the overlay bounding issue * dashboard/perfromance: refactor code * dashboard/performance: add battery gauge * dashboard/performance: correct battery icon * dashboard/performance: configurable battery * dashboard/performance: update layout * dashboard/performance: move the "Usage" text on top and smaller the font size * dashboard/performance: add a lot of configurations * dashboard/performance: add network metrics * fix: issue with hot reload * chore: update default vaule for mainValueSpacing to 0 * chore: group settings into collapasible sections * chore: making GPU & Battery toggle not showing if not found * chore: fix network widget spacing & text * chore: remove old disk bars configs, add update interval * chore: remove old & unused value, functions * chore: network graph update smoothly when data points change * chore: refactor settings - de-flood settings, most of the font & size setting now follow the global Appearance config - Most of sliders are not needed anymore, only keep the update interval slider - clean up * chore: remove readonly properties from the controlcenter/dashboard. * chore: minor fix * fix: fix warning about onPercChange() * fix: network metrics negative number * fix: add minimal height & width, placeholder for none toggled * fix: network graph move smoothly (#6) * fix: network graph move smoothly * clean up * fix: graph animation even more smooth * fix: padding issue * chore: network icons short description * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* shortcuts: add special workspace cycle (#1158)Robin Seger2026-02-111-0/+54
| | | | | | | | | | | | | | | | | * [CI] chore: update flake * [CI] chore: update flake * [CI] chore: update flake * [CI] chore: update flake * shortcuts: special workspace cycle IPC, reopen last * Moved implementation into Hypr service --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* internal: format2 * r + 2 * t2026-01-283-40/+49
|
* controlcenter: added VPN settings & management (#1095)Robin Seger2026-01-211-2/+5
| | | | | | | | | | | | | | | | * feat: add VPN settings and management UI - Add VPN configuration UI - Update VPN toggle visibility to check enabled providers * controlcenter: VPN modal transitions & cleanup * controlcenter: VPN modal styling * controlcenter: VPN modal scrim * controlcenter: VPN modal padding * controlcenter: VPN modal enter & exit behaviour
* background: fix desktop clock 12h format2 * r + 2 * t2026-01-201-0/+8
|
* controlcenter: add per-application audio controls (#1098)ATDMA2026-01-191-2/+34
| | | | | * feat: per-application audio controls in controlcenter and popout * removed: per-application volume control removed from audio popout
* utilities: fix fullscreen record (#1085)Ezekiel Gonzales2026-01-161-1/+1
|
* notifs: fix image caching2 * r + 2 * t2026-01-161-9/+13
|
* 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
|