summaryrefslogtreecommitdiff
path: root/services (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-15controlcenter: password input errors/wrong passATMDA1-1/+9
2025-11-15nmcli: fix errors + disable most logs2 * r + 2 * t1-291/+333
2025-11-14nmcli: refactor to be readable/extensibleATMDA1-244/+267
2025-11-14network: removed all execs from Network.qml, now relies only on Nmcli.qmlATMDA1-896/+182
2025-11-13network: migrated to nmcli.qmlATMDA1-0/+33
2025-11-13service: Nmcli.qmlATMDA1-0/+1246
2025-11-13controlcenter: wireless debug removal (preparing for rewrite)ATMDA1-208/+1
2025-11-13cleanup: trailing whitespace removeal (entire project)ATMDA2-80/+80
2025-11-12controlcenter: wireless panel refactoringATMDA1-32/+225
2025-11-12notifs/toasts: reverted all changes to notifications to c0ea060fATMDA1-71/+1
2025-11-12conrolcenter: debug/rewrite of wireless panelATMDA1-14/+302
2025-11-12notif/toasts: refactoring colorsATMDA1-0/+35
2025-11-12notifs/toasts: reworked notifications and toasts and how they display and ↵ATMDA1-1/+36
work together. see pull request comment.
2025-11-11controlcenter: added connection information to wireless to match ethernet panelATMDA1-1/+113
2025-11-10controlcenter: polished ethernet panelATMDA1-2/+110
2025-11-10controlcenter: ethernet panel (debug)ATMDA1-1/+182
2025-11-09controlcenter: wifi passphrase inputATMDA1-4/+154
fix: dependability issues with nmcli
2025-11-09controlcenter: network and audio panelsATMDA1-3/+18
2025-10-23hypr: account for kb layout variants (#836)Nikita Friesen1-7/+23
Refactor layout and variant parsing logic in Hypr.qml to improve readability and maintainability.
2025-10-15toasts: add toast for media track change (#790)dish1-0/+15
2025-10-14feat: VPN toggle (#689)Robin Seger1-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
2025-10-14toasts: add toast for kb layout change2 * r + 2 * t1-0/+9
Closes #688
2025-10-13feat: configurable max volume (#723)Robin Seger1-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
2025-10-01notifs: clear actually close notifs2 * r + 2 * t1-4/+4
2025-09-26services/hypr: lock keys ignore mods2 * r + 2 * t1-1/+1
2025-09-25plugin/hypr: fix devices + better error handling2 * r + 2 * t1-1/+7
Also fix lock indicators
2025-09-25plugin/hypr: add more helpers2 * r + 2 * t2-7/+12
Also refresh options on dynamic option application
2025-09-24plugin: add hypr extras (#690)2 * r + 2 * t2-38/+25
* move machine * works * prevent duplicate refreshes * use instead of hyprctl proc
2025-09-24plugin: add image analyser2 * r + 2 * t1-10/+4
2025-09-23players: persist active player across reloads2 * r + 2 * t1-2/+10
2025-09-23hypr: add cap/num lock toasts2 * r + 2 * t1-0/+22
2025-09-23config: enable/disable specific toasts2 * r + 2 * t2-2/+8
2025-09-23audio: audio device changed toasts (#684)Robin Seger1-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>
2025-09-23internal: add toasts for gamemode & dnd2 * r + 2 * t2-2/+13
2025-09-22notifs: wrap time to days2 * r + 2 * t1-5/+10
2025-09-22colours: fix term colours2 * r + 2 * t1-16/+16
2025-09-21utilities: add toasts2 * r + 2 * t1-63/+71
2025-09-20sidebar/notifs: fix minor bugs2 * r + 2 * t1-7/+3
Image/app icon/urgency/time not updating until corresponding notif is fully destroyed Weird array mutation shenanigans
2025-09-20notifs: persist images2 * r + 2 * t1-0/+49
2025-09-20notifs: fix persistence sorting order2 * r + 2 * t1-1/+1
2025-09-20sidebar/notifs: better anims + misc fixes2 * r + 2 * t1-22/+91
2025-09-19notifs: persist time2 * r + 2 * t1-4/+5
2025-09-19sidebar/notifs: add actions (#648)2 * r + 2 * t1-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
2025-09-18notifs: persistent notifs + better sidebar notifs2 * r + 2 * t1-15/+71
2025-09-18sidebar: add notifs2 * r + 2 * t1-1/+1
2025-09-18idleinhibitor: completely hide window2 * r + 2 * t1-0/+2
Fixes #635
2025-09-17idleinhibitor: use qs idleinhibitor2 * r + 2 * t1-7/+11
Closes #623
2025-09-17notifs: fix dnd2 * r + 2 * t1-5/+4
2025-09-16plugin: fix crashes2 * r + 2 * t1-7/+0
Fixes #629
2025-09-15utilities/toggles: add dnd2 * r + 2 * t1-4/+30
Closes #80 Closes #426