| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | controlcenter: launcher panel, can hide/show applications | ATMDA | 2025-11-11 | 4 | -1/+460 |
| | | |||||
| * | controlcenter: taskbar object toggles | ATMDA | 2025-11-10 | 4 | -1/+416 |
| | | |||||
| * | statusicons: made panel open in detach to match the bluetooth icon | ATMDA | 2025-11-10 | 1 | -4/+2 |
| | | |||||
| * | statusicons: sound input/output now opens controlcenter instead of pavucontrol | ATMDA | 2025-11-10 | 1 | -2/+2 |
| | | |||||
| * | statusicons: added ethernet when active and popout | ATMDA | 2025-11-10 | 3 | -0/+196 |
| | | |||||
| * | controlcenter: polishing appearance panel | ATMDA | 2025-11-10 | 1 | -35/+46 |
| | | |||||
| * | controlcenter: polished ethernet panel | ATMDA | 2025-11-10 | 3 | -55/+95 |
| | | |||||
| * | controlcenter: ethernet panel (debug) | ATMDA | 2025-11-10 | 7 | -6/+801 |
| | | |||||
| * | launcher: python execution like calculator functionality | ATMDA | 2025-11-10 | 3 | -2/+142 |
| | | |||||
| * | 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 | 4 | -9/+297 |
| | | | | | 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 | 5 | -9/+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 | 1 | -0/+6 |
| | | |||||
| * | controlcenter: network and audio panels | ATMDA | 2025-11-09 | 7 | -21/+17 |
| | | |||||
| * | batterymon : fix toast text for charger unplugged (#887) | senkun | 2025-11-07 | 1 | -1/+1 |
| | | |||||
| * | background: use clock font for the desktop clock font family (#852) | anders130 | 2025-11-03 | 1 | -0/+1 |
| | | |||||
| * | background: fix wallpaper loading on init | 2 * r + 2 * t | 2025-10-30 | 1 | -0/+5 |
| | | | | | | Fixes #779 Closes #847 | ||||
| * | bar/popouts: allow disabling individual popouts | 2 * r + 2 * t | 2025-10-21 | 2 | -7/+7 |
| | | | | | Closes #826 | ||||
| * | background: fix visualiser blur + allow disable | 2 * r + 2 * t | 2025-10-21 | 2 | -49/+61 |
| | | | | | Fixes #807 | ||||
| * | feat: VPN toggle (#689) | Robin Seger | 2025-10-14 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 |
| | | |||||
| * | utilities/record: fix recording list months | 2 * r + 2 * t | 2025-10-13 | 1 | -0/+1 |
| | | | | | Fixes #782 | ||||
| * | feat: configurable max volume (#723) | Robin Seger | 2025-10-13 | 1 | -0/+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 | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | launcher: fix exclusion with sidebar | Soramane | 2025-10-03 | 1 | -2/+2 |
| | | |||||
| * | idlemonitor: handle logind lock/unlock | 2 * r + 2 * t | 2025-09-27 | 1 | -1/+3 |
| | | | | | Fixes #705 | ||||
| * | plugin: add sleep notifier | Soramane | 2025-09-26 | 1 | -2/+10 |
| | | | | | Lock before sleep | ||||
| * | utilities: size fixes | 2 * r + 2 * t | 2025-09-25 | 2 | -4/+3 |
| | | |||||
| * | bar: fix height when tray expansion | 2 * r + 2 * t | 2025-09-25 | 2 | -7/+12 |
| | | |||||
| * | bar: add compact tray option | 2 * r + 2 * t | 2025-09-25 | 5 | -16/+95 |
| | | | | | Closes #659 | ||||
| * | plugin/hypr: add more helpers | 2 * r + 2 * t | 2025-09-25 | 1 | -1/+1 |
| | | | | | Also refresh options on dynamic option application | ||||
| * | plugin: add hypr extras (#690) | 2 * r + 2 * t | 2025-09-24 | 2 | -23/+5 |
| | | | | | | | | | | * move machine * works * prevent duplicate refreshes * use instead of hyprctl proc | ||||
| * | internal: add option for splitbutton menu pos | 2 * r + 2 * t | 2025-09-24 | 1 | -3/+1 |
| | | |||||
| * | dashboard/media: improve ui | 2 * r + 2 * t | 2025-09-23 | 1 | -260/+61 |
| | | |||||
| * | popouts/kblayout: add switch layout button (#682) | AleksElixir | 2025-09-23 | 1 | -2/+24 |
| | | | | | | | | | | | | | | | | | | * 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 toasts | 2 * r + 2 * t | 2025-09-23 | 1 | -2/+4 |
| | | |||||
| * | idlemonitor: configurable timeouts | 2 * r + 2 * t | 2025-09-23 | 1 | -23/+23 |
| | | | | | Closes #669 | ||||
| * | config: add toasts for events | 2 * r + 2 * t | 2025-09-22 | 1 | -2/+2 |
| | | | | | | Loaded, load parse error, load failed, save failed Also increase toast icon size | ||||
| * | internal: fix choose wallpaper button | 2 * r + 2 * t | 2025-09-22 | 2 | -20/+22 |
| | | |||||
| * | lock: different error messages | 2 * r + 2 * t | 2025-09-22 | 1 | -2/+2 |
| | | | | | To separate between fprint and passwd errors | ||||
| * | plugin/appdb: forward signals | 2 * r + 2 * t | 2025-09-22 | 1 | -2/+2 |
| | | |||||
| * | drawers: fix input mask on special ws | 2 * r + 2 * t | 2025-09-22 | 1 | -1/+6 |
| | | |||||
| * | batterymonitor: change charging icon | 2 * r + 2 * t | 2025-09-21 | 1 | -1/+1 |
| | | | | | Fixes #664 | ||||
| * | batterymonitor: fix warn levels | 2 * r + 2 * t | 2025-09-21 | 1 | -1/+1 |
| | | |||||
| * | feat: add battery warnings | 2 * r + 2 * t | 2025-09-21 | 3 | -0/+64 |
| | | | | | | Closes #73 Closes #117 | ||||