summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Models/filesystemmodel.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-23[CI] chore: update flakegithub-actions1-10/+10
2025-11-16[CI] chore: update flakegithub-actions1-10/+10
2025-11-09[CI] chore: update flakegithub-actions1-6/+6
2025-11-07batterymon : fix toast text for charger unplugged (#887)senkun1-1/+1
2025-11-04nix: `system` -> `pkgs.stdenv.hostPlatform.system` (#880)Horu1-3/+3
2025-11-04nix: ensure exec permission for wrap_term_launch.sh (#879)𝐀𝖓𝖆𝖗𝖎𝖔𝐍1-0/+3
Fixes #614
2025-11-03background: use clock font for the desktop clock font family (#852)anders1301-0/+1
2025-11-02[CI] chore: update flakegithub-actions1-10/+10
2025-11-01nix/hm: prevent generation of configuration file when config is empty (#867)flpflan1-3/+8
2025-10-30background: fix wallpaper loading on init2 * r + 2 * t1-0/+5
Fixes #779 Closes #847
2025-10-26[CI] chore: update flakegithub-actions1-6/+6
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-21bar/popouts: allow disabling individual popouts2 * r + 2 * t4-7/+19
Closes #826
2025-10-21internal: fix serviceref lsp warning2 * r + 2 * t1-1/+1
2025-10-21background: fix visualiser blur + allow disable2 * r + 2 * t4-49/+63
Fixes #807
2025-10-19[CI] chore: update flakegithub-actions1-10/+10
2025-10-15toasts: add toast for media track change (#790)dish3-0/+17
2025-10-14feat: VPN toggle (#689)Robin Seger4-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
2025-10-14internal: fix lsp warnings2 * r + 2 * t1-73/+75
2025-10-14internal: use QQmlListProperty2 * r + 2 * t9-40/+54
Fix lsp errors
2025-10-14toasts: add toast for kb layout change2 * r + 2 * t3-0/+11
Closes #688
2025-10-13utilities/record: fix recording list months2 * r + 2 * t1-0/+1
Fixes #782
2025-10-13bar/workspaces: special ws icon config (#785)Robin Seger3-1/+15
* workspaces: icons config * add README json example
2025-10-13feat: configurable max volume (#723)Robin Seger4-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
2025-10-12[CI] chore: update flakegithub-actions1-10/+10
2025-10-08readme: add clock font example conf2 * r + 2 * t1-0/+1
2025-10-08internal: fix bat charge state2 * r + 2 * t2-2/+2
Counts fully charged and pending charge as charging, same as prior to 90c051cf
2025-10-06assets: fix bongocat border (#752)Belal1-0/+0
Closes #656
2025-10-06internal: fix battery charging logic for tray and lock (#751)Dylan Myers2-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
2025-10-05[CI] chore: update flakegithub-actions1-10/+10
2025-10-03launcher: fix exclusion with sidebarSoramane1-2/+2
2025-10-01plugin/cutils: warn on overwrite fail2 * r + 2 * t1-1/+4
2025-10-01notifs: clear actually close notifs2 * r + 2 * t1-4/+4
2025-09-28[CI] chore: update flakegithub-actions1-6/+6
2025-09-27plugin/cp: O(n) monstercat2 * r + 2 * t1-9/+15
Closes #708 Looks slightly worse I think, but not by much
2025-09-27idlemonitor: handle logind lock/unlock2 * r + 2 * t5-36/+75
Fixes #705
2025-09-26services/hypr: lock keys ignore mods2 * r + 2 * t1-1/+1
2025-09-26plugin/hypr: fix shadowed declSoramane1-4/+4
2025-09-26plugin: add sleep notifierSoramane7-3/+70
Lock before sleep
2025-09-25nix: add clazy to devshell2 * r + 2 * t1-1/+1
2025-09-25utilities: size fixes2 * r + 2 * t3-4/+4
2025-09-25plugin/hypr: fix updating keyboards2 * r + 2 * t1-5/+10
2025-09-25plugin/hypr: fix devices + better error handling2 * r + 2 * t5-8/+46
Also fix lock indicators
2025-09-25plugin/appdb: delete when backing entries deleted2 * r + 2 * t1-3/+38
2025-09-25bar: fix height when tray expansion2 * r + 2 * t2-7/+12
2025-09-25bar: add compact tray option2 * r + 2 * t7-16/+97
Closes #659
2025-09-25readme: update example config (#693)Nathachou1-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
2025-09-25plugin/hypr: fix event socket2 * r + 2 * t1-2/+2
2025-09-25plugin/hypr: add more helpers2 * r + 2 * t5-8/+45
Also refresh options on dynamic option application
2025-09-24plugin: add hypr extras (#690)2 * r + 2 * t10-62/+445
* move machine * works * prevent duplicate refreshes * use instead of hyprctl proc