| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove lockscreen | Freya Murphy | 3 days | 3 | -56/+0 |
| | | |||||
| * | remove config saving, make background scale properly, and add quickshell ↵ | Freya Murphy | 4 days | 1 | -57/+0 |
| | | | | | desktop file | ||||
| * | refactor workspace functionality (real per monitor workspaces) | Freya Murphy | 12 days | 2 | -22/+0 |
| | | |||||
| * | remove default paths | Freya Murphy | 12 days | 1 | -2/+2 |
| | | |||||
| * | remove more things again lol | Freya Murphy | 2026-01-10 | 2 | -0/+2 |
| | | |||||
| * | len :3 | Freya Murphy | 2026-01-09 | 1 | -1/+1 |
| | | |||||
| * | remove more stuffff | Freya Murphy | 2026-01-09 | 4 | -32/+0 |
| | | |||||
| * | hardcode single wallpaper | Freya Murphy | 2026-01-08 | 3 | -4/+2 |
| | | |||||
| * | remove themes and configs from launcher | Freya Murphy | 2026-01-08 | 2 | -112/+0 |
| | | |||||
| * | services: add brightnessIncrement config property (#1010) | Ezekiel Gonzales | 2026-01-03 | 1 | -0/+1 |
| | | | | | | * feat: Add brightnessIncrement config property * birghtness increment applies on bar scroll | ||||
| * | Merge pull request #906 from atdma/main | 2 * r + 2 * t | 2026-01-03 | 1 | -4/+403 |
| |\ | | | | | controlcenter: many setting panes and minor features | ||||
| | * | Merge branch 'caelestia-dots:main' into main | ATDMA | 2025-11-24 | 1 | -0/+5 |
| | |\ | |||||
| | * | | config: 0ms bug on save corrected | ATMDA | 2025-11-16 | 1 | -3/+25 |
| | | | | |||||
| | * | | config: added save to singleton, updated relevant settings panes | ATMDA | 2025-11-15 | 1 | -2/+379 |
| | | | | |||||
| | * | | tray: removed ethernet config options (network covers it) | ATMDA | 2025-11-13 | 1 | -1/+0 |
| | | | | |||||
| | * | | launcher: reverted python launcher item to not exist, changes back to c0ea060f | ATMDA | 2025-11-13 | 1 | -8/+0 |
| | | | | |||||
| | * | | statusicons: added ethernet when active and popout | ATMDA | 2025-11-10 | 1 | -0/+1 |
| | | | | |||||
| | * | | launcher: python execution like calculator functionality | ATMDA | 2025-11-10 | 1 | -0/+8 |
| | | | | |||||
| | * | | fix: window title while keeping new panels | ATMDA | 2025-11-09 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+4 |
| | | | | |||||
| * | | | feat: add openExpanded notif config option (#993) | Sven Fischer | 2025-12-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | If set in the configuration, the notifications are opened in the expanded state, displaying the full notification text. | ||||
| * | | | bar: add config option to disable on selected screens (#920) | Bora Gülerman | 2025-11-26 | 1 | -0/+1 |
| | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * modules/drawers: Added a bar config option to disable the bar on selected screens Extended the visualizer on screens that the bar is hidden * modules/drawers: surrounded barwrapper with a loader * fix/modules/drawers: fix a null reference missed to fix a reference to bar object to barLoader.item * modules/drawers: added regex support also reverted the barLoader, added a disabled property to BarLoader instead * fix: module/drawers: applied requested changes | ||||
| * | | bar/activewindow: add option to invert rotate (#922) | Sven Fischer | 2025-11-24 | 1 | -0/+5 |
| |/ | | | | | | | * feat(activeWindow): Add rotation option to rotate counter-clockwise * feat(activeWindow): Change rotation to inverted boolean option * feat(activeWindow): Do not expose inverted property | ||||
| * | bar/popouts: allow disabling individual popouts | 2 * r + 2 * t | 2025-10-21 | 1 | -0/+7 |
| | | | | | Closes #826 | ||||
| * | background: fix visualiser blur + allow disable | 2 * r + 2 * t | 2025-10-21 | 1 | -0/+1 |
| | | | | | Fixes #807 | ||||
| * | toasts: add toast for media track change (#790) | dish | 2025-10-15 | 1 | -0/+1 |
| | | |||||
| * | feat: VPN toggle (#689) | Robin Seger | 2025-10-14 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | toasts: add toast for kb layout change | 2 * r + 2 * t | 2025-10-14 | 1 | -0/+1 |
| | | | | | Closes #688 | ||||
| * | bar/workspaces: special ws icon config (#785) | Robin Seger | 2025-10-13 | 1 | -0/+1 |
| | | | | | | * workspaces: icons config * add README json example | ||||
| * | feat: configurable max volume (#723) | Robin Seger | 2025-10-13 | 1 | -0/+1 |
| | | | | | | | | | | | * 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 | ||||
| * | plugin: add sleep notifier | Soramane | 2025-09-26 | 1 | -0/+1 |
| | | | | | Lock before sleep | ||||
| * | utilities: size fixes | 2 * r + 2 * t | 2025-09-25 | 1 | -0/+1 |
| | | |||||
| * | bar: add compact tray option | 2 * r + 2 * t | 2025-09-25 | 1 | -0/+1 |
| | | | | | Closes #659 | ||||
| * | hypr: add cap/num lock toasts | 2 * r + 2 * t | 2025-09-23 | 1 | -0/+2 |
| | | |||||
| * | config: enable/disable specific toasts | 2 * r + 2 * t | 2025-09-23 | 2 | -1/+6 |
| | | |||||
| * | audio: audio device changed toasts (#684) | Robin Seger | 2025-09-23 | 1 | -0/+6 |
| | | | | | | | | | | | | | | * 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> | ||||
| * | idlemonitor: configurable timeouts | 2 * r + 2 * t | 2025-09-23 | 1 | -3/+15 |
| | | | | | Closes #669 | ||||
| * | config: add toasts for events | 2 * r + 2 * t | 2025-09-22 | 1 | -1/+22 |
| | | | | | | Loaded, load parse error, load failed, save failed Also increase toast icon size | ||||
| * | feat: add battery warnings | 2 * r + 2 * t | 2025-09-21 | 1 | -0/+26 |
| | | | | | | Closes #73 Closes #117 | ||||
| * | utilities: add toasts | 2 * r + 2 * t | 2025-09-21 | 1 | -0/+1 |
| | | |||||
| * | feat: add sidebar | 2 * r + 2 * t | 2025-09-18 | 2 | -0/+13 |
| | | | | | WIP | ||||
| * | idlemonitor: inhibit when audio playing | 2 * r + 2 * t | 2025-09-17 | 1 | -0/+1 |
| | | |||||
| * | feat: add idle monitor | 2 * r + 2 * t | 2025-09-17 | 1 | -0/+7 |
| | | | | | Replaces hypridle | ||||
| * | utilities/record: select mode | 2 * r + 2 * t | 2025-09-15 | 1 | -1/+1 |
| | | |||||
| * | utilities: add recording control | 2 * r + 2 * t | 2025-09-14 | 1 | -0/+2 |
| | | |||||
| * | config/launcher: set default maxShown to 7 | 2 * r + 2 * t | 2025-09-13 | 1 | -1/+1 |
| | | | | | Better for 1920x1080 screens | ||||
| * | bar: remove idle inhibitor | 2 * r + 2 * t | 2025-09-12 | 1 | -4/+0 |
| | | | | | Use the one in the utilities panel instead | ||||
| * | utilities: add keep awake and quick toggles | 2 * r + 2 * t | 2025-09-12 | 2 | -0/+13 |
| | | |||||
| * | launcher: add config option for hiding applications (#568) | anders130 | 2025-09-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | * feat(launcher): add config option for excluding applications from launcher * fix(launcher): rename excludedApps to hiddenApps * chore: add example to readme * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | ||||
| * | bar/tray: add icon subs | 2 * r + 2 * t | 2025-09-09 | 1 | -0/+1 |
| | | | | | Usage: array of { id, image | icon } | ||||