summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: VPN toggle (#689)Robin Seger2025-10-144-1/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* internal: use QQmlListProperty2 * r + 2 * t2025-10-149-40/+54
| | | | Fix lsp errors
* toasts: add toast for kb layout change2 * r + 2 * t2025-10-143-0/+11
| | | | Closes #688
* utilities/record: fix recording list months2 * r + 2 * t2025-10-131-0/+1
| | | | Fixes #782
* bar/workspaces: special ws icon config (#785)Robin Seger2025-10-133-1/+15
| | | | | * workspaces: icons config * add README json example
* feat: configurable max volume (#723)Robin Seger2025-10-134-2/+6
| | | | | | | | | | * 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
* [CI] chore: update flakegithub-actions2025-10-121-10/+10
|
* readme: add clock font example conf2 * r + 2 * t2025-10-081-0/+1
|
* internal: fix bat charge state2 * r + 2 * t2025-10-082-2/+2
| | | | | Counts fully charged and pending charge as charging, same as prior to 90c051cf
* assets: fix bongocat border (#752)Belal2025-10-061-0/+0
| | | Closes #656
* internal: fix battery charging logic for tray and lock (#751)Dylan Myers2025-10-062-2/+2
| | | | | | | | | | | | | * Update StatusIcons.qml --- Fix battery chargiing logic idk what the difference is in the return value of UPower.onBattery and UPower.displayDevice.state, but the former always returns false after unplugging my laptop. Changing this to the more specific displayDevice.state === 2 fixes this * Fetch.qml --- Fix battery charging boolean logic * Use enum value for UPowerDeviceState instead of index * Use enum value for UPowerDeviceState instead of index * Update Fetch.qml --- invert battery conditional logic
* [CI] chore: update flakegithub-actions2025-10-051-10/+10
|
* launcher: fix exclusion with sidebarSoramane2025-10-031-2/+2
|
* plugin/cutils: warn on overwrite fail2 * r + 2 * t2025-10-011-1/+4
|
* notifs: clear actually close notifs2 * r + 2 * t2025-10-011-4/+4
|
* [CI] chore: update flakegithub-actions2025-09-281-6/+6
|
* plugin/cp: O(n) monstercat2 * r + 2 * t2025-09-271-9/+15
| | | | | Closes #708 Looks slightly worse I think, but not by much
* idlemonitor: handle logind lock/unlock2 * r + 2 * t2025-09-275-36/+75
| | | | Fixes #705
* services/hypr: lock keys ignore mods2 * r + 2 * t2025-09-261-1/+1
|
* plugin/hypr: fix shadowed declSoramane2025-09-261-4/+4
|
* plugin: add sleep notifierSoramane2025-09-267-3/+70
| | | | Lock before sleep
* nix: add clazy to devshell2 * r + 2 * t2025-09-251-1/+1
|
* utilities: size fixes2 * r + 2 * t2025-09-253-4/+4
|
* plugin/hypr: fix updating keyboards2 * r + 2 * t2025-09-251-5/+10
|
* plugin/hypr: fix devices + better error handling2 * r + 2 * t2025-09-255-8/+46
| | | | Also fix lock indicators
* plugin/appdb: delete when backing entries deleted2 * r + 2 * t2025-09-251-3/+38
|
* bar: fix height when tray expansion2 * r + 2 * t2025-09-252-7/+12
|
* bar: add compact tray option2 * r + 2 * t2025-09-257-16/+97
| | | | Closes #659
* readme: update example config (#693)Nathachou2025-09-251-1/+3
| | | | | | | | | * Update README.md (added playback and explorer examples in config I know it's pretty useless to add this but some guys wouldn't know we can edit these in shell config file * Update README.md I'm stupid
* plugin/hypr: fix event socket2 * r + 2 * t2025-09-251-2/+2
|
* plugin/hypr: add more helpers2 * r + 2 * t2025-09-255-8/+45
| | | | Also refresh options on dynamic option application
* plugin: add hypr extras (#690)2 * r + 2 * t2025-09-2410-62/+445
| | | | | | | | | * move machine * works * prevent duplicate refreshes * use instead of hyprctl proc
* plugin: sub namespace modulesSoramane2025-09-2418-36/+36
|
* internal: add option for splitbutton menu pos2 * r + 2 * t2025-09-242-3/+13
|
* plugin/ia: fix luminance2 * r + 2 * t2025-09-241-1/+1
|
* nix: consistent build type2 * r + 2 * t2025-09-241-5/+8
|
* plugin/fsm: fix crash2 * r + 2 * t2025-09-244-31/+14
| | | | | | | | Fixes #663 Fixes #681 Fixes #647 also build dev plugin with RelWithDebInfo
* plugin: add image analyser2 * r + 2 * t2025-09-247-255/+298
|
* players: persist active player across reloads2 * r + 2 * t2025-09-231-2/+10
|
* dashboard/media: improve ui2 * r + 2 * t2025-09-234-267/+80
|
* readme: update with new configs2 * r + 2 * t2025-09-231-1/+3
|
* hypr: add cap/num lock toasts2 * r + 2 * t2025-09-232-0/+24
|
* popouts/kblayout: add switch layout button (#682)AleksElixir2025-09-232-3/+31
| | | | | | | | | | | | | | | | | * keyboard layout * Update KbLayout.qml Code cleanup * Update KbLayout.qml more code cleanup * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* config: enable/disable specific toasts2 * r + 2 * t2025-09-236-6/+23
|
* audio: audio device changed toasts (#684)Robin Seger2025-09-233-1/+45
| | | | | | | | | | | | | * 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>
* plugin: fix clazy warnings2 * r + 2 * t2025-09-234-13/+14
|
* dev: build with clazy2 * r + 2 * t2025-09-231-4/+1
|
* plugin/fsm: update relativePath when path changed2 * r + 2 * t2025-09-232-2/+20
|
* plugin/fsm: emit entriesChanged before destruction2 * r + 2 * t2025-09-231-2/+5
|