| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | controlcenter: ethernet panel (debug) | ATMDA | 2025-11-10 | 8 | -7/+983 |
| | | |||||
| * | launcher: python execution like calculator functionality | ATMDA | 2025-11-10 | 4 | -2/+150 |
| | | |||||
| * | osicon: toggle launcher on click | ATMDA | 2025-11-09 | 1 | -4/+22 |
| | | |||||
| * | controlcenter: cleaning up ui to match | ATMDA | 2025-11-09 | 2 | -67/+175 |
| | | |||||
| * | fix: color schemes and variants in appearance pane | ATMDA | 2025-11-09 | 1 | -2/+40 |
| | | |||||
| * | controlcenter: appearance pane | ATMDA | 2025-11-09 | 4 | -1/+534 |
| | | |||||
| * | controlcenter: wifi passphrase input | ATMDA | 2025-11-09 | 5 | -13/+451 |
| | | | | | fix: dependability issues with nmcli | ||||
| * | fix: panels (i'm debugging) | ATMDA | 2025-11-09 | 7 | -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 | ||||
| * | fix: window title while keeping new panels | ATMDA | 2025-11-09 | 6 | -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 | ||||
| * | config: settings in bar | ATMDA | 2025-11-09 | 2 | -0/+10 |
| | | |||||
| * | controlcenter: network and audio panels | ATMDA | 2025-11-09 | 8 | -24/+35 |
| | | |||||
| * | [CI] chore: update flake | github-actions | 2025-11-09 | 1 | -6/+6 |
| | | |||||
| * | batterymon : fix toast text for charger unplugged (#887) | senkun | 2025-11-07 | 1 | -1/+1 |
| | | |||||
| * | nix: `system` -> `pkgs.stdenv.hostPlatform.system` (#880) | Horu | 2025-11-04 | 1 | -3/+3 |
| | | |||||
| * | nix: ensure exec permission for wrap_term_launch.sh (#879) | 𝐀𝖓𝖆𝖗𝖎𝖔𝐍 | 2025-11-04 | 1 | -0/+3 |
| | | | | Fixes #614 | ||||
| * | background: use clock font for the desktop clock font family (#852) | anders130 | 2025-11-03 | 1 | -0/+1 |
| | | |||||
| * | [CI] chore: update flake | github-actions | 2025-11-02 | 1 | -10/+10 |
| | | |||||
| * | nix/hm: prevent generation of configuration file when config is empty (#867) | flpflan | 2025-11-01 | 1 | -3/+8 |
| | | |||||
| * | background: fix wallpaper loading on init | 2 * r + 2 * t | 2025-10-30 | 1 | -0/+5 |
| | | | | | | Fixes #779 Closes #847 | ||||
| * | [CI] chore: update flake | github-actions | 2025-10-26 | 1 | -6/+6 |
| | | |||||
| * | hypr: account for kb layout variants (#836) | Nikita Friesen | 2025-10-23 | 1 | -7/+23 |
| | | | | Refactor layout and variant parsing logic in Hypr.qml to improve readability and maintainability. | ||||
| * | bar/popouts: allow disabling individual popouts | 2 * r + 2 * t | 2025-10-21 | 4 | -7/+19 |
| | | | | | Closes #826 | ||||
| * | internal: fix serviceref lsp warning | 2 * r + 2 * t | 2025-10-21 | 1 | -1/+1 |
| | | |||||
| * | background: fix visualiser blur + allow disable | 2 * r + 2 * t | 2025-10-21 | 4 | -49/+63 |
| | | | | | Fixes #807 | ||||
| * | [CI] chore: update flake | github-actions | 2025-10-19 | 1 | -10/+10 |
| | | |||||
| * | toasts: add toast for media track change (#790) | dish | 2025-10-15 | 3 | -0/+17 |
| | | |||||
| * | feat: VPN toggle (#689) | Robin Seger | 2025-10-14 | 4 | -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 warnings | 2 * r + 2 * t | 2025-10-14 | 1 | -73/+75 |
| | | |||||
| * | internal: use QQmlListProperty | 2 * r + 2 * t | 2025-10-14 | 9 | -40/+54 |
| | | | | | Fix lsp errors | ||||
| * | toasts: add toast for kb layout change | 2 * r + 2 * t | 2025-10-14 | 3 | -0/+11 |
| | | | | | Closes #688 | ||||
| * | utilities/record: fix recording list months | 2 * r + 2 * t | 2025-10-13 | 1 | -0/+1 |
| | | | | | Fixes #782 | ||||
| * | bar/workspaces: special ws icon config (#785) | Robin Seger | 2025-10-13 | 3 | -1/+15 |
| | | | | | | * workspaces: icons config * add README json example | ||||
| * | feat: configurable max volume (#723) | Robin Seger | 2025-10-13 | 4 | -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 flake | github-actions | 2025-10-12 | 1 | -10/+10 |
| | | |||||
| * | readme: add clock font example conf | 2 * r + 2 * t | 2025-10-08 | 1 | -0/+1 |
| | | |||||
| * | internal: fix bat charge state | 2 * r + 2 * t | 2025-10-08 | 2 | -2/+2 |
| | | | | | | Counts fully charged and pending charge as charging, same as prior to 90c051cf | ||||
| * | assets: fix bongocat border (#752) | Belal | 2025-10-06 | 1 | -0/+0 |
| | | | | Closes #656 | ||||
| * | internal: fix battery charging logic for tray and lock (#751) | Dylan Myers | 2025-10-06 | 2 | -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 flake | github-actions | 2025-10-05 | 1 | -10/+10 |
| | | |||||
| * | launcher: fix exclusion with sidebar | Soramane | 2025-10-03 | 1 | -2/+2 |
| | | |||||
| * | plugin/cutils: warn on overwrite fail | 2 * r + 2 * t | 2025-10-01 | 1 | -1/+4 |
| | | |||||
| * | notifs: clear actually close notifs | 2 * r + 2 * t | 2025-10-01 | 1 | -4/+4 |
| | | |||||
| * | [CI] chore: update flake | github-actions | 2025-09-28 | 1 | -6/+6 |
| | | |||||
| * | plugin/cp: O(n) monstercat | 2 * r + 2 * t | 2025-09-27 | 1 | -9/+15 |
| | | | | | | Closes #708 Looks slightly worse I think, but not by much | ||||
| * | idlemonitor: handle logind lock/unlock | 2 * r + 2 * t | 2025-09-27 | 5 | -36/+75 |
| | | | | | Fixes #705 | ||||
| * | services/hypr: lock keys ignore mods | 2 * r + 2 * t | 2025-09-26 | 1 | -1/+1 |
| | | |||||
| * | plugin/hypr: fix shadowed decl | Soramane | 2025-09-26 | 1 | -4/+4 |
| | | |||||
| * | plugin: add sleep notifier | Soramane | 2025-09-26 | 7 | -3/+70 |
| | | | | | Lock before sleep | ||||
| * | nix: add clazy to devshell | 2 * r + 2 * t | 2025-09-25 | 1 | -1/+1 |
| | | |||||
| * | utilities: size fixes | 2 * r + 2 * t | 2025-09-25 | 3 | -4/+4 |
| | | |||||