summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Models/filesystemmodel.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-11controlcenter: launcher panel, can hide/show applicationsATMDA4-1/+460
2025-11-10controlcenter: taskbar object togglesATMDA4-1/+416
2025-11-10statusicons: made panel open in detach to match the bluetooth iconATMDA1-4/+2
2025-11-10statusicons: sound input/output now opens controlcenter instead of pavucontrolATMDA1-2/+2
2025-11-10statusicons: added ethernet when active and popoutATMDA4-0/+197
2025-11-10controlcenter: polishing appearance panelATMDA1-35/+46
2025-11-10controlcenter: polished ethernet panelATMDA4-57/+205
2025-11-10controlcenter: ethernet panel (debug)ATMDA8-7/+983
2025-11-10launcher: python execution like calculator functionalityATMDA4-2/+150
2025-11-09osicon: toggle launcher on clickATMDA1-4/+22
2025-11-09controlcenter: cleaning up ui to matchATMDA2-67/+175
2025-11-09fix: color schemes and variants in appearance paneATMDA1-2/+40
2025-11-09controlcenter: appearance paneATMDA4-1/+534
2025-11-09controlcenter: wifi passphrase inputATMDA5-13/+451
fix: dependability issues with nmcli
2025-11-09fix: panels (i'm debugging)ATMDA7-0/+1123
new file: modules/bar/components/Settings.qml new file: modules/bar/components/SettingsIcon.qml new file: modules/controlcenter/audio/AudioPane.qml new file: modules/controlcenter/network/Details.qml new file: modules/controlcenter/network/NetworkList.qml new file: modules/controlcenter/network/NetworkPane.qml new file: modules/controlcenter/network/Settings.qml
2025-11-09fix: window title while keeping new panelsATMDA6-13/+4
modified: config/BarConfig.qml modified: modules/BatteryMonitor.qml modified: modules/background/DesktopClock.qml modified: modules/bar/Bar.qml modified: modules/controlcenter/WindowFactory.qml modified: modules/controlcenter/WindowTitle.qml
2025-11-09config: settings in barATMDA2-0/+10
2025-11-09controlcenter: network and audio panelsATMDA8-24/+35
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